|
lsst.meas.extensions.psfex g33ac35c1f1+3ed39e24e0
|
Public Member Functions | |
| determinePsf (self, exposure, psfCandidateList, metadata=None, flagKey=None) | |
Static Public Attributes | |
| ConfigClass = PsfexPsfDeterminerConfig | |
Definition at line 210 of file psfexPsfDeterminer.py.
| lsst.meas.extensions.psfex.psfexPsfDeterminer.PsfexPsfDeterminerTask.determinePsf | ( | self, | |
| exposure, | |||
| psfCandidateList, | |||
| metadata = None, | |||
| flagKey = None ) |
Determine a PSFEX PSF model for an exposure given a list of PSF
candidates.
Parameters
----------
exposure: `lsst.afw.image.Exposure`
Exposure containing the PSF candidates.
psfCandidateList: iterable of `lsst.meas.algorithms.PsfCandidate`
Sequence of PSF candidates typically obtained by detecting sources
and then running them through a star selector.
metadata: metadata, optional
A home for interesting tidbits of information.
flagKey: `lsst.afw.table.Key`, optional
Schema key used to mark sources actually used in PSF determination.
Returns
-------
psf: `lsst.meas.extensions.psfex.PsfexPsf`
The determined PSF.
Definition at line 213 of file psfexPsfDeterminer.py.
|
static |
Definition at line 211 of file psfexPsfDeterminer.py.