LSST Applications  21.0.0-147-g0e635eb1+1acddb5be5,22.0.0+052faf71bd,22.0.0+1ea9a8b2b2,22.0.0+6312710a6c,22.0.0+729191ecac,22.0.0+7589c3a021,22.0.0+9f079a9461,22.0.1-1-g7d6de66+b8044ec9de,22.0.1-1-g87000a6+536b1ee016,22.0.1-1-g8e32f31+6312710a6c,22.0.1-10-gd060f87+016f7cdc03,22.0.1-12-g9c3108e+df145f6f68,22.0.1-16-g314fa6d+c825727ab8,22.0.1-19-g93a5c75+d23f2fb6d8,22.0.1-19-gb93eaa13+aab3ef7709,22.0.1-2-g8ef0a89+b8044ec9de,22.0.1-2-g92698f7+9f079a9461,22.0.1-2-ga9b0f51+052faf71bd,22.0.1-2-gac51dbf+052faf71bd,22.0.1-2-gb66926d+6312710a6c,22.0.1-2-gcb770ba+09e3807989,22.0.1-20-g32debb5+b8044ec9de,22.0.1-23-gc2439a9a+fb0756638e,22.0.1-3-g496fd5d+09117f784f,22.0.1-3-g59f966b+1e6ba2c031,22.0.1-3-g849a1b8+f8b568069f,22.0.1-3-gaaec9c0+c5c846a8b1,22.0.1-32-g5ddfab5d3+60ce4897b0,22.0.1-4-g037fbe1+64e601228d,22.0.1-4-g8623105+b8044ec9de,22.0.1-5-g096abc9+d18c45d440,22.0.1-5-g15c806e+57f5c03693,22.0.1-7-gba73697+57f5c03693,master-g6e05de7fdc+c1283a92b8,master-g72cdda8301+729191ecac,w.2021.39
LSST Data Management Base Package
Public Member Functions | Static Public Attributes | List of all members
lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConfig Class Reference
Inheritance diagram for lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConfig:
lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConnections

Public Member Functions

def validate (self)
 

Static Public Attributes

 physicalFilters
 
 stdPhysicalFilterOverrideMap
 
 atmosphereTableName
 
 parameters
 
 camera
 
 transmission_optics
 
 transmission_sensor
 
 transmission_filter
 
 fgcmLookUpTable
 

Detailed Description

Config for FgcmMakeLutTask

Definition at line 229 of file fgcmMakeLut.py.

Member Function Documentation

◆ validate()

def lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConfig.validate (   self)
Validate the config parameters.

This method behaves differently from the parent validate in the case
that atmosphereTableName is set.  In this case, the config values
for standard values, step sizes, and ranges are loaded
directly from the specified atmosphereTableName.

Definition at line 260 of file fgcmMakeLut.py.

260  def validate(self):
261  """
262  Validate the config parameters.
263 
264  This method behaves differently from the parent validate in the case
265  that atmosphereTableName is set. In this case, the config values
266  for standard values, step sizes, and ranges are loaded
267  directly from the specified atmosphereTableName.
268  """
269  # check that filterNames and stdFilterNames are okay
270  self._fields['physicalFilters'].validate(self)
271  self._fields['stdPhysicalFilterOverrideMap'].validate(self)
272 
273  if self.atmosphereTableName is None:
274  # Validate the parameters
275  self._fields['parameters'].validate(self)
276 
277 

Member Data Documentation

◆ atmosphereTableName

lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConfig.atmosphereTableName
static
Initial value:
= pexConfig.Field(
doc="FGCM name or filename of precomputed atmospheres",
dtype=str,
default=None,
optional=True,
)

Definition at line 248 of file fgcmMakeLut.py.

◆ camera

lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConnections.camera
staticinherited
Initial value:
= connectionTypes.PrerequisiteInput(
doc="Camera instrument",
name="camera",
storageClass="Camera",
dimensions=("instrument",),
lookupFunction=lookupStaticCalibrations,
isCalibration=True,
)

Definition at line 56 of file fgcmMakeLut.py.

◆ fgcmLookUpTable

lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConnections.fgcmLookUpTable
staticinherited
Initial value:
= connectionTypes.Output(
doc=("Atmosphere + instrument look-up-table for FGCM throughput and "
"chromatic corrections."),
name="fgcmLookUpTable",
storageClass="Catalog",
dimensions=("instrument",),
)

Definition at line 97 of file fgcmMakeLut.py.

◆ parameters

lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConfig.parameters
static
Initial value:
= pexConfig.ConfigField(
doc="Atmosphere parameters (required if no atmosphereTableName)",
dtype=FgcmMakeLutParametersConfig,
default=None,
check=None)

Definition at line 254 of file fgcmMakeLut.py.

◆ physicalFilters

lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConfig.physicalFilters
static
Initial value:
= pexConfig.ListField(
doc="List of physicalFilter labels to generate look-up table.",
dtype=str,
default=[],
)

Definition at line 232 of file fgcmMakeLut.py.

◆ stdPhysicalFilterOverrideMap

lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConfig.stdPhysicalFilterOverrideMap
static
Initial value:
= pexConfig.DictField(
doc=("Override mapping from physical filter labels to 'standard' physical "
"filter labels. The 'standard' physical filter defines the transmission "
"curve that the FGCM standard bandpass will be based on. "
"Any filter not listed here will be mapped to "
"itself (e.g. g->g or HSC-G->HSC-G). Use this override for cross-"
"filter calibration such as HSC-R->HSC-R2 and HSC-I->HSC-I2."),
keytype=str,
itemtype=str,
default={},
)

Definition at line 237 of file fgcmMakeLut.py.

◆ transmission_filter

lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConnections.transmission_filter
staticinherited
Initial value:
= connectionTypes.PrerequisiteInput(
doc="Filter transmission curve information",
name="transmission_filter",
storageClass="TransmissionCurve",
dimensions=("band", "instrument", "physical_filter",),
lookupFunction=lookupStaticCalibrations,
isCalibration=True,
deferLoad=True,
multiple=True,
)

Definition at line 86 of file fgcmMakeLut.py.

◆ transmission_optics

lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConnections.transmission_optics
staticinherited
Initial value:
= connectionTypes.PrerequisiteInput(
doc="Optics transmission curve information",
name="transmission_optics",
storageClass="TransmissionCurve",
dimensions=("instrument",),
lookupFunction=lookupStaticCalibrations,
isCalibration=True,
deferLoad=True,
)

Definition at line 65 of file fgcmMakeLut.py.

◆ transmission_sensor

lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConnections.transmission_sensor
staticinherited
Initial value:
= connectionTypes.PrerequisiteInput(
doc="Sensor transmission curve information",
name="transmission_sensor",
storageClass="TransmissionCurve",
dimensions=("instrument", "detector",),
lookupFunction=lookupStaticCalibrations,
isCalibration=True,
deferLoad=True,
multiple=True,
)

Definition at line 75 of file fgcmMakeLut.py.


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