lsst.cp.pipe  21.0.0-24-g07df93d+409fa4a5de
Static Public Attributes | List of all members
lsst.cp.pipe.ptc.cpExtractPtcTask.PhotonTransferCurveExtractConnections Class Reference
Inheritance diagram for lsst.cp.pipe.ptc.cpExtractPtcTask.PhotonTransferCurveExtractConnections:
lsst.cp.pipe.ptc.cpExtractPtcTask.PhotonTransferCurveExtractConfig

Static Public Attributes

 inputExp
 
 outputCovariances
 

Detailed Description

Definition at line 41 of file cpExtractPtcTask.py.

Member Data Documentation

◆ inputExp

lsst.cp.pipe.ptc.cpExtractPtcTask.PhotonTransferCurveExtractConnections.inputExp
static
Initial value:
= cT.Input(
name="ptcInputExposurePairs",
doc="Input post-ISR processed exposure pairs (flats) to"
"measure covariances from.",
storageClass="Exposure",
dimensions=("instrument", "exposure", "detector"),
multiple=True,
deferLoad=False,
)

Definition at line 44 of file cpExtractPtcTask.py.

◆ outputCovariances

lsst.cp.pipe.ptc.cpExtractPtcTask.PhotonTransferCurveExtractConnections.outputCovariances
static
Initial value:
= cT.Output(
name="ptcCovariances",
doc="Extracted flat (co)variances.",
storageClass="PhotonTransferCurveDataset",
dimensions=("instrument", "exposure", "detector"),
multiple=True,
)

Definition at line 54 of file cpExtractPtcTask.py.


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