lsst.cp.pipe  21.0.0-20-g35aa1e9+a41ab26600
Static Public Attributes | List of all members
lsst.cp.pipe.ptc.cpSolvePtcTask.PhotonTransferCurveSolveConnections Class Reference
Inheritance diagram for lsst.cp.pipe.ptc.cpSolvePtcTask.PhotonTransferCurveSolveConnections:
lsst.cp.pipe.ptc.cpSolvePtcTask.PhotonTransferCurveSolveConfig

Static Public Attributes

 inputCovariances
 
 camera
 
 outputPtcDataset
 

Detailed Description

Definition at line 45 of file cpSolvePtcTask.py.

Member Data Documentation

◆ camera

lsst.cp.pipe.ptc.cpSolvePtcTask.PhotonTransferCurveSolveConnections.camera
static
Initial value:
= cT.PrerequisiteInput(
name="camera",
doc="Camera the input data comes from.",
storageClass="Camera",
dimensions=("instrument",),
isCalibration=True,
lookupFunction=lookupStaticCalibration,
)

Definition at line 54 of file cpSolvePtcTask.py.

◆ inputCovariances

lsst.cp.pipe.ptc.cpSolvePtcTask.PhotonTransferCurveSolveConnections.inputCovariances
static
Initial value:
= cT.Input(
name="ptcCovariances",
doc="Tuple with measured covariances from flats.",
storageClass="PhotonTransferCurveDataset",
dimensions=("instrument", "exposure", "detector"),
multiple=True,
)

Definition at line 47 of file cpSolvePtcTask.py.

◆ outputPtcDataset

lsst.cp.pipe.ptc.cpSolvePtcTask.PhotonTransferCurveSolveConnections.outputPtcDataset
static
Initial value:
= cT.Output(
name="ptcDatsetProposal",
doc="Output proposed ptc dataset.",
storageClass="PhotonTransferCurveDataset",
dimensions=("instrument", "detector"),
multiple=False,
isCalibration=True,
)

Definition at line 62 of file cpSolvePtcTask.py.


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