Trees | Indices | Help |
|
---|
|
This class describes generic AIPS data.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
name Name of this data set. |
|||
klass Class of this data set. |
|||
disk Disk where this data set is stored. |
|||
seq Sequence number of this data set. |
|||
userno User number used to access this data set. |
|||
header Header for this data set. |
|||
keywords Keywords for this data set. |
|||
tables Extension tables for this data set. |
|||
history History table for this data set. |
|||
antennas Antennas in this data set. |
|||
polarizations Polarizations in this data set. |
|||
sources Sources in this data set. |
|||
stokes Stokes parameters for this data set. |
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
str(x)
|
Check whether this image or data set exists. Returns True if the image or data set exists, False otherwise. |
Get the highest version of an extension table. Returns the highest available version number of the extension table TYPE. |
Rename this image or data set. NAME is the new name, KLASS is the new class and SEQ is the new sequence number for the data set. Note that you can't change the disk number, since that would require copying the data. |
Get the header of an extension table. Returns the header of version VERSION of the extension table TYPE. |
Get a row from an extension table. Returns row ROWNO from version VERSION of extension table TYPE as a dictionary. |
Destroy an extension table. Deletes version VERSION of the extension table TYPE. If VERSION is 0, delete the highest version of table TYPE. If VERSION is -1, delete all versions of table TYPE. |
|
nameName of this data set.
|
klassClass of this data set.
|
diskDisk where this data set is stored.
|
seqSequence number of this data set.
|
usernoUser number used to access this data set.
|
headerHeader for this data set.
|
keywordsKeywords for this data set.
|
tablesExtension tables for this data set.
|
historyHistory table for this data set.
|
antennasAntennas in this data set.
|
polarizationsPolarizations in this data set.
|
sourcesSources in this data set.
|
stokesStokes parameters for this data set.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 28 17:13:08 2008 | http://epydoc.sourceforge.net |