BasePsfDeterminerConfig#

class lsst.meas.algorithms.BasePsfDeterminerConfig(*args, **kw)#

Bases: Config

Configuration that is likely to be shared by all PSF determiners

This is fairly sparse; more fields can be moved here once it is clear they are universal.

Attributes Summary

downsampleRandomSeed

Random seed to use to downsample candidates.

maxCandidates

Maximum number of candidates to consider.

stampSize

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

Attributes Documentation

downsampleRandomSeed#

Random seed to use to downsample candidates. (int, default 98765)

maxCandidates#

Maximum number of candidates to consider. Will down-sample if given more. (int, default 300)

stampSize#

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