lsst.meas.algorithms g88c9893f41+8a5c8fccd2
|
Public Member Functions | |
def | run (self, filename) |
Static Public Attributes | |
ConfigClass = ReadFitsCatalogConfig | |
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.
def 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.
|
static |
Definition at line 55 of file readFitsCatalogTask.py.