lsst.astshim g50ff169b8f+96c6868917
Loading...
Searching...
No Matches
Functions | Variables
astshim.fitsTableContinued Namespace Reference

Functions

 getColumnData (self, column)
 

Variables

 getColumnData
 

Function Documentation

◆ getColumnData()

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`

Definition at line 6 of file fitsTableContinued.py.

Variable Documentation

◆ getColumnData

astshim.fitsTableContinued.getColumnData

Definition at line 33 of file fitsTableContinued.py.