MakePsfCandidatesTask¶
MakePsfCandidatesTask creates PSF candidates given an input catalog.
Python API summary¶
from lsst.meas.algorithms.makePsfCandidates import MakePsfCandidatesTask
-
class
(config: Optional[Config] = None, name: Optional[str] = None, parentTask: Optional[Task] = None, log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = None)MakePsfCandidatesTask Create PSF candidates given an input catalog
...
-
attribute
config Access configuration fields and retargetable subtasks.
-
method
(starCat, exposure, psfCandidateField=None)run Make a list of PSF candidates from a star catalog
...
See also
See the MakePsfCandidatesTask API reference for complete details.
Retargetable subtasks¶
No subtasks.