lsst.fgcmcal g487adcacf7+719c5abdea
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.fgcmcal.fgcmMakeLut.SensorCorrectionTerms Class Reference
Inheritance diagram for lsst.fgcmcal.fgcmMakeLut.SensorCorrectionTerms:

Static Public Attributes

 refLambda
 
 correctionTermDict
 

Detailed Description

Definition at line 50 of file fgcmMakeLut.py.

Member Data Documentation

◆ correctionTermDict

lsst.fgcmcal.fgcmMakeLut.SensorCorrectionTerms.correctionTermDict
static
Initial value:
= pexConfig.DictField(
doc="Mapping of detector number to first-order correction term.",
keytype=int,
itemtype=float,
default={},
)

Definition at line 56 of file fgcmMakeLut.py.

◆ refLambda

lsst.fgcmcal.fgcmMakeLut.SensorCorrectionTerms.refLambda
static
Initial value:
= pexConfig.Field(
doc="Reference wavelength for first-order correction terms.",
dtype=float,
optional=False,
)

Definition at line 51 of file fgcmMakeLut.py.


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