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

ObitTableSU Struct Reference

ObitTableSU Class structure. More...

#include <ObitTableSU.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 numIF
 The number of IFs.
gchar velType [MAXKEYCHARTABLESU]
 Velocity type.
gchar velDef [MAXKEYCHARTABLESU]
 Velocity definition 'RADIO' or 'OPTICAL'.
oint FreqID
 The Frequency ID for which the source parameters are relevant.
glong SourIDOff
 Column offset for Source ID in table record.
glong SourIDCol
 Physical column number for Source ID in table record.
glong QualOff
 Column offset for Source qualifier in table record.
glong QualCol
 Physical column number for Source qualifier 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 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 SourceOff
 Column offset for Source name in table record.
glong SourceCol
 Physical column number for Source 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.
glong IFluxOff
 Column offset for Total Stokes I flux density per IF in table record.
glong IFluxCol
 Physical column number for Total Stokes I flux density per IF in table record.
glong QFluxOff
 Column offset for Total Stokes Q flux density per IF in table record.
glong QFluxCol
 Physical column number for Total Stokes Q flux density per IF in table record.
glong UFluxOff
 Column offset for Total Stokes U flux density per IF in table record.
glong UFluxCol
 Physical column number for Total Stokes U flux density per IF in table record.
glong VFluxOff
 Column offset for Total Stokes V flux densityper IF in table record.
glong VFluxCol
 Physical column number for Total Stokes V flux densityper IF in table record.
glong FreqOffOff
 Column offset for Frequency offset (Hz) from IF nominal per IF in table record.
glong FreqOffCol
 Physical column number for Frequency offset (Hz) from IF nominal per IF 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.


Detailed Description

ObitTableSU Class structure.


Member Data Documentation

glong ObitTableSU::BandwidthCol
 

Physical column number for Bandwidth in table record.

glong ObitTableSU::BandwidthOff
 

Column offset for Bandwidth in table record.

gfloat* ObitTableSU::buffer
 

Table buffer.

glong ObitTableSU::bufferSize
 

Table buffer size in floats.

glong ObitTableSU::CalCodeCol
 

Physical column number for Calibrator code in table record.

glong ObitTableSU::CalCodeOff
 

Column offset for Calibrator code in table record.

gpointer ObitTableSU::ClassInfo
 

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

glong ObitTableSU::DecAppCol
 

Physical column number for Apparent Declination in table record.

glong ObitTableSU::DecAppOff
 

Column offset for Apparent Declination in table record.

glong ObitTableSU::DecMeanCol
 

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

glong ObitTableSU::DecMeanOff
 

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

glong ObitTableSU::EpochCol
 

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

since year 0.0 in table record

glong ObitTableSU::EpochOff
 

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

since year 0.0 in table record

oint ObitTableSU::FreqID
 

The Frequency ID for which the source parameters are relevant.

glong ObitTableSU::FreqOffCol
 

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

glong ObitTableSU::FreqOffOff
 

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

glong ObitTableSU::IFluxCol
 

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

glong ObitTableSU::IFluxOff
 

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

ObitInfoList* ObitTableSU::info
 

Linked list of arrays of data.

glong ObitTableSU::LSRVelCol
 

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

glong ObitTableSU::LSRVelOff
 

Column offset for LSR velocity per IF in table record.

ObitTableDesc* ObitTableSU::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableSU::myHost
 

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

ObitIO* ObitTableSU::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableSU::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableSU::myStatus
 

I/O status.

gchar* ObitTableSU::name
 

Name of object [Optional].

oint ObitTableSU::numIF
 

The number of IFs.

gint32 ObitTableSU::ObitId
 

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

glong ObitTableSU::PMDecCol
 

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

glong ObitTableSU::PMDecOff
 

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

glong ObitTableSU::PMRaCol
 

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

glong ObitTableSU::PMRaOff
 

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

glong ObitTableSU::QFluxCol
 

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

glong ObitTableSU::QFluxOff
 

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

glong ObitTableSU::QualCol
 

Physical column number for Source qualifier in table record.

glong ObitTableSU::QualOff
 

Column offset for Source qualifier in table record.

glong ObitTableSU::RAAppCol
 

Physical column number for Apparent Right ascension in table record.

glong ObitTableSU::RAAppOff
 

Column offset for Apparent Right ascension in table record.

glong ObitTableSU::RAMeanCol
 

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

glong ObitTableSU::RAMeanOff
 

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

gint ObitTableSU::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

glong ObitTableSU::RestFreqCol
 

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

glong ObitTableSU::RestFreqOff
 

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

glong ObitTableSU::SourceCol
 

Physical column number for Source name in table record.

glong ObitTableSU::SourceOff
 

Column offset for Source name in table record.

glong ObitTableSU::SourIDCol
 

Physical column number for Source ID in table record.

glong ObitTableSU::SourIDOff
 

Column offset for Source ID in table record.

gchar* ObitTableSU::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableSU::tabVer
 

Table version number(1-rel).

ObitThread* ObitTableSU::thread
 

Threading info member object.

glong ObitTableSU::UFluxCol
 

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

glong ObitTableSU::UFluxOff
 

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

gchar ObitTableSU::velDef[MAXKEYCHARTABLESU]
 

Velocity definition 'RADIO' or 'OPTICAL'.

gchar ObitTableSU::velType[MAXKEYCHARTABLESU]
 

Velocity type.

glong ObitTableSU::VFluxCol
 

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

glong ObitTableSU::VFluxOff
 

Column offset for Total Stokes V flux densityper IF in table record.


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