ReadFitsCatalogConfig#

class lsst.meas.algorithms.ReadFitsCatalogConfig(*args, **kw)#

Bases: Config

Attributes Summary

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.

hdu

HDU containing the desired binary table, 0-based but a binary table never occurs in HDU 0 (int, default 1)

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, default 1)