lsst.cp.pipe  21.0.0-4-g42917e2+7988b1f7d3
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
 
 signalElectronsRelativeA
 
 plotNormalizedCovariancesNumberOfBins
 

Detailed Description

Config class for photon transfer curve measurement task

Definition at line 46 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 58 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 48 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 53 of file plotPtc.py.

◆ plotNormalizedCovariancesNumberOfBins

lsst.cp.pipe.plotPtc.PlotPhotonTransferCurveTaskConfig.plotNormalizedCovariancesNumberOfBins
static
Initial value:
= pexConfig.Field(
dtype=int,
doc="Number of bins in `plotNormalizedCovariancesNumber` function "
"(Fig. 8, 10., of Astier+19).",
default=10,
)

Definition at line 69 of file plotPtc.py.

◆ signalElectronsRelativeA

lsst.cp.pipe.plotPtc.PlotPhotonTransferCurveTaskConfig.signalElectronsRelativeA
static
Initial value:
= pexConfig.Field(
dtype=float,
doc="Signal value for relative systematic bias between different methods of estimating a_ij "
"(Fig. 15 of Astier+19).",
default=75000,
)

Definition at line 63 of file plotPtc.py.


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