lsst.pipe.tasks g95921f966b+d83dc58ecd
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig:

Static Public Attributes

 saveEmptyCcds
 
 saveErrorCcds
 
 saveVisitGoodPix
 
 saveCcdWeights
 

Detailed Description

Definition at line 33 of file coaddInputRecorder.py.

Member Data Documentation

◆ saveCcdWeights

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

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

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

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: