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
classBasePsfDeterminerTask(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

downsampleRandomSeed

Default
98765
Field type

int Field

Random seed to use to downsample candidates.

maxCandidates

Default
300
Field type

int Field

Maximum number of candidates to consider. Will down-sample if given more.

stampSize

Default
None
Field type

int Field (optional)

Size of the postage stamp (in native pixels) to render the PSF model. Should be odd.