Main Page | Class List | Directories | File List | Class Members | File Members

ObitTableGC Struct Reference

ObitTableGC Class structure. More...

#include <ObitTableGC.h>

List of all members.

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].
ObitThreadthread
 Threading info member object.
ObitInfoListinfo
 Linked list of arrays of data.
ObitIOStatus myStatus
 I/O status.
ObitIOmyIO
 I/O interface to access disk resident data.
ObitTableDescmyDesc
 Obit Table data Descriptor.
ObitTableSelmySel
 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).
ObitmyHost
 This table attached to host (actually) ObitData this is a secret reference - don't use Ref or Unref functions.
oint numBand
 The number of Bands(?).
oint numPol
 The number of polarizations.
oint numTabs
 The number of ??.
oint revision
 Revision number of the table definition.
glong antennaNoOff
 Column offset for Antenna number in table record.
glong antennaNoCol
 Physical column number for Antenna number in table record.
glong SubArrayOff
 Column offset for Subarray number in table record.
glong SubArrayCol
 Physical column number for Subarray number in table record.
glong FreqIDOff
 Column offset for Frequency id of scan in table record.
glong FreqIDCol
 Physical column number for Frequency id of scan in table record.
glong Type1Off
 Column offset for TYPE_#1 in table record.
glong Type1Col
 Physical column number for TYPE_#1 in table record.
glong NTerm1Off
 Column offset for NTERM_#1 in table record.
glong NTerm1Col
 Physical column number for NTERM_#1 in table record.
glong XTyp1Off
 Column offset for X_TYP_#1 in table record.
glong XTyp1Col
 Physical column number for X_TYP_#1 in table record.
glong YTyp1Off
 Column offset for Y_TYP_#1 in table record.
glong YTyp1Col
 Physical column number for Y_TYP_#1 in table record.
glong XVal1Off
 Column offset for X_TYP_#1 in table record.
glong XVal1Col
 Physical column number for X_TYP_#1 in table record.
glong YVal1Off
 Column offset for Y_TYP_#1 in table record.
glong YVal1Col
 Physical column number for Y_TYP_#1 in table record.
glong gain1Off
 Column offset for GAIN_#1 in table record.
glong gain1Col
 Physical column number for GAIN_#1 in table record.
glong sens1Off
 Column offset for X_TYP_#1 in table record.
glong sens1Col
 Physical column number for X_TYP_#1 in table record.
glong Type2Off
 Column offset for TYPE_#2 in table record.
glong Type2Col
 Physical column number for TYPE_#2 in table record.
glong NTerm2Off
 Column offset for NTERM_#2 in table record.
glong NTerm2Col
 Physical column number for NTERM_#2 in table record.
glong XTyp2Off
 Column offset for X_TYP_#2 in table record.
glong XTyp2Col
 Physical column number for X_TYP_#2 in table record.
glong YTyp2Off
 Column offset for Y_TYP_#2 in table record.
glong YTyp2Col
 Physical column number for Y_TYP_#2 in table record.
glong XVal2Off
 Column offset for X_TYP_#2 in table record.
glong XVal2Col
 Physical column number for X_TYP_#2 in table record.
glong YVal2Off
 Column offset for Y_TYP_#2 in table record.
glong YVal2Col
 Physical column number for Y_TYP_#2 in table record.
glong gain2Off
 Column offset for GAIN_#2 in table record.
glong gain2Col
 Physical column number for GAIN_#2 in table record.
glong sens2Off
 Column offset for X_TYP_#2 in table record.
glong sens2Col
 Physical column number for X_TYP_#2 in table record.


Detailed Description

ObitTableGC Class structure.


Member Data Documentation

glong ObitTableGC::antennaNoCol
 

Physical column number for Antenna number in table record.

glong ObitTableGC::antennaNoOff
 

Column offset for Antenna number in table record.

gfloat* ObitTableGC::buffer
 

Table buffer.

glong ObitTableGC::bufferSize
 

Table buffer size in floats.

gpointer ObitTableGC::ClassInfo
 

ClassInfo pointer for class with name, base and function pointers.

glong ObitTableGC::FreqIDCol
 

Physical column number for Frequency id of scan in table record.

glong ObitTableGC::FreqIDOff
 

Column offset for Frequency id of scan in table record.

glong ObitTableGC::gain1Col
 

Physical column number for GAIN_#1 in table record.

glong ObitTableGC::gain1Off
 

Column offset for GAIN_#1 in table record.

glong ObitTableGC::gain2Col
 

Physical column number for GAIN_#2 in table record.

glong ObitTableGC::gain2Off
 

Column offset for GAIN_#2 in table record.

ObitInfoList* ObitTableGC::info
 

Linked list of arrays of data.

ObitTableDesc* ObitTableGC::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableGC::myHost
 

This table attached to host (actually) ObitData this is a secret reference - don't use Ref or Unref functions.

ObitIO* ObitTableGC::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableGC::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableGC::myStatus
 

I/O status.

gchar* ObitTableGC::name
 

Name of object [Optional].

glong ObitTableGC::NTerm1Col
 

Physical column number for NTERM_#1 in table record.

glong ObitTableGC::NTerm1Off
 

Column offset for NTERM_#1 in table record.

glong ObitTableGC::NTerm2Col
 

Physical column number for NTERM_#2 in table record.

glong ObitTableGC::NTerm2Off
 

Column offset for NTERM_#2 in table record.

oint ObitTableGC::numBand
 

The number of Bands(?).

oint ObitTableGC::numPol
 

The number of polarizations.

oint ObitTableGC::numTabs
 

The number of ??.

gint32 ObitTableGC::ObitId
 

Recognition bit pattern to identify the start of an Obit object.

gint ObitTableGC::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

oint ObitTableGC::revision
 

Revision number of the table definition.

glong ObitTableGC::sens1Col
 

Physical column number for X_TYP_#1 in table record.

glong ObitTableGC::sens1Off
 

Column offset for X_TYP_#1 in table record.

glong ObitTableGC::sens2Col
 

Physical column number for X_TYP_#2 in table record.

glong ObitTableGC::sens2Off
 

Column offset for X_TYP_#2 in table record.

glong ObitTableGC::SubArrayCol
 

Physical column number for Subarray number in table record.

glong ObitTableGC::SubArrayOff
 

Column offset for Subarray number in table record.

gchar* ObitTableGC::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableGC::tabVer
 

Table version number(1-rel).

ObitThread* ObitTableGC::thread
 

Threading info member object.

glong ObitTableGC::Type1Col
 

Physical column number for TYPE_#1 in table record.

glong ObitTableGC::Type1Off
 

Column offset for TYPE_#1 in table record.

glong ObitTableGC::Type2Col
 

Physical column number for TYPE_#2 in table record.

glong ObitTableGC::Type2Off
 

Column offset for TYPE_#2 in table record.

glong ObitTableGC::XTyp1Col
 

Physical column number for X_TYP_#1 in table record.

glong ObitTableGC::XTyp1Off
 

Column offset for X_TYP_#1 in table record.

glong ObitTableGC::XTyp2Col
 

Physical column number for X_TYP_#2 in table record.

glong ObitTableGC::XTyp2Off
 

Column offset for X_TYP_#2 in table record.

glong ObitTableGC::XVal1Col
 

Physical column number for X_TYP_#1 in table record.

glong ObitTableGC::XVal1Off
 

Column offset for X_TYP_#1 in table record.

glong ObitTableGC::XVal2Col
 

Physical column number for X_TYP_#2 in table record.

glong ObitTableGC::XVal2Off
 

Column offset for X_TYP_#2 in table record.

glong ObitTableGC::YTyp1Col
 

Physical column number for Y_TYP_#1 in table record.

glong ObitTableGC::YTyp1Off
 

Column offset for Y_TYP_#1 in table record.

glong ObitTableGC::YTyp2Col
 

Physical column number for Y_TYP_#2 in table record.

glong ObitTableGC::YTyp2Off
 

Column offset for Y_TYP_#2 in table record.

glong ObitTableGC::YVal1Col
 

Physical column number for Y_TYP_#1 in table record.

glong ObitTableGC::YVal1Off
 

Column offset for Y_TYP_#1 in table record.

glong ObitTableGC::YVal2Col
 

Physical column number for Y_TYP_#2 in table record.

glong ObitTableGC::YVal2Off
 

Column offset for Y_TYP_#2 in table record.


The documentation for this struct was generated from the following file:
Generated on Fri Aug 31 22:13:14 2007 for Obit by  doxygen 1.3.9.1