lsst.meas.algorithms gaaef9334d5+7863e44203
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.meas.algorithms.reserveSourcesTask.ReserveSourcesConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.reserveSourcesTask.ReserveSourcesConfig:

Static Public Attributes

 fraction
 
 seed
 

Detailed Description

Configuration for reserving sources

Definition at line 32 of file reserveSourcesTask.py.

Member Data Documentation

◆ 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: