|
lsst.astshim g38293774b4+ac198e9f13
|
Functions | |
| def | getColumnData (self, column) |
Variables | |
| getColumnData | |
| def astshim.fitsTableContinued.getColumnData | ( | self, | |
| column | |||
| ) |
Retrieve the column data in the correct type and shape.
Parameters
----------
column : `str`
Name of the column to retrieve.
Returns
-------
data : `list` of `numpy.array`
| astshim.fitsTableContinued.getColumnData |