#include <ObitTableDesc.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]. | |
| ObitIOAccess | access |
| Type of access to file (read, write...). | |
| glong | nrow |
| Number of rows. | |
| glong | lrow |
| Length of a row in bytes. | |
| glong | lrowIO |
| Length of a row in bytes for I/O purposes. | |
| glong | startData |
| file position in bytes of the beginning of the table | |
| glong | firstRow |
| current beginning row (1-rel) read/write in buffer | |
| glong | numRowBuff |
| number of rows in buffer | |
| glong | nfield |
| Number of columns (fields). | |
| glong | version |
| Table version number. | |
| glong | nkey |
| Number of keywords stored in info. | |
| glong | sort [2] |
| Sort order, column by primary and secondary key, positive => ascending order, negative => descending An additional + or - 256 indicates sorting by absolute value. | |
| glong * | order |
| Physical (1-rel) order number of each field - as stored in memory. | |
| glong * | offset |
| Offset from the first word in a row to the first element in the field in units of the data type of the field. | |
| glong * | byteOffset |
| Offset from the first word in a row to the first element in the field in units of bytes. | |
| glong * | repeat |
| Total number of element (of column type). | |
| gint32 ** | dim |
| Field dimension [MAXINFOELEMDIM]. | |
| ObitInfoType * | type |
| Field data types as #ObitInfoType. | |
| gchar * | TableName |
| Table name. | |
| gchar ** | FieldName |
| Field labels. | |
| gchar ** | FieldUnit |
| Field units. | |
| ObitInfoList * | info |
| InfoList for other keywords. | |
| glong | statusOff |
| Offset for "_status" column. | |
This class contains descriptions of interferometric visibility data.
|
|
Type of access to file (read, write...).
|
|
|
Offset from the first word in a row to the first element in the field in units of bytes.
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Field dimension [MAXINFOELEMDIM].
|
|
|
Field labels.
|
|
|
Field units.
|
|
|
current beginning row (1-rel) read/write in buffer
|
|
|
InfoList for other keywords.
|
|
|
Length of a row in bytes.
|
|
|
Length of a row in bytes for I/O purposes.
|
|
|
Name of object [Optional].
|
|
|
Number of columns (fields).
|
|
|
Number of keywords stored in info.
|
|
|
Number of rows.
|
|
|
number of rows in buffer
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Offset from the first word in a row to the first element in the field in units of the data type of the field.
|
|
|
Physical (1-rel) order number of each field - as stored in memory.
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Total number of element (of column type).
|
|
|
Sort order, column by primary and secondary key, positive => ascending order, negative => descending An additional + or - 256 indicates sorting by absolute value.
|
|
|
file position in bytes of the beginning of the table
|
|
|
Offset for "_status" column.
|
|
|
Table name.
|
|
|
Field data types as #ObitInfoType.
|
|
|
Table version number.
|
1.3.9.1