lsst.cp.pipe  20.0.0-7-g3c4151b+eb42c07937
Static Public Attributes | List of all members
lsst.cp.pipe.plotPtc.PlotPhotonTransferCurveTaskConfig Class Reference
Inheritance diagram for lsst.cp.pipe.plotPtc.PlotPhotonTransferCurveTaskConfig:

Static Public Attributes

 datasetFileName
 
 linearizerFileName
 
 ccdKey
 

Detailed Description

Config class for photon transfer curve measurement task

Definition at line 43 of file plotPtc.py.

Member Data Documentation

◆ 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: