BasePsfDeterminerTask¶
BasePsfDeterminerTask
is the base class for PSF determiners: override determinePsf
to implement your algorithm, and register your new Task with psfDeterminerRegistry
to allow it to be used in a pipeline.
Python API summary¶
from lsst.meas.algorithms.psfDeterminer import BasePsfDeterminerTask
-
class
BasePsfDeterminerTask
(config, schema=None, **kwds) Base class for PSF determiners
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the BasePsfDeterminerTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
stampSize¶
Size of the postage stamp (in native pixels) to render the PSF model. Should be odd.