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