Definition at line 32 of file readFitsCatalogTask.py.
◆ column_map
pexConfig lsst.meas.algorithms.readFitsCatalogTask.ReadFitsCatalogConfig.column_map |
|
static |
Initial value:= pexConfig.DictField(
doc="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. ",
keytype=str,
itemtype=str,
default={},
)
Definition at line 38 of file readFitsCatalogTask.py.
◆ hdu
pexConfig lsst.meas.algorithms.readFitsCatalogTask.ReadFitsCatalogConfig.hdu |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
default=1,
doc="HDU containing the desired binary table, 0-based but a binary table never occurs in HDU 0",
)
Definition at line 33 of file readFitsCatalogTask.py.
The documentation for this class was generated from the following file: