MakePsfCandidatesTask¶
MakePsfCandidatesTask
creates PSF candidates given an input catalog.
Python API summary¶
from lsst.meas.algorithms.makePsfCandidates import MakePsfCandidatesTask
-
class
MakePsfCandidatesTask
(config=None, *, name=None, parentTask=None, log=None) Create PSF candidates given an input catalog
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(starCat, exposure, psfCandidateField=None) Make a list of PSF candidates from a star catalog
...
See also
See the MakePsfCandidatesTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
borderWidth¶
Number of pixels to ignore around the edge of PSF candidate postage stamps
kernelSize¶
Size of the postage stamp in pixels (excluding the border) around each star that is extracted for fitting. Should be odd and preferably at least 25.