lsst.cp.pipe  21.0.0-27-gcbf119a+6a6065b543
Static Public Attributes | List of all members
lsst.cp.pipe.linearity.LinearitySolveConnections Class Reference
Inheritance diagram for lsst.cp.pipe.linearity.LinearitySolveConnections:
lsst.cp.pipe.linearity.LinearitySolveConfig

Static Public Attributes

 inputPtc
 
 camera
 
 outputLinearizer
 

Detailed Description

Definition at line 39 of file linearity.py.

Member Data Documentation

◆ camera

lsst.cp.pipe.linearity.LinearitySolveConnections.camera
static
Initial value:
= cT.Input(
name="camera",
doc="Camera Geometry definition.",
storageClass="Camera",
dimensions=("instrument", ),
)

Definition at line 48 of file linearity.py.

◆ inputPtc

lsst.cp.pipe.linearity.LinearitySolveConnections.inputPtc
static
Initial value:
= cT.Input(
name="inputPtc",
doc="Input PTC dataset.",
storageClass="StructuredDataDict",
dimensions=("instrument", "detector"),
multiple=False,
)

Definition at line 41 of file linearity.py.

◆ outputLinearizer

lsst.cp.pipe.linearity.LinearitySolveConnections.outputLinearizer
static
Initial value:
= cT.Output(
name="linearity",
doc="Output linearity measurements.",
storageClass="Linearizer",
dimensions=("instrument", "detector"),
isCalibration=True,
)

Definition at line 54 of file linearity.py.


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