This class is used to access generic AIPS data.
|
__init__(self,
*args)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
_generate_stokes(self)
Generate the 'stokes' attribute. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename(self,
name=None,
klass=None,
seq=None)
Rename this image or data set. |
source code
|
|
|
table_highver(self,
name)
Return the latest version of the extension table NAME. |
source code
|
|
|
table(self,
name,
version)
Access an extension table attached to this UV data set. |
source code
|
|
|
zap_table(self,
name,
version)
Remove an extension table from this UV data set. |
source code
|
|
|
zap(self,
force=False)
Removes the data object from the AIPS catalogue. |
source code
|
|
|
clrstat(self)
Reset file 'busy' status in the AIPS catalogue. |
source code
|
|
|
update(self)
Synchronise the data object with the AIPS catalogue entry. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|