ReserveSourcesConfig#
- class lsst.meas.algorithms.ReserveSourcesConfig(*args, **kw)#
Bases:
ConfigConfiguration for reserving sources
Attributes Summary
Fraction of candidates to reserve from fitting; none if <= 0 (
float, default0.0)This number will be added to the exposure ID to set the random seed for reserving candidates (
int, default1)Attributes Documentation
- fraction#
Fraction of candidates to reserve from fitting; none if <= 0 (
float, default0.0)
- seed#
This number will be added to the exposure ID to set the random seed for reserving candidates (
int, default1)