#include <ObitTableFQ.h>
Public Attributes | |
| gint32 | ObitId |
| Recognition bit pattern to identify the start of an Obit object. | |
| gpointer | ClassInfo |
| ClassInfo pointer for class with name, base and function pointers. | |
| gint | ReferenceCount |
| Reference count for object (numbers of pointers attaching). | |
| gchar * | name |
| Name of object [Optional]. | |
| ObitThread * | thread |
| Threading info member object. | |
| ObitInfoList * | info |
| Linked list of arrays of data. | |
| ObitIOStatus | myStatus |
| I/O status. | |
| ObitIO * | myIO |
| I/O interface to access disk resident data. | |
| ObitTableDesc * | myDesc |
| Obit Table data Descriptor. | |
| ObitTableSel * | mySel |
| Obit Table data Selector. | |
| gfloat * | buffer |
| Table buffer. | |
| glong | bufferSize |
| Table buffer size in floats. | |
| gchar * | tabType |
| Table type (name of type, e.g. | |
| glong | tabVer |
| Table version number(1-rel). | |
| Obit * | myHost |
| This table attached to host (actually) ObitData this is a secret reference - don't use Ref or Unref functions. | |
| oint | numIF |
| The number of IFs, used to dimension table column entries. | |
| glong | fqidOff |
| Column offset for Frequency ID number for row, this is a random parameter in the uv data in table record. | |
| glong | fqidCol |
| Physical column number for Frequency ID number for row, this is a random parameter in the uv data in table record. | |
| glong | freqOffOff |
| Column offset for Offset from reference frequency for each IF in table record. | |
| glong | freqOffCol |
| Physical column number for Offset from reference frequency for each IF in table record. | |
| glong | chWidthOff |
| Column offset for Bandwidth of an individual channel, now always written and read as a signed value in table record. | |
| glong | chWidthCol |
| Physical column number for Bandwidth of an individual channel, now always written and read as a signed value in table record. | |
| glong | totBWOff |
| Column offset for Total bandwidth of the IF, now written and read as an unsigned value in table record. | |
| glong | totBWCol |
| Physical column number for Total bandwidth of the IF, now written and read as an unsigned value in table record. | |
| glong | sideBandOff |
| Column offset for Sideband of the IF (-1 =$>$ lower, +1 =$>$ upper), now always written and read as +1 in table record. | |
| glong | sideBandCol |
| Physical column number for Sideband of the IF (-1 =$>$ lower, +1 =$>$ upper), now always written and read as +1 in table record. | |
|
|
Table buffer.
|
|
|
Table buffer size in floats.
|
|
|
Physical column number for Bandwidth of an individual channel, now always written and read as a signed value in table record.
|
|
|
Column offset for Bandwidth of an individual channel, now always written and read as a signed value in table record.
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Physical column number for Frequency ID number for row, this is a random parameter in the uv data in table record.
|
|
|
Column offset for Frequency ID number for row, this is a random parameter in the uv data in table record.
|
|
|
Physical column number for Offset from reference frequency for each IF in table record.
|
|
|
Column offset for Offset from reference frequency for each IF in table record.
|
|
|
Linked list of arrays of data.
|
|
|
Obit Table data Descriptor.
|
|
|
This table attached to host (actually) ObitData this is a secret reference - don't use Ref or Unref functions.
|
|
|
I/O interface to access disk resident data.
|
|
|
Obit Table data Selector.
|
|
|
I/O status.
|
|
|
Name of object [Optional].
|
|
|
The number of IFs, used to dimension table column entries.
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Physical column number for Sideband of the IF (-1 =$>$ lower, +1 =$>$ upper), now always written and read as +1 in table record.
|
|
|
Column offset for Sideband of the IF (-1 =$>$ lower, +1 =$>$ upper), now always written and read as +1 in table record.
|
|
|
Table type (name of type, e.g. "AIPS AN") |
|
|
Table version number(1-rel).
|
|
|
Threading info member object.
|
|
|
Physical column number for Total bandwidth of the IF, now written and read as an unsigned value in table record.
|
|
|
Column offset for Total bandwidth of the IF, now written and read as an unsigned value in table record.
|
1.3.9.1