lsst.cp.pipe  21.0.0-26-g3991e66+24fd4bbb83
Static Public Attributes | List of all members
lsst.cp.pipe.ptc.plotPtcGen2.PlotPhotonTransferCurveTaskConfigGen2 Class Reference
Inheritance diagram for lsst.cp.pipe.ptc.plotPtcGen2.PlotPhotonTransferCurveTaskConfigGen2:

Static Public Attributes

 datasetFileName
 
 linearizerFileName
 
 ccdKey
 
 signalElectronsRelativeA
 
 plotNormalizedCovariancesNumberOfBins
 

Detailed Description

Config class for photon transfer curve measurement task

Definition at line 45 of file plotPtcGen2.py.

Member Data Documentation

◆ ccdKey

lsst.cp.pipe.ptc.plotPtcGen2.PlotPhotonTransferCurveTaskConfigGen2.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 57 of file plotPtcGen2.py.

◆ datasetFileName

lsst.cp.pipe.ptc.plotPtcGen2.PlotPhotonTransferCurveTaskConfigGen2.datasetFileName
static
Initial value:
= pexConfig.Field(
dtype=str,
doc="datasetPtc file name (fits)",
default="",
)

Definition at line 47 of file plotPtcGen2.py.

◆ linearizerFileName

lsst.cp.pipe.ptc.plotPtcGen2.PlotPhotonTransferCurveTaskConfigGen2.linearizerFileName
static
Initial value:
= pexConfig.Field(
dtype=str,
doc="linearizer file name (fits)",
default="",
)

Definition at line 52 of file plotPtcGen2.py.

◆ plotNormalizedCovariancesNumberOfBins

lsst.cp.pipe.ptc.plotPtcGen2.PlotPhotonTransferCurveTaskConfigGen2.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 68 of file plotPtcGen2.py.

◆ signalElectronsRelativeA

lsst.cp.pipe.ptc.plotPtcGen2.PlotPhotonTransferCurveTaskConfigGen2.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 62 of file plotPtcGen2.py.


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