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.
Configuration fields¶
kernelSize¶
Size of the kernel to create. If less than 15, then the median of the square root of the stellar quadrupole moments is multiplied by kernelSize and used as the kernel size. Deprecated: This field is deprecated and will be removed after v25. Use stampSize instead.
kernelSizeMax¶
Maximum radius of the kernel. Relevant only if kernelSize < 15. Deprecated: This field is deprecated and will be removed after v25.
kernelSizeMin¶
Minimum radius of the kernel. Relevant only if kernelSize < 15. Deprecated: This field is deprecated and will be removed after v25.