LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
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

tuple saveEmptyCcds
 
tuple saveErrorCcds
 
tuple saveVisitGoodPix
 
tuple saveCcdWeights
 

Detailed Description

Config for CoaddInputRecorderTask

The inputRecorder section of the various coadd tasks' configs should generally agree,
or the schemas created by earlier tasks (like MakeCoaddTempExpTask) will not contain
the fields filled by later tasks (like AssembleCoaddTask).

Definition at line 33 of file coaddInputRecorder.py.

Member Data Documentation

tuple lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveCcdWeights
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool, default=True, optional=False,
3  doc=("Save weights in the CCDs table as well as the visits table?"
4  " (This is necessary for easy construction of CoaddPsf, but otherwise duplicate information.)")
5  )

Definition at line 55 of file coaddInputRecorder.py.

tuple lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveEmptyCcds
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool, default=False, optional=False,
3  doc=("Add records for CCDs we iterated over but did not add a coaddTempExp"
4  " due to a lack of unmasked pixels in the coadd footprint.")
5  )

Definition at line 40 of file coaddInputRecorder.py.

tuple lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveErrorCcds
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool, default=False, optional=False,
3  doc=("Add records for CCDs we iterated over but did not add a coaddTempExp"
4  " due to an exception (often due to the calexp not being found on disk).")
5  )

Definition at line 45 of file coaddInputRecorder.py.

tuple lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveVisitGoodPix
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool, default=True, optional=False,
3  doc=("Save the total number of good pixels in each coaddTempExp (redundant with a sum of"
4  " good pixels in associated CCDs)")
5  )

Definition at line 50 of file coaddInputRecorder.py.


The documentation for this class was generated from the following file: