ReserveSourcesTask¶
ReserveSourcesTask
randomly selects a fraction of sources that will be reserved from analysis to allow evaluation of the quality of model fits using sources not involved in the fitting process.
Python API summary¶
from lsst.meas.algorithms.reserveSourcesTask import ReserveSourcesTask
-
class
ReserveSourcesTask
(columnName=None, schema=None, doc=None, **kwargs) Reserve sources from analysis
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the ReserveSourcesTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
fraction¶
Fraction of candidates to reserve from fitting; none if <= 0
seed¶
This number will be added to the exposure ID to set the random seed for reserving candidates