lsst.cp.pipe  20.0.0-28-g28eb519+ebc4a5d2c6
Static Public Attributes | List of all members
lsst.cp.pipe.cpDarkTask.CpDarkConnections Class Reference
Inheritance diagram for lsst.cp.pipe.cpDarkTask.CpDarkConnections:
lsst.cp.pipe.cpDarkTask.CpDarkTaskConfig

Static Public Attributes

 inputExp
 
 outputExp
 

Detailed Description

Definition at line 35 of file cpDarkTask.py.

Member Data Documentation

◆ inputExp

lsst.cp.pipe.cpDarkTask.CpDarkConnections.inputExp
static
Initial value:
= cT.Input(
name="cpDarkISR",
doc="Input pre-processed exposures to combine.",
storageClass="Exposure",
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="Exposure",
dimensions=("instrument", "exposure", "detector"),
)

Definition at line 44 of file cpDarkTask.py.


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