lsst.meas.algorithms ge9008a0c34+425a3f5e02
|
Public Member Functions | |
run (self, filename) | |
Static Public Attributes | |
ConfigClass = ReadFitsCatalogConfig | |
Static Protected Attributes | |
str | _DefaultName = 'readCatalog' |
Read an object catalog from a FITS table The resulting `catalogArray` is a numpy structured array containing fields such as "name", "ra" and "dec" and a few rows of data. For more complicated cases config parameters allow you to rename columns and choose which HDU to read.
Definition at line 47 of file readFitsCatalogTask.py.
lsst.meas.algorithms.readFitsCatalogTask.ReadFitsCatalogTask.run | ( | self, | |
filename ) |
Read an object catalog from the specified FITS file Parameters ---------- filename : `str` Path to specified FITS file Returns ------- table : `np.array` a numpy structured array containing the specified columns
Definition at line 57 of file readFitsCatalogTask.py.
|
staticprotected |
Definition at line 54 of file readFitsCatalogTask.py.
|
static |
Definition at line 55 of file readFitsCatalogTask.py.