Proxy :: AIPSData :: AIPSData :: Class AIPSData
[hide private]
[frames] | no frames]

Class AIPSData

source code

Instance Methods [hide private]
 
__init__(self) source code
 
exists(self, desc)
Checks that this instance of AIPSData refers to a dataset that is actually present in the AIPS catalogue.
source code
 
verify(self, desc) source code
 
header(self, desc)
Returns the data header.
source code
 
_len(self, desc) source code
 
keywords(self, desc) source code
 
stokes(self, desc) source code
 
tables(self, desc) source code
 
table_highver(self, desc, type)
Returns the highest version number of the specified table type.
source code
 
rename(self, desc, name, klass, seq)
Renames the data set.
source code
 
zap(self, desc, force)
Removes the data set from the AIPS catalogue.
source code
 
clrstat(self, desc)
Unsets the 'busy' state in the AIPS catalogue.
source code
 
keywords_table(self, desc, type, version) source code
 
version_table(self, desc, type, version) source code
 
_getitem_table(self, desc, type, version, key) source code
 
_len_table(self, desc, type, version) source code
 
zap_table(self, desc, type, version)
Remove the specified version of the indicated table type.
source code
 
_getitem_history(self, desc, key) source code
Method Details [hide private]

clrstat(self, desc)

source code 

Unsets the 'busy' state in the AIPS catalogue. Useful should an AIPS task die mid-step.