PiffPsfDeterminerTask#
- class lsst.meas.extensions.piff.piffPsfDeterminer.PiffPsfDeterminerTask(config, schema=None, **kwds)#
Bases:
BasePsfDeterminerTaskA measurePsfTask PSF estimator using Piff as the implementation.
Methods Summary
determinePsf(exposure, psfCandidateList[, ...])Determine a Piff PSF model for an exposure given a list of PSF candidates.
Methods Documentation
- determinePsf(exposure, psfCandidateList, metadata=None, flagKey=None)#
Determine a Piff PSF model for an exposure given a list of PSF candidates.
Parameters#
- exposure
lsst.afw.image.Exposure Exposure containing the PSF candidates.
- psfCandidateList
listoflsst.meas.algorithms.PsfCandidate A sequence of PSF candidates typically obtained by detecting sources and then running them through a star selector.
- metadata
lsst.daf.base import PropertyListorNone, optional A home for interesting tidbits of information.
- flagKey
strorNone, optional Schema key used to mark sources actually used in PSF determination.
Returns#
- psf
lsst.meas.extensions.piff.PiffPsf The measured PSF model.
- psfCellSet
None Unused by this PsfDeterminer.
- exposure