ReadFitsCatalogConfig#
- class lsst.meas.algorithms.ReadFitsCatalogConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
Mapping of input column name: output column name; each specified column must exist, but additional columns in the input data are written using their original name.
HDU containing the desired binary table, 0-based but a binary table never occurs in HDU 0 (
int, default1)Attributes Documentation
- column_map#
Mapping of input column name: output column name; each specified column must exist, but additional columns in the input data are written using their original name. (
Dict, default{})
- hdu#
HDU containing the desired binary table, 0-based but a binary table never occurs in HDU 0 (
int, default1)