Definition at line 519 of file defects.py.
◆ 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: