BasePsfDeterminerConfig#
- class lsst.meas.algorithms.BasePsfDeterminerConfig(*args, **kw)#
Bases:
ConfigConfiguration 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
Random seed to use to downsample candidates.
Maximum number of candidates to consider.
Size of the postage stamp (in native pixels) to render the PSF model.
Attributes Documentation
- downsampleRandomSeed#
Random seed to use to downsample candidates. (
int, default98765)
- maxCandidates#
Maximum number of candidates to consider. Will down-sample if given more. (
int, default300)
- stampSize#
Size of the postage stamp (in native pixels) to render the PSF model. Should be odd. (
int, defaultNone)