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

ObitTableBL Struct Reference

ObitTableBL Class structure. More...

#include <ObitTableBL.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 numAnt
 The number of antennas.
oint numPol
 The number of polarizations.
oint numIF
 The number of IFs.
glong TimeOff
 Column offset for The center time.
glong TimeCol
 Physical column number for The center time.
glong SourIDOff
 Column offset for Source ID number in table record.
glong SourIDCol
 Physical column number for Source ID number in table record.
glong SubAOff
 Column offset for Subarray number in table record.
glong SubACol
 Physical column number for Subarray number in table record.
glong ant1Off
 Column offset for First antenna number of baseline in table record.
glong ant1Col
 Physical column number for First antenna number of baseline in table record.
glong ant2Off
 Column offset for Second antenna number of baseline in table record.
glong ant2Col
 Physical column number for Second antenna number of baseline in table record.
glong FreqIDOff
 Column offset for Freqid number in table record.
glong FreqIDCol
 Physical column number for Freqid number in table record.
glong RealM1Off
 Column offset for Real (Multiplicative correction Poln # 1 ) in table record.
glong RealM1Col
 Physical column number for Real (Multiplicative correction Poln # 1 ) in table record.
glong ImagM1Off
 Column offset for Imaginary (Multiplicative correction Poln # 1 ) in table record.
glong ImagM1Col
 Physical column number for Imaginary (Multiplicative correction Poln # 1 ) in table record.
glong RealA1Off
 Column offset for Real (Additive correction Poln # 1 ) in table record.
glong RealA1Col
 Physical column number for Real (Additive correction Poln # 1 ) in table record.
glong ImagA1Off
 Column offset for Imaginary (Additive correction Poln # 1 ) in table record.
glong ImagA1Col
 Physical column number for Imaginary (Additive correction Poln # 1 ) in table record.
glong RealM2Off
 Column offset for Real (Multiplicative correction Poln # 2 ) in table record.
glong RealM2Col
 Physical column number for Real (Multiplicative correction Poln # 2 ) in table record.
glong ImagM2Off
 Column offset for Imaginary (Multiplicative correction Poln # 2 ) in table record.
glong ImagM2Col
 Physical column number for Imaginary (Multiplicative correction Poln # 2 ) in table record.
glong RealA2Off
 Column offset for Real (Additive correction Poln # 2 ) in table record.
glong RealA2Col
 Physical column number for Real (Additive correction Poln # 2 ) in table record.
glong ImagA2Off
 Column offset for Imaginary (Additive correction Poln # 2 ) in table record.
glong ImagA2Col
 Physical column number for Imaginary (Additive correction Poln # 2 ) in table record.


Detailed Description

ObitTableBL Class structure.


Member Data Documentation

glong ObitTableBL::ant1Col
 

Physical column number for First antenna number of baseline in table record.

glong ObitTableBL::ant1Off
 

Column offset for First antenna number of baseline in table record.

glong ObitTableBL::ant2Col
 

Physical column number for Second antenna number of baseline in table record.

glong ObitTableBL::ant2Off
 

Column offset for Second antenna number of baseline in table record.

gfloat* ObitTableBL::buffer
 

Table buffer.

glong ObitTableBL::bufferSize
 

Table buffer size in floats.

gpointer ObitTableBL::ClassInfo
 

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

glong ObitTableBL::FreqIDCol
 

Physical column number for Freqid number in table record.

glong ObitTableBL::FreqIDOff
 

Column offset for Freqid number in table record.

glong ObitTableBL::ImagA1Col
 

Physical column number for Imaginary (Additive correction Poln # 1 ) in table record.

glong ObitTableBL::ImagA1Off
 

Column offset for Imaginary (Additive correction Poln # 1 ) in table record.

glong ObitTableBL::ImagA2Col
 

Physical column number for Imaginary (Additive correction Poln # 2 ) in table record.

glong ObitTableBL::ImagA2Off
 

Column offset for Imaginary (Additive correction Poln # 2 ) in table record.

glong ObitTableBL::ImagM1Col
 

Physical column number for Imaginary (Multiplicative correction Poln # 1 ) in table record.

glong ObitTableBL::ImagM1Off
 

Column offset for Imaginary (Multiplicative correction Poln # 1 ) in table record.

glong ObitTableBL::ImagM2Col
 

Physical column number for Imaginary (Multiplicative correction Poln # 2 ) in table record.

glong ObitTableBL::ImagM2Off
 

Column offset for Imaginary (Multiplicative correction Poln # 2 ) in table record.

ObitInfoList* ObitTableBL::info
 

Linked list of arrays of data.

ObitTableDesc* ObitTableBL::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableBL::myHost
 

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

ObitIO* ObitTableBL::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableBL::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableBL::myStatus
 

I/O status.

gchar* ObitTableBL::name
 

Name of object [Optional].

oint ObitTableBL::numAnt
 

The number of antennas.

oint ObitTableBL::numIF
 

The number of IFs.

oint ObitTableBL::numPol
 

The number of polarizations.

gint32 ObitTableBL::ObitId
 

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

glong ObitTableBL::RealA1Col
 

Physical column number for Real (Additive correction Poln # 1 ) in table record.

glong ObitTableBL::RealA1Off
 

Column offset for Real (Additive correction Poln # 1 ) in table record.

glong ObitTableBL::RealA2Col
 

Physical column number for Real (Additive correction Poln # 2 ) in table record.

glong ObitTableBL::RealA2Off
 

Column offset for Real (Additive correction Poln # 2 ) in table record.

glong ObitTableBL::RealM1Col
 

Physical column number for Real (Multiplicative correction Poln # 1 ) in table record.

glong ObitTableBL::RealM1Off
 

Column offset for Real (Multiplicative correction Poln # 1 ) in table record.

glong ObitTableBL::RealM2Col
 

Physical column number for Real (Multiplicative correction Poln # 2 ) in table record.

glong ObitTableBL::RealM2Off
 

Column offset for Real (Multiplicative correction Poln # 2 ) in table record.

gint ObitTableBL::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

glong ObitTableBL::SourIDCol
 

Physical column number for Source ID number in table record.

glong ObitTableBL::SourIDOff
 

Column offset for Source ID number in table record.

glong ObitTableBL::SubACol
 

Physical column number for Subarray number in table record.

glong ObitTableBL::SubAOff
 

Column offset for Subarray number in table record.

gchar* ObitTableBL::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableBL::tabVer
 

Table version number(1-rel).

ObitThread* ObitTableBL::thread
 

Threading info member object.

glong ObitTableBL::TimeCol
 

Physical column number for The center time.

in table record

glong ObitTableBL::TimeOff
 

Column offset for The center time.

in table record


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