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
(config, schema=None, **kwds)BasePsfDeterminerTask Base class for PSF determiners
...
-
attribute
config Access configuration fields and retargetable subtasks.
See also
See the BasePsfDeterminerTask API reference for complete details.
Retargetable subtasks¶
No subtasks.