#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]. | |
| ObitTable * | myTable |
| Pointer to associated ObitTable. | |
| gpointer | myRowData |
| Pointer to row data in buffer (never g_free this). | |
| oint | fqid |
| Frequency ID number for row, this is a random parameter in the uv data. | |
| gdouble * | freqOff |
| Offset from reference frequency for each IF. | |
| gfloat * | chWidth |
| Bandwidth of an individual channel, now always written and read as a signed value. | |
| gfloat * | totBW |
| Total bandwidth of the IF, now written and read as an unsigned value. | |
| oint * | sideBand |
| Sideband of the IF (-1 =$>$ lower, +1 =$>$ upper), now always written and read as +1. | |
| gint | status |
| status 0=normal, 1=modified, -1=flagged | |
|
|
Bandwidth of an individual channel, now always written and read as a signed value.
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Frequency ID number for row, this is a random parameter in the uv data.
|
|
|
Offset from reference frequency for each IF.
|
|
|
Pointer to row data in buffer (never g_free this).
|
|
|
Pointer to associated ObitTable.
|
|
|
Name of object [Optional].
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Sideband of the IF (-1 =$>$ lower, +1 =$>$ upper), now always written and read as +1.
|
|
|
status 0=normal, 1=modified, -1=flagged
|
|
|
Total bandwidth of the IF, now written and read as an unsigned value.
|
1.3.9.1