CoaddInputRecorderTask

Python API summary

from lsst.pipe.tasks.coaddInputRecorder import CoaddInputRecorderTask
classCoaddInputRecorderTask(*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

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.

saveErrorCcds

Default
False
Field type

bool Field

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

Default
True
Field type

bool Field

Save the total number of good pixels in each coaddTempExp (redundant with a sum of good pixels in associated CCDs)