Definition at line 38 of file measurePtcGen2Task.py.
◆ ccdKey
lsst.cp.pipe.ptc.measurePtcGen2Task.MeasurePhotonTransferCurveTaskConfig.ccdKey |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="The key by which to pull a detector from a dataId, e.g. 'ccd' or 'detector'.",
default='ccd',
)
Definition at line 47 of file measurePtcGen2Task.py.
◆ doPhotodiode
lsst.cp.pipe.ptc.measurePtcGen2Task.MeasurePhotonTransferCurveTaskConfig.doPhotodiode |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Apply a correction based on the photodiode readings if available?",
default=False,
)
Definition at line 52 of file measurePtcGen2Task.py.
◆ extract
lsst.cp.pipe.ptc.measurePtcGen2Task.MeasurePhotonTransferCurveTaskConfig.extract |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=PhotonTransferCurveExtractTask,
doc="Task to measure covariances from flats.",
)
Definition at line 39 of file measurePtcGen2Task.py.
◆ photodiodeDataPath
lsst.cp.pipe.ptc.measurePtcGen2Task.MeasurePhotonTransferCurveTaskConfig.photodiodeDataPath |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Gen2 only: path to locate the data photodiode data files.",
default=""
)
Definition at line 57 of file measurePtcGen2Task.py.
◆ solve
lsst.cp.pipe.ptc.measurePtcGen2Task.MeasurePhotonTransferCurveTaskConfig.solve |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=PhotonTransferCurveSolveTask,
doc="Task to fit models to the measured covariances.",
)
Definition at line 43 of file measurePtcGen2Task.py.
The documentation for this class was generated from the following file: