Definition at line 35 of file cpDarkTask.py.
◆ inputExp
lsst.cp.pipe.cpDarkTask.CpDarkConnections.inputExp |
|
static |
Initial value:= cT.Input(
name="cpDarkISR",
doc="Input pre-processed exposures to combine.",
storageClass="ExposureF",
dimensions=("instrument", "exposure", "detector"),
)
Definition at line 37 of file cpDarkTask.py.
◆ outputExp
lsst.cp.pipe.cpDarkTask.CpDarkConnections.outputExp |
|
static |
Initial value:= cT.Output(
name="cpDarkProc",
doc="Output combined proposed calibration.",
storageClass="ExposureF",
dimensions=("instrument", "exposure", "detector"),
)
Definition at line 44 of file cpDarkTask.py.
The documentation for this class was generated from the following file: