Config for FgcmMakeLutTask
Definition at line 176 of file fgcmMakeLut.py.
◆ 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 206 of file fgcmMakeLut.py.
◆ 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 194 of file fgcmMakeLut.py.
◆ filterNames
lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConfig.filterNames |
|
static |
Initial value:= pexConfig.ListField(
doc="Filter names to build LUT ('short' names)",
dtype=str,
default=None,
)
Definition at line 179 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 200 of file fgcmMakeLut.py.
◆ stdFilterNames
lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutConfig.stdFilterNames |
|
static |
Initial value:= pexConfig.ListField(
doc=("Standard filterNames ('short' names). "
"Each filter in filterName will be calibrated to a matched "
"stdFilterName. In regular usage, one has g->g, r->r, ... "
"In the case of HSC, one would have g->g, r->r2, r2->r2, ... "
"which allows replacement (or time-variable) filters to be "
"properly cross-calibrated."),
dtype=str,
default=None,
)
Definition at line 184 of file fgcmMakeLut.py.
The documentation for this class was generated from the following file: