lsst.meas.extensions.psfex  14.0-1-g3019bb2+7
Public Member Functions | Static Public Attributes | List of all members
lsst.meas.extensions.psfex.psfexPsfDeterminer.PsfexPsfDeterminerTask Class Reference
Inheritance diagram for lsst.meas.extensions.psfex.psfexPsfDeterminer.PsfexPsfDeterminerTask:

Public Member Functions

def determinePsf (self, exposure, psfCandidateList, metadata=None, flagKey=None)
 

Static Public Attributes

 ConfigClass = PsfexPsfDeterminerConfig
 

Detailed Description

Definition at line 144 of file psfexPsfDeterminer.py.

Member Function Documentation

◆ determinePsf()

def 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

@param[in] exposure: exposure containing the psf candidates (lsst.afw.image.Exposure)
@param[in] psfCandidateList: a sequence of PSF candidates (each an lsst.meas.algorithms.PsfCandidate);
    typically obtained by detecting sources and then running them through a star selector
@param[in,out] metadata  a home for interesting tidbits of information
@param[in] flagKey: schema key used to mark sources actually used in PSF determination

@return psf: a meas.extensions.psfex.PsfexPsf

Definition at line 147 of file psfexPsfDeterminer.py.

Member Data Documentation

◆ ConfigClass

lsst.meas.extensions.psfex.psfexPsfDeterminer.PsfexPsfDeterminerTask.ConfigClass = PsfexPsfDeterminerConfig
static

Definition at line 145 of file psfexPsfDeterminer.py.


The documentation for this class was generated from the following file: