lsst.pipe.tasks  20.0.0-16-g6654009b+03b8a8f522
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

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

◆ saveCcdWeights

lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveCcdWeights
static

Definition at line 56 of file coaddInputRecorder.py.

◆ saveEmptyCcds

lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveEmptyCcds
static

Definition at line 41 of file coaddInputRecorder.py.

◆ saveErrorCcds

lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveErrorCcds
static

Definition at line 46 of file coaddInputRecorder.py.

◆ saveVisitGoodPix

lsst.pipe.tasks.coaddInputRecorder.CoaddInputRecorderConfig.saveVisitGoodPix
static

Definition at line 51 of file coaddInputRecorder.py.


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