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¶
kernelSize¶
radius of the kernel to create, relative to the square root of the stellar quadrupole moments
kernelSizeMax¶
Maximum radius of the kernel
kernelSizeMin¶
Minimum radius of the kernel