Config class for photon transfer curve measurement task
Definition at line 43 of file plotPtc.py.
◆ ccdKey
lsst.cp.pipe.plotPtc.PlotPhotonTransferCurveTaskConfig.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='detector',
)
Definition at line 55 of file plotPtc.py.
◆ datasetFileName
lsst.cp.pipe.plotPtc.PlotPhotonTransferCurveTaskConfig.datasetFileName |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="datasetPtc file name (pkl)",
default="",
)
Definition at line 45 of file plotPtc.py.
◆ linearizerFileName
lsst.cp.pipe.plotPtc.PlotPhotonTransferCurveTaskConfig.linearizerFileName |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="linearizer file name (fits)",
default="",
)
Definition at line 50 of file plotPtc.py.
The documentation for this class was generated from the following file: