ReserveSourcesConfig#

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

Bases: Config

Configuration for reserving sources

Attributes Summary

fraction

Fraction of candidates to reserve from fitting; none if <= 0 (float, default 0.0)

seed

This number will be added to the exposure ID to set the random seed for reserving candidates (int, default 1)

Attributes Documentation

fraction#

Fraction of candidates to reserve from fitting; none if <= 0 (float, default 0.0)

seed#

This number will be added to the exposure ID to set the random seed for reserving candidates (int, default 1)