lsst.astshim g38293774b4+62d12e78cb
Loading...
Searching...
No Matches
Functions | Variables
astshim.fitsTableContinued Namespace Reference

Functions

def getColumnData (self, column)
 

Variables

 getColumnData
 

Function Documentation

◆ 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`

Variable Documentation

◆ getColumnData

astshim.fitsTableContinued.getColumnData