FgcmMakeLutConfig

Configuration fields

atmosphereTableName

Default
None
Field type
str Field (optional)
FGCM name or filename of precomputed atmospheres

connections

Data type
lsst.pipe.base.config.Connections
Field type
ConfigField
Configurations describing the connections of the PipelineTask to datatypes

filterNames

Default
None
Field type
str ListField
Filter names to build LUT (‘short’ names)

parameters

Data type
lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutParametersConfig
Field type
ConfigField
Atmosphere parameters (required if no atmosphereTableName)

saveMetadata

Default
True
Field type
bool Field
Flag to enable/disable metadata saving for a task, enabled by default.

stdFilterNames

Default
None
Field type
str ListField
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.