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

Class AIPSUVData

source code


This class is used to access an AIPS UV data set.

Instance Methods [hide private]
 
_init(self, name, klass, disk, seq, userno) source code
 
__len__(self) source code
 
__getitem__(self, name) source code
 
__iter__(self) source code
 
_generate_antennas(self)
Generate the 'antennas' attribute.
source code
 
_generate_polarizations(self)
Generate the 'polarizations' attribute.
source code
 
_generate_sources(self)
Generate the 'sources' attribute.
source code
 
attach_table(self, name, version, **kwds)
Attach an extension table to this UV data set.
source code

Inherited from _AIPSData: __init__, clrstat, disk, klass, name, rename, seq, table, table_highver, update, userno, zap, zap_table

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  antennas = property(_generate_antennas, doc= 'Antennas in this...
  polarizations = property(_generate_polarizations, doc= 'Polari...
  sources = property(_generate_sources, doc= 'Sources in this da...
  history = property(lambda self: _AIPSHistory(self._data))

Inherited from _AIPSData: header, keywords, stokes, tables

Inherited from _AIPSData (private): _header, _keywords

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_generate_polarizations(self)

source code 

Generate the 'polarizations' attribute.

Returns a list of the polarizations for this data set.

attach_table(self, name, version, **kwds)

source code 

Attach an extension table to this UV data set.

A new extension table is created if the extension table NAME with version VERSION doesn't exist. If VERSION is 0, a new extension table is created with a version that is one higher than the highest available version.


Class Variable Details [hide private]

antennas

Value:
property(_generate_antennas, doc= 'Antennas in this data set.')

polarizations

Value:
property(_generate_polarizations, doc= 'Polarizations in this data set\
.')

sources

Value:
property(_generate_sources, doc= 'Sources in this data set.')