Config class for photon transfer curve measurement task
Definition at line 46 of file plotPtcGen2.py.
◆ 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 58 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 48 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 53 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 69 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 63 of file plotPtcGen2.py.
The documentation for this class was generated from the following file: