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

ObitTableOTFCal Struct Reference

ObitTableOTFCal Class structure. More...

#include <ObitTableOTFCal.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.
oint numDet
 Number of detectors).
oint numPoly
 Number of polynomial coefficients describing atmospheric emission.
glong TimeOff
 Column offset for The center time.
glong TimeCol
 Physical column number for The center time.
glong TimeIOff
 Column offset for The integration time.
glong TimeICol
 Physical column number for The integration time.
glong TargetOff
 Column offset for Celestial target, as index in target table.
glong TargetCol
 Physical column number for Celestial target, as index in target table.
glong dRaOff
 Column offset for Correction to the RA for all detectors.
glong dRaCol
 Physical column number for Correction to the RA for all detectors.
glong dDecOff
 Column offset for Correction to the Dec for all detectors.
glong dDecCol
 Physical column number for Correction to the Dec for all detectors.
glong calOff
 Column offset for Cal value in units of raw data per detector, to be subtracted fro in table record.
glong calCol
 Physical column number for Cal value in units of raw data per detector, to be subtracted fro in table record.
glong addOff
 Column offset for Additive (subtractive actually) term per detector in table record.
glong addCol
 Physical column number for Additive (subtractive actually) term per detector in table record.
glong multOff
 Column offset for Additive (subtractive actually) term per detector in table record.
glong multCol
 Physical column number for Additive (subtractive actually) term per detector in table record.
glong wtOff
 Column offset for Weight factor per detector in table record.
glong wtCol
 Physical column number for Weight factor per detector in table record.
glong polyOff
 Column offset for Polynomial atmosphere model, expansion in RA, dec about pointing position in table record.
glong polyCol
 Physical column number for Polynomial atmosphere model, expansion in RA, dec about pointing position in table record.


Detailed Description

ObitTableOTFCal Class structure.


Member Data Documentation

glong ObitTableOTFCal::addCol
 

Physical column number for Additive (subtractive actually) term per detector in table record.

glong ObitTableOTFCal::addOff
 

Column offset for Additive (subtractive actually) term per detector in table record.

gfloat* ObitTableOTFCal::buffer
 

Table buffer.

glong ObitTableOTFCal::bufferSize
 

Table buffer size in floats.

glong ObitTableOTFCal::calCol
 

Physical column number for Cal value in units of raw data per detector, to be subtracted fro in table record.

glong ObitTableOTFCal::calOff
 

Column offset for Cal value in units of raw data per detector, to be subtracted fro in table record.

gpointer ObitTableOTFCal::ClassInfo
 

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

glong ObitTableOTFCal::dDecCol
 

Physical column number for Correction to the Dec for all detectors.

in table record

glong ObitTableOTFCal::dDecOff
 

Column offset for Correction to the Dec for all detectors.

in table record

glong ObitTableOTFCal::dRaCol
 

Physical column number for Correction to the RA for all detectors.

in table record

glong ObitTableOTFCal::dRaOff
 

Column offset for Correction to the RA for all detectors.

in table record

ObitInfoList* ObitTableOTFCal::info
 

Linked list of arrays of data.

glong ObitTableOTFCal::multCol
 

Physical column number for Additive (subtractive actually) term per detector in table record.

glong ObitTableOTFCal::multOff
 

Column offset for Additive (subtractive actually) term per detector in table record.

ObitTableDesc* ObitTableOTFCal::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableOTFCal::myHost
 

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

ObitIO* ObitTableOTFCal::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableOTFCal::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableOTFCal::myStatus
 

I/O status.

gchar* ObitTableOTFCal::name
 

Name of object [Optional].

oint ObitTableOTFCal::numDet
 

Number of detectors).

oint ObitTableOTFCal::numPoly
 

Number of polynomial coefficients describing atmospheric emission.

gint32 ObitTableOTFCal::ObitId
 

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

glong ObitTableOTFCal::polyCol
 

Physical column number for Polynomial atmosphere model, expansion in RA, dec about pointing position in table record.

glong ObitTableOTFCal::polyOff
 

Column offset for Polynomial atmosphere model, expansion in RA, dec about pointing position in table record.

gint ObitTableOTFCal::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

gchar* ObitTableOTFCal::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableOTFCal::tabVer
 

Table version number(1-rel).

glong ObitTableOTFCal::TargetCol
 

Physical column number for Celestial target, as index in target table.

in table record

glong ObitTableOTFCal::TargetOff
 

Column offset for Celestial target, as index in target table.

in table record

ObitThread* ObitTableOTFCal::thread
 

Threading info member object.

glong ObitTableOTFCal::TimeCol
 

Physical column number for The center time.

in table record

glong ObitTableOTFCal::TimeICol
 

Physical column number for The integration time.

in table record

glong ObitTableOTFCal::TimeIOff
 

Column offset for The integration time.

in table record

glong ObitTableOTFCal::TimeOff
 

Column offset for The center time.

in table record

glong ObitTableOTFCal::wtCol
 

Physical column number for Weight factor per detector in table record.

glong ObitTableOTFCal::wtOff
 

Column offset for Weight factor per detector 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