Configuration for reserving sources
Definition at line 32 of file reserveSourcesTask.py.
◆ fraction
lsst.meas.algorithms.reserveSourcesTask.ReserveSourcesConfig.fraction |
|
static |
Initial value:= Field(dtype=float, default=0.0,
doc="Fraction of candidates to reserve from fitting; none if <= 0")
Definition at line 34 of file reserveSourcesTask.py.
◆ seed
lsst.meas.algorithms.reserveSourcesTask.ReserveSourcesConfig.seed |
|
static |
Initial value:= Field(dtype=int, default=1,
doc=("This number will be added to the exposure ID to set the random seed for "
"reserving candidates"))
Definition at line 36 of file reserveSourcesTask.py.
The documentation for this class was generated from the following file: