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

Class _AIPSTable

source code

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

Instance Methods [hide private]
 
__init__(self, data, name, version) source code
 
close(self)
Close this extension table.
source code
 
__getitem__(self, key) source code
 
__iter__(self) source code
 
__len__(self) source code
 
__setitem__(self, key, row) source code
 
append(self, row)
Append a row to this extension table.
source code
 
_keywords(self) source code
 
keywords(self) source code
Method Details [hide private]

close(self)

source code 

Close this extension table.

Closing an extension table flushes any changes to the table to disk and updates the information in the header of the data set.