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

ObitTableOTFTarget Struct Reference

ObitTableOTFTarget Class structure. More...

#include <ObitTableOTFTarget.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.
gchar velType [MAXKEYCHARTABLEOTFTarget]
 Velocity type,.
gchar velDef [MAXKEYCHARTABLEOTFTarget]
 Velocity definition 'RADIO' or 'OPTICAL'.
oint FreqID
 The Frequency ID for which the source parameters are relevant.
glong TargIDOff
 Column offset for Target ID in table record.
glong TargIDCol
 Physical column number for Target ID in table record.
glong QualOff
 Column offset for Target qualifier in table record.
glong QualCol
 Physical column number for Target qualifier in table record.
glong IFluxOff
 Column offset for Total Stokes I flux density in table record.
glong IFluxCol
 Physical column number for Total Stokes I flux density in table record.
glong QFluxOff
 Column offset for Total Stokes Q flux density in table record.
glong QFluxCol
 Physical column number for Total Stokes Q flux density in table record.
glong UFluxOff
 Column offset for Total Stokes U flux density in table record.
glong UFluxCol
 Physical column number for Total Stokes U flux density in table record.
glong VFluxOff
 Column offset for Total Stokes V flux density in table record.
glong VFluxCol
 Physical column number for Total Stokes V flux density in table record.
glong FreqOffOff
 Column offset for Frequency offset (Hz) from nominal in table record.
glong FreqOffCol
 Physical column number for Frequency offset (Hz) from nominal in table record.
glong BandwidthOff
 Column offset for Bandwidth in table record.
glong BandwidthCol
 Physical column number for Bandwidth in table record.
glong RAMeanOff
 Column offset for Right ascension at mean EPOCH (actually equinox) in table record.
glong RAMeanCol
 Physical column number for Right ascension at mean EPOCH (actually equinox) in table record.
glong DecMeanOff
 Column offset for Declination at mean EPOCH (actually equinox) in table record.
glong DecMeanCol
 Physical column number for Declination at mean EPOCH (actually equinox) in table record.
glong EpochOff
 Column offset for Mean Epoch (really equinox) for position in yr.
glong EpochCol
 Physical column number for Mean Epoch (really equinox) for position in yr.
glong RAAppOff
 Column offset for Apparent Right ascension in table record.
glong RAAppCol
 Physical column number for Apparent Right ascension in table record.
glong DecAppOff
 Column offset for Apparent Declination in table record.
glong DecAppCol
 Physical column number for Apparent Declination in table record.
glong LSRVelOff
 Column offset for LSR velocity per IF in table record.
glong LSRVelCol
 Physical column number for LSR velocity per IF in table record.
glong RestFreqOff
 Column offset for Line rest frequency per IF in table record.
glong RestFreqCol
 Physical column number for Line rest frequency per IF in table record.
glong PMRaOff
 Column offset for Proper motion (deg/day) in RA in table record.
glong PMRaCol
 Physical column number for Proper motion (deg/day) in RA in table record.
glong PMDecOff
 Column offset for Proper motion (deg/day) in declination in table record.
glong PMDecCol
 Physical column number for Proper motion (deg/day) in declination in table record.
glong TargetOff
 Column offset for Target name in table record.
glong TargetCol
 Physical column number for Target name in table record.
glong CalCodeOff
 Column offset for Calibrator code in table record.
glong CalCodeCol
 Physical column number for Calibrator code in table record.


Detailed Description

ObitTableOTFTarget Class structure.


Member Data Documentation

glong ObitTableOTFTarget::BandwidthCol
 

Physical column number for Bandwidth in table record.

glong ObitTableOTFTarget::BandwidthOff
 

Column offset for Bandwidth in table record.

gfloat* ObitTableOTFTarget::buffer
 

Table buffer.

glong ObitTableOTFTarget::bufferSize
 

Table buffer size in floats.

glong ObitTableOTFTarget::CalCodeCol
 

Physical column number for Calibrator code in table record.

glong ObitTableOTFTarget::CalCodeOff
 

Column offset for Calibrator code in table record.

gpointer ObitTableOTFTarget::ClassInfo
 

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

glong ObitTableOTFTarget::DecAppCol
 

Physical column number for Apparent Declination in table record.

glong ObitTableOTFTarget::DecAppOff
 

Column offset for Apparent Declination in table record.

glong ObitTableOTFTarget::DecMeanCol
 

Physical column number for Declination at mean EPOCH (actually equinox) in table record.

glong ObitTableOTFTarget::DecMeanOff
 

Column offset for Declination at mean EPOCH (actually equinox) in table record.

glong ObitTableOTFTarget::EpochCol
 

Physical column number for Mean Epoch (really equinox) for position in yr.

since year 0.0 in table record

glong ObitTableOTFTarget::EpochOff
 

Column offset for Mean Epoch (really equinox) for position in yr.

since year 0.0 in table record

oint ObitTableOTFTarget::FreqID
 

The Frequency ID for which the source parameters are relevant.

glong ObitTableOTFTarget::FreqOffCol
 

Physical column number for Frequency offset (Hz) from nominal in table record.

glong ObitTableOTFTarget::FreqOffOff
 

Column offset for Frequency offset (Hz) from nominal in table record.

glong ObitTableOTFTarget::IFluxCol
 

Physical column number for Total Stokes I flux density in table record.

glong ObitTableOTFTarget::IFluxOff
 

Column offset for Total Stokes I flux density in table record.

ObitInfoList* ObitTableOTFTarget::info
 

Linked list of arrays of data.

glong ObitTableOTFTarget::LSRVelCol
 

Physical column number for LSR velocity per IF in table record.

glong ObitTableOTFTarget::LSRVelOff
 

Column offset for LSR velocity per IF in table record.

ObitTableDesc* ObitTableOTFTarget::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableOTFTarget::myHost
 

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

ObitIO* ObitTableOTFTarget::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableOTFTarget::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableOTFTarget::myStatus
 

I/O status.

gchar* ObitTableOTFTarget::name
 

Name of object [Optional].

gint32 ObitTableOTFTarget::ObitId
 

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

glong ObitTableOTFTarget::PMDecCol
 

Physical column number for Proper motion (deg/day) in declination in table record.

glong ObitTableOTFTarget::PMDecOff
 

Column offset for Proper motion (deg/day) in declination in table record.

glong ObitTableOTFTarget::PMRaCol
 

Physical column number for Proper motion (deg/day) in RA in table record.

glong ObitTableOTFTarget::PMRaOff
 

Column offset for Proper motion (deg/day) in RA in table record.

glong ObitTableOTFTarget::QFluxCol
 

Physical column number for Total Stokes Q flux density in table record.

glong ObitTableOTFTarget::QFluxOff
 

Column offset for Total Stokes Q flux density in table record.

glong ObitTableOTFTarget::QualCol
 

Physical column number for Target qualifier in table record.

glong ObitTableOTFTarget::QualOff
 

Column offset for Target qualifier in table record.

glong ObitTableOTFTarget::RAAppCol
 

Physical column number for Apparent Right ascension in table record.

glong ObitTableOTFTarget::RAAppOff
 

Column offset for Apparent Right ascension in table record.

glong ObitTableOTFTarget::RAMeanCol
 

Physical column number for Right ascension at mean EPOCH (actually equinox) in table record.

glong ObitTableOTFTarget::RAMeanOff
 

Column offset for Right ascension at mean EPOCH (actually equinox) in table record.

gint ObitTableOTFTarget::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

glong ObitTableOTFTarget::RestFreqCol
 

Physical column number for Line rest frequency per IF in table record.

glong ObitTableOTFTarget::RestFreqOff
 

Column offset for Line rest frequency per IF in table record.

gchar* ObitTableOTFTarget::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableOTFTarget::tabVer
 

Table version number(1-rel).

glong ObitTableOTFTarget::TargetCol
 

Physical column number for Target name in table record.

glong ObitTableOTFTarget::TargetOff
 

Column offset for Target name in table record.

glong ObitTableOTFTarget::TargIDCol
 

Physical column number for Target ID in table record.

glong ObitTableOTFTarget::TargIDOff
 

Column offset for Target ID in table record.

ObitThread* ObitTableOTFTarget::thread
 

Threading info member object.

glong ObitTableOTFTarget::UFluxCol
 

Physical column number for Total Stokes U flux density in table record.

glong ObitTableOTFTarget::UFluxOff
 

Column offset for Total Stokes U flux density in table record.

gchar ObitTableOTFTarget::velDef[MAXKEYCHARTABLEOTFTarget]
 

Velocity definition 'RADIO' or 'OPTICAL'.

gchar ObitTableOTFTarget::velType[MAXKEYCHARTABLEOTFTarget]
 

Velocity type,.

glong ObitTableOTFTarget::VFluxCol
 

Physical column number for Total Stokes V flux density in table record.

glong ObitTableOTFTarget::VFluxOff
 

Column offset for Total Stokes V flux density in table record.


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