lsst.cp.pipe  21.0.0-13-gf80de95+f639f34ec5
Static Public Attributes | List of all members
lsst.cp.pipe.defects.MergeDefectsConnections Class Reference
Inheritance diagram for lsst.cp.pipe.defects.MergeDefectsConnections:
lsst.cp.pipe.defects.MergeDefectsTaskConfig

Static Public Attributes

 inputDefects
 
 camera
 
 mergedDefects
 

Detailed Description

Definition at line 519 of file defects.py.

Member Data Documentation

◆ camera

lsst.cp.pipe.defects.MergeDefectsConnections.camera
static
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
static
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
static
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: