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

ObitTableOTFScanData Struct Reference

ObitTableOTFScanData Class structure. More...

#include <ObitTableOTFScanData.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
 The number of detectors.
gchar origin [MAXKEYCHARTABLEOTFScanData]
 Originator of file.
gchar object [MAXKEYCHARTABLEOTFScanData]
 Name of object.
gchar teles [MAXKEYCHARTABLEOTFScanData]
 Telescope used.
gchar obsdat [MAXKEYCHARTABLEOTFScanData]
 Date (yyyy-mm-dd) of observation.
gfloat epoch
 Celestial coordiate equinox.
gchar bunit [MAXKEYCHARTABLEOTFScanData]
 Data units.
gdouble obsra
 Observed Right Ascension in deg.
gdouble obsdec
 Observed declination in deg.
gfloat beamSize
 Gaussian FWHM of telescope beam size.
gfloat diameter
 Diameter of telescope in meters.
gchar OTFType [MAXKEYCHARTABLEOTFScanData]
 Type of data: ``DCR'': GBT DCR, ``SP'': GBT Spectral processor.
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 ScanOff
 Column offset for Observing scan index.
glong ScanCol
 Physical column number for Observing scan index.
glong RAOff
 Column offset for Nominal RA of array center in table record.
glong RACol
 Physical column number for Nominal RA of array center in table record.
glong DecOff
 Column offset for Nominal Dec of array center in table record.
glong DecCol
 Physical column number for Nominal Dec of array center in table record.
glong rotateOff
 Column offset for Rotation of array on sky (parallactic angle) in table record.
glong rotateCol
 Physical column number for Rotation of array on sky (parallactic angle) in table record.
glong calOff
 Column offset for if > 0 then the cal source is on.
glong calCol
 Physical column number for if > 0 then the cal source is on.
glong dataOff
 Column offset for Detector sample data per detector ) in table record.
glong dataCol
 Physical column number for Detector sample data per detector ) in table record.


Detailed Description

ObitTableOTFScanData Class structure.


Member Data Documentation

gfloat ObitTableOTFScanData::beamSize
 

Gaussian FWHM of telescope beam size.

gfloat* ObitTableOTFScanData::buffer
 

Table buffer.

glong ObitTableOTFScanData::bufferSize
 

Table buffer size in floats.

gchar ObitTableOTFScanData::bunit[MAXKEYCHARTABLEOTFScanData]
 

Data units.

glong ObitTableOTFScanData::calCol
 

Physical column number for if > 0 then the cal source is on.

in table record

glong ObitTableOTFScanData::calOff
 

Column offset for if > 0 then the cal source is on.

in table record

gpointer ObitTableOTFScanData::ClassInfo
 

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

glong ObitTableOTFScanData::dataCol
 

Physical column number for Detector sample data per detector ) in table record.

glong ObitTableOTFScanData::dataOff
 

Column offset for Detector sample data per detector ) in table record.

glong ObitTableOTFScanData::DecCol
 

Physical column number for Nominal Dec of array center in table record.

glong ObitTableOTFScanData::DecOff
 

Column offset for Nominal Dec of array center in table record.

gfloat ObitTableOTFScanData::diameter
 

Diameter of telescope in meters.

gfloat ObitTableOTFScanData::epoch
 

Celestial coordiate equinox.

ObitInfoList* ObitTableOTFScanData::info
 

Linked list of arrays of data.

ObitTableDesc* ObitTableOTFScanData::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableOTFScanData::myHost
 

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

ObitIO* ObitTableOTFScanData::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableOTFScanData::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableOTFScanData::myStatus
 

I/O status.

gchar* ObitTableOTFScanData::name
 

Name of object [Optional].

oint ObitTableOTFScanData::numDet
 

The number of detectors.

gint32 ObitTableOTFScanData::ObitId
 

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

gchar ObitTableOTFScanData::object[MAXKEYCHARTABLEOTFScanData]
 

Name of object.

gchar ObitTableOTFScanData::obsdat[MAXKEYCHARTABLEOTFScanData]
 

Date (yyyy-mm-dd) of observation.

gdouble ObitTableOTFScanData::obsdec
 

Observed declination in deg.

gdouble ObitTableOTFScanData::obsra
 

Observed Right Ascension in deg.

gchar ObitTableOTFScanData::origin[MAXKEYCHARTABLEOTFScanData]
 

Originator of file.

gchar ObitTableOTFScanData::OTFType[MAXKEYCHARTABLEOTFScanData]
 

Type of data: ``DCR'': GBT DCR, ``SP'': GBT Spectral processor.

glong ObitTableOTFScanData::RACol
 

Physical column number for Nominal RA of array center in table record.

glong ObitTableOTFScanData::RAOff
 

Column offset for Nominal RA of array center in table record.

gint ObitTableOTFScanData::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

glong ObitTableOTFScanData::rotateCol
 

Physical column number for Rotation of array on sky (parallactic angle) in table record.

glong ObitTableOTFScanData::rotateOff
 

Column offset for Rotation of array on sky (parallactic angle) in table record.

glong ObitTableOTFScanData::ScanCol
 

Physical column number for Observing scan index.

in table record

glong ObitTableOTFScanData::ScanOff
 

Column offset for Observing scan index.

in table record

gchar* ObitTableOTFScanData::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableOTFScanData::tabVer
 

Table version number(1-rel).

glong ObitTableOTFScanData::TargetCol
 

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

in table record

glong ObitTableOTFScanData::TargetOff
 

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

in table record

gchar ObitTableOTFScanData::teles[MAXKEYCHARTABLEOTFScanData]
 

Telescope used.

ObitThread* ObitTableOTFScanData::thread
 

Threading info member object.

glong ObitTableOTFScanData::TimeCol
 

Physical column number for The center time.

in table record

glong ObitTableOTFScanData::TimeICol
 

Physical column number for The integration time.

in table record

glong ObitTableOTFScanData::TimeIOff
 

Column offset for The integration time.

in table record

glong ObitTableOTFScanData::TimeOff
 

Column offset for The center time.

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