lsst.fgcmcal g7c13e6d1d1+90145cf2de
Loading...
Searching...
No Matches
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
 

Detailed Description

Config for FgcmMakeLutTask

Definition at line 241 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 272 of file fgcmMakeLut.py.

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 260 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 266 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 244 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 249 of file fgcmMakeLut.py.


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