CoaddInputRecorderTask¶
Python API summary¶
from lsst.pipe.tasks.coaddInputRecorder import CoaddInputRecorderTask
-
class
CoaddInputRecorderTask
(*args, **kwargs) Subtask that handles filling a CoaddInputs object for a coadd exposure, tracking the CCDs and visits that went into a coadd
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the CoaddInputRecorderTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
saveCcdWeights¶
Save weights in the CCDs table as well as the visits table? (This is necessary for easy construction of CoaddPsf, but otherwise duplicate information.)
saveEmptyCcds¶
Add records for CCDs we iterated over but did not add a coaddTempExp due to a lack of unmasked pixels in the coadd footprint.
saveErrorCcds¶
Add records for CCDs we iterated over but did not add a coaddTempExp due to an exception (often due to the calexp not being found on disk).
saveVisitGoodPix¶
Save the total number of good pixels in each coaddTempExp (redundant with a sum of good pixels in associated CCDs)