FgcmMakeLutConfig¶
Configuration fields¶
atmosphereTableName¶
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¶
Filter names to build LUT (‘short’ names) Deprecated: This field is no longer used, and has been deprecated by DM-28088. It will be removed after v22. Use stdPhysicalFilterMap instead.
parameters¶
- Data type
lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutParametersConfig
- Field type
ConfigField
Atmosphere parameters (required if no atmosphereTableName)
physicalFilters¶
List of physicalFilter labels to generate look-up table.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.
stdFilterNames¶
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. Deprecated: This field is no longer used, and has been deprecated by DM-28088. It will be removed after v22. Use stdPhysicalFilterMap instead.
stdPhysicalFilterOverrideMap¶
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.