CalibsRegisterTask¶
Python API summary¶
from lsst.pipe.tasks.ingestCalibs import CalibsRegisterTask
- 
classCalibsRegisterTask
- Task that will generate the calibration registry for the Mapper - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the CalibsRegisterTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
columns¶
- Default
- {'object': 'text', 'visit': 'int', 'ccd': 'int', 'filter': 'text', 'date': 'text', 'taiObs': 'text', 'expTime': 'double'}
- Field type
- DictField
- Key type
- str
- Value type
- str
List of columns for raw table, with their types
detector¶
Columns that identify individual detectors
incrementValidEnd¶
Fix the off-by-one error by incrementing validEnd. See fixSubsetValidity for more details.
tables¶
- Default
- ['bias', 'dark', 'flat', 'fringe', 'sky', 'defects', 'qe_curve', 'linearizer', 'crosstalk', 'bfk']
- Field type
- str- ListField
Names of tables
unique¶
List of columns to be declared unique for the table
validityUntilSuperseded¶
Tables for which to set validity for a calib from when it is taken until it is superseded by the next; validity in other tables is calculated by applying the validity range.