PcaPsfDeterminerTask#
- class lsst.meas.algorithms.PcaPsfDeterminerTask(config, schema=None, **kwds)#
Bases:
BasePsfDeterminerTaskA measurePsfTask psf estimator.
Methods Summary
determinePsf(exposure, psfCandidateList[, ...])Determine a PCA PSF model for an exposure given a list of PSF candidates.
Methods Documentation
- determinePsf(exposure, psfCandidateList, metadata=None, flagKey=None)#
Determine a PCA 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
str, optional Schema key used to mark sources actually used in PSF determination.
Returns#
- psf
lsst.meas.algorithms.PcaPsf The measured PSF.
- psfCellSet
lsst.afw.math.SpatialCellSet The PSF candidates.
- exposure