Package Wizardry :: Module AIPSData
[hide private]
[frames] | no frames]

Module AIPSData

source code

Classes [hide private]
  _AIPSTableRow
This class is used to access rows in an extension table.
  AIPSTableRow
This class is used as a template row for an extension table.
  _AIPSTableIter
This class is used as an iterator over rows in an extension table.
  _AIPSTableKeywords
  _AIPSTable
This class is used to access extension tables to an AIPS UV data set.
  _AIPSHistory
This class is used to access AIPS history tables.
  _AIPSVisibilityIter
This class is used as an iterator over visibilities.
  _AIPSDataKeywords
  _AIPSDataHeader
  _AIPSData
This class is used to access generic AIPS data.
  AIPSImage
This class is used to access an AIPS image.
  AIPSUVData
This class is used to access an AIPS UV data set.
Functions [hide private]
 
_scalarize(value)
Scalarize a value.
source code
 
_vectorize(value)
Vectorize a value.
source code
 
_rstrip(value)
Strip trailing whitespace.
source code
Variables [hide private]
  numarray = None
  err = OErr.OErr()
Function Details [hide private]

_scalarize(value)

source code 

Scalarize a value.

If VALUE is a list that consists of a single element, return that element. Otherwise return VALUE.

_vectorize(value)

source code 

Vectorize a value.

If VALUE is a scalar, return a list consisting of that scalar. Otherwise return VALUE.