lsst.cp.pipe  22.0.1-18-gb17765a+2264247a6b
Static Public Attributes | List of all members
lsst.cp.pipe.defects.MergeDefectsTaskConfig Class Reference
Inheritance diagram for lsst.cp.pipe.defects.MergeDefectsTaskConfig:
lsst.cp.pipe.defects.MergeDefectsConnections

Static Public Attributes

 inputDefects
 
 camera
 
 mergedDefects
 

Detailed Description

Configuration for merging single exposure defects.

Definition at line 547 of file defects.py.

Member Data Documentation

◆ camera

lsst.cp.pipe.defects.MergeDefectsConnections.camera
staticinherited
Initial value:
= cT.PrerequisiteInput(
name='camera',
doc="Camera associated with these defects.",
storageClass="Camera",
dimensions=("instrument", ),
isCalibration=True,
lookupFunction=lookupStaticCalibration,
)

Definition at line 528 of file defects.py.

◆ inputDefects

lsst.cp.pipe.defects.MergeDefectsConnections.inputDefects
staticinherited
Initial value:
= cT.Input(
name="singleExpDefects",
doc="Measured defect lists.",
storageClass="Defects",
dimensions=("instrument", "detector", "exposure"),
multiple=True,
)

Definition at line 521 of file defects.py.

◆ mergedDefects

lsst.cp.pipe.defects.MergeDefectsConnections.mergedDefects
staticinherited
Initial value:
= cT.Output(
name="defects",
doc="Final merged defects.",
storageClass="Defects",
dimensions=("instrument", "detector"),
multiple=False,
isCalibration=True,
)

Definition at line 537 of file defects.py.


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