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

ObitTableGBTIF Struct Reference

ObitTableGBTIF Class structure. More...

#include <ObitTableGBTIF.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].
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.
glong portOff
 Column offset for Index of the backend's input.
glong portCol
 Physical column number for Index of the backend's input.
glong feedOff
 Column offset for Index of receiver RF entry point (0 indicates none.
glong feedCol
 Physical column number for Index of receiver RF entry point (0 indicates none.
glong srfeed1Off
 Column offset for Index of first FEED of a sig/ref pair.
glong srfeed1Col
 Physical column number for Index of first FEED of a sig/ref pair.
glong srfeed2Off
 Column offset for Index of second FEED of a sig/ref pair.
glong srfeed2Col
 Physical column number for Index of second FEED of a sig/ref pair.
glong CenterIFOff
 Column offset for Approximate physical center frequency.
glong CenterIFCol
 Physical column number for Approximate physical center frequency.
glong CenterSkyOff
 Column offset for Approximate center frequency on the sky.
glong CenterSkyCol
 Physical column number for Approximate center frequency on the sky.
glong bandwdthOff
 Column offset for Approximate resulting bandwidth in table record.
glong bandwdthCol
 Physical column number for Approximate resulting bandwidth in table record.
glong highCalOff
 Column offset for ndicates a high powered calibrator was used.
glong highCalCol
 Physical column number for ndicates a high powered calibrator was used.
glong testToneIFOff
 Column offset for Approximate physical test tone frequency, if any.
glong testToneIFCol
 Physical column number for Approximate physical test tone frequency, if any.
glong YestToneSkyOff
 Column offset for Approximate test tone frequency on the sky, if any.
glong YestToneSkyCol
 Physical column number for Approximate test tone frequency on the sky, if any.
glong sffMultiplierOff
 Column offset for Sky Frequency Formula multiplier coefficient.
glong sffMultiplierCol
 Physical column number for Sky Frequency Formula multiplier coefficient.
glong sffSidebandOff
 Column offset for Sky Frequency Formula sideband coefficient.
glong sffSidebandCol
 Physical column number for Sky Frequency Formula sideband coefficient.
glong sffOffsetOff
 Column offset for Sky Frequency Formula offset coefficient.
glong sffOffsetCol
 Physical column number for Sky Frequency Formula offset coefficient.
glong transformCountOff
 Column offset for Number of transform.
glong transformCountCol
 Physical column number for Number of transform.
glong backendOff
 Column offset for Name of the terminating backend.
glong backendCol
 Physical column number for Name of the terminating backend.
glong bankOff
 Column offset for Name of the backend's set of inputs.
glong bankCol
 Physical column number for Name of the backend's set of inputs.
glong receiverOff
 Column offset for Name of the receiver of origin.
glong receiverCol
 Physical column number for Name of the receiver of origin.
glong receptorOff
 Column offset for Name of the receiver's detector.
glong receptorCol
 Physical column number for Name of the receiver's detector.
glong loCircuitOff
 Column offset for Circuit producing the tracking frequency.
glong loCircuitCol
 Physical column number for Circuit producing the tracking frequency.
glong loComponentOff
 Column offset for component producing the tracking frequency.
glong loComponentCol
 Physical column number for component producing the tracking frequency.
glong sidebandOff
 Column offset for Resulting sideband: upper or lower.
glong sidebandCol
 Physical column number for Resulting sideband: upper or lower.
glong polarizeOff
 Column offset for Resulting polarization ('X', 'Y', 'R', 'L').
glong polarizeCol
 Physical column number for Resulting polarization ('X', 'Y', 'R', 'L').
glong TestToneCircuitOff
 Column offset for Circuit producing the test tone, if any.
glong TestToneCircuitCol
 Physical column number for Circuit producing the test tone, if any.
glong testToneComponentOff
 Column offset for Component producing the test tone, if any.
glong testToneComponentCol
 Physical column number for Component producing the test tone, if any.
glong transformsOff
 Column offset for Matrix of transform descriptions (frequencies in MHz).
glong transformsCol
 Physical column number for Matrix of transform descriptions (frequencies in MHz).


Detailed Description

ObitTableGBTIF Class structure.


Member Data Documentation

glong ObitTableGBTIF::backendCol
 

Physical column number for Name of the terminating backend.

in table record

glong ObitTableGBTIF::backendOff
 

Column offset for Name of the terminating backend.

in table record

glong ObitTableGBTIF::bandwdthCol
 

Physical column number for Approximate resulting bandwidth in table record.

glong ObitTableGBTIF::bandwdthOff
 

Column offset for Approximate resulting bandwidth in table record.

glong ObitTableGBTIF::bankCol
 

Physical column number for Name of the backend's set of inputs.

in table record

glong ObitTableGBTIF::bankOff
 

Column offset for Name of the backend's set of inputs.

in table record

gfloat* ObitTableGBTIF::buffer
 

Table buffer.

glong ObitTableGBTIF::bufferSize
 

Table buffer size in floats.

glong ObitTableGBTIF::CenterIFCol
 

Physical column number for Approximate physical center frequency.

in table record

glong ObitTableGBTIF::CenterIFOff
 

Column offset for Approximate physical center frequency.

in table record

glong ObitTableGBTIF::CenterSkyCol
 

Physical column number for Approximate center frequency on the sky.

in table record

glong ObitTableGBTIF::CenterSkyOff
 

Column offset for Approximate center frequency on the sky.

in table record

gpointer ObitTableGBTIF::ClassInfo
 

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

glong ObitTableGBTIF::feedCol
 

Physical column number for Index of receiver RF entry point (0 indicates none.

in table record

glong ObitTableGBTIF::feedOff
 

Column offset for Index of receiver RF entry point (0 indicates none.

in table record

glong ObitTableGBTIF::highCalCol
 

Physical column number for ndicates a high powered calibrator was used.

in table record

glong ObitTableGBTIF::highCalOff
 

Column offset for ndicates a high powered calibrator was used.

in table record

ObitInfoList* ObitTableGBTIF::info
 

Linked list of arrays of data.

glong ObitTableGBTIF::loCircuitCol
 

Physical column number for Circuit producing the tracking frequency.

in table record

glong ObitTableGBTIF::loCircuitOff
 

Column offset for Circuit producing the tracking frequency.

in table record

glong ObitTableGBTIF::loComponentCol
 

Physical column number for component producing the tracking frequency.

in table record

glong ObitTableGBTIF::loComponentOff
 

Column offset for component producing the tracking frequency.

in table record

ObitTableDesc* ObitTableGBTIF::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableGBTIF::myHost
 

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

ObitIO* ObitTableGBTIF::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableGBTIF::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableGBTIF::myStatus
 

I/O status.

gchar* ObitTableGBTIF::name
 

Name of object [Optional].

gint32 ObitTableGBTIF::ObitId
 

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

glong ObitTableGBTIF::polarizeCol
 

Physical column number for Resulting polarization ('X', 'Y', 'R', 'L').

in table record

glong ObitTableGBTIF::polarizeOff
 

Column offset for Resulting polarization ('X', 'Y', 'R', 'L').

in table record

glong ObitTableGBTIF::portCol
 

Physical column number for Index of the backend's input.

in table record

glong ObitTableGBTIF::portOff
 

Column offset for Index of the backend's input.

in table record

glong ObitTableGBTIF::receiverCol
 

Physical column number for Name of the receiver of origin.

in table record

glong ObitTableGBTIF::receiverOff
 

Column offset for Name of the receiver of origin.

in table record

glong ObitTableGBTIF::receptorCol
 

Physical column number for Name of the receiver's detector.

in table record

glong ObitTableGBTIF::receptorOff
 

Column offset for Name of the receiver's detector.

in table record

gint ObitTableGBTIF::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

glong ObitTableGBTIF::sffMultiplierCol
 

Physical column number for Sky Frequency Formula multiplier coefficient.

in table record

glong ObitTableGBTIF::sffMultiplierOff
 

Column offset for Sky Frequency Formula multiplier coefficient.

in table record

glong ObitTableGBTIF::sffOffsetCol
 

Physical column number for Sky Frequency Formula offset coefficient.

in table record

glong ObitTableGBTIF::sffOffsetOff
 

Column offset for Sky Frequency Formula offset coefficient.

in table record

glong ObitTableGBTIF::sffSidebandCol
 

Physical column number for Sky Frequency Formula sideband coefficient.

in table record

glong ObitTableGBTIF::sffSidebandOff
 

Column offset for Sky Frequency Formula sideband coefficient.

in table record

glong ObitTableGBTIF::sidebandCol
 

Physical column number for Resulting sideband: upper or lower.

in table record

glong ObitTableGBTIF::sidebandOff
 

Column offset for Resulting sideband: upper or lower.

in table record

glong ObitTableGBTIF::srfeed1Col
 

Physical column number for Index of first FEED of a sig/ref pair.

in table record

glong ObitTableGBTIF::srfeed1Off
 

Column offset for Index of first FEED of a sig/ref pair.

in table record

glong ObitTableGBTIF::srfeed2Col
 

Physical column number for Index of second FEED of a sig/ref pair.

in table record

glong ObitTableGBTIF::srfeed2Off
 

Column offset for Index of second FEED of a sig/ref pair.

in table record

gchar* ObitTableGBTIF::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableGBTIF::tabVer
 

Table version number(1-rel).

glong ObitTableGBTIF::TestToneCircuitCol
 

Physical column number for Circuit producing the test tone, if any.

in table record

glong ObitTableGBTIF::TestToneCircuitOff
 

Column offset for Circuit producing the test tone, if any.

in table record

glong ObitTableGBTIF::testToneComponentCol
 

Physical column number for Component producing the test tone, if any.

in table record

glong ObitTableGBTIF::testToneComponentOff
 

Column offset for Component producing the test tone, if any.

in table record

glong ObitTableGBTIF::testToneIFCol
 

Physical column number for Approximate physical test tone frequency, if any.

in table record

glong ObitTableGBTIF::testToneIFOff
 

Column offset for Approximate physical test tone frequency, if any.

in table record

ObitThread* ObitTableGBTIF::thread
 

Threading info member object.

glong ObitTableGBTIF::transformCountCol
 

Physical column number for Number of transform.

in table record

glong ObitTableGBTIF::transformCountOff
 

Column offset for Number of transform.

in table record

glong ObitTableGBTIF::transformsCol
 

Physical column number for Matrix of transform descriptions (frequencies in MHz).

in table record

glong ObitTableGBTIF::transformsOff
 

Column offset for Matrix of transform descriptions (frequencies in MHz).

in table record

glong ObitTableGBTIF::YestToneSkyCol
 

Physical column number for Approximate test tone frequency on the sky, if any.

in table record

glong ObitTableGBTIF::YestToneSkyOff
 

Column offset for Approximate test tone frequency on the sky, if any.

in table record


The documentation for this struct was generated from the following file:
Generated on Mon Sep 3 20:43:55 2007 by  doxygen 1.3.9.1