CoaddInputRecorderTask¶
Python API summary¶
from lsst.pipe.tasks.coaddInputRecorder import CoaddInputRecorderTask
-
class
(*args, **kwargs)CoaddInputRecorderTask
Subtask that handles filling a CoaddInputs object for a coadd exposure, tracking the CCDs and visits that went into a coadd
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the CoaddInputRecorderTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
saveCcdWeights¶
- Default
True
- Field type
bool
Field
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¶
- Default
False
- Field type
bool
Field
Add records for CCDs we iterated over but did not add a coaddTempExp due to a lack of unmasked pixels in the coadd footprint.