Task that will generate the calibration registry for the Mapper
Definition at line 78 of file ingestCalibs.py.
def lsst.pipe.tasks.ingestCalibs.CalibsRegisterTask.addRow |
( |
|
self, |
|
|
|
conn, |
|
|
|
info, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
def lsst.pipe.tasks.ingestCalibs.CalibsRegisterTask.createTable |
( |
|
self, |
|
|
|
conn |
|
) |
| |
def lsst.pipe.tasks.ingestCalibs.CalibsRegisterTask.fixSubsetValidity |
( |
|
self, |
|
|
|
conn, |
|
|
|
table, |
|
|
|
detectorData, |
|
|
|
validity |
|
) |
| |
Update the validity ranges among selected rows in the registry.
For defects, the products are valid from their start date until
they are superseded by subsequent defect data.
For other calibration products, the validity ranges are checked and
if there are overlaps, a midpoint is used to fix the overlaps,
so that the calibration data with whose date is nearest the date
of the observation is used.
@param conn: Database connection
@param table: Name of table to be selected
@param detectorData: Values identifying a detector (from columns in self.config.detector)
@param validity: Validity range (days)
Definition at line 113 of file ingestCalibs.py.
def lsst.pipe.tasks.ingestCalibs.CalibsRegisterTask.openRegistry |
( |
|
self, |
|
|
|
directory, |
|
|
|
create = False , |
|
|
|
dryrun = False , |
|
|
|
name = "calibRegistry.sqlite3" |
|
) |
| |
Open the registry and return the connection handle
Definition at line 82 of file ingestCalibs.py.
def lsst.pipe.tasks.ingestCalibs.CalibsRegisterTask.updateValidityRanges |
( |
|
self, |
|
|
|
conn, |
|
|
|
validity |
|
) |
| |
Loop over all tables, filters, and ccdnums,
and update the validity ranges in the registry.
@param conn: Database connection
@param validity: Validity range (days)
Definition at line 97 of file ingestCalibs.py.
The documentation for this class was generated from the following file: