Definition at line 33 of file coaddInputRecorder.py.
◆ saveCcdWeights
pexConfig lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveCcdWeights |
|
static |
Initial value:= pexConfig.Field(
dtype=bool, default=True, optional=False,
doc=("Save weights in the CCDs table as well as the visits table?"
" (This is necessary for easy construction of CoaddPsf, but otherwise duplicate information.)")
)
Definition at line 49 of file coaddInputRecorder.py.
◆ saveEmptyCcds
pexConfig lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveEmptyCcds |
|
static |
Initial value:= pexConfig.Field(
dtype=bool, default=False, optional=False,
doc=("Add records for CCDs we iterated over but did not add a coaddTempExp"
" due to a lack of unmasked pixels in the coadd footprint.")
)
Definition at line 34 of file coaddInputRecorder.py.
◆ saveErrorCcds
pexConfig lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveErrorCcds |
|
static |
Initial value:= pexConfig.Field(
dtype=bool, default=False, optional=False,
doc=("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).")
)
Definition at line 39 of file coaddInputRecorder.py.
◆ saveVisitGoodPix
pexConfig lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveVisitGoodPix |
|
static |
Initial value:= pexConfig.Field(
dtype=bool, default=True, optional=False,
doc=("Save the total number of good pixels in each coaddTempExp (redundant with a sum of"
" good pixels in associated CCDs)")
)
Definition at line 44 of file coaddInputRecorder.py.
The documentation for this class was generated from the following file: