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

ObitTableIDI_SOURCE Struct Reference

ObitTableIDI_SOURCE Class structure. More...

#include <ObitTableIDI_SOURCE.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 tabrev
 Table format revision number.
oint no_stkd
 Number of Stokes parameters.
oint stk_1
 First Stokes parameter.
oint no_band
 Number of frequency bands (IF).
oint no_chan
 Number of frequency channels.
gdouble ref_freq
 Reference frequency (Hz).
gdouble chan_bw
 Channel bandwidth (Hz).
oint ref_pixl
 Reference frequency bin.
gchar obscode [MAXKEYCHARTABLEIDI_SOURCE]
 Observation project code.
gchar ArrName [MAXKEYCHARTABLEIDI_SOURCE]
 Array name.
gchar RefDate [MAXKEYCHARTABLEIDI_SOURCE]
 Reference date as "YYYY-MM-DD".
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 FreqIDOff
 Column offset for Frequency group (AKA Band) ID in table record.
glong FreqIDCol
 Physical column number for Frequency group (AKA Band) ID 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 parallaxOff
 Column offset for Parallax in table record.
glong parallaxCol
 Physical column number for Parallax 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 density per IF in table record.
glong VFluxCol
 Physical column number for Total Stokes V flux density per IF in table record.
glong alphaOff
 Column offset for Spectral index per IF in table record.
glong alphaCol
 Physical column number for Spectral index per 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 SysVelOff
 Column offset for Systemic velocity per Band (IF) in table record.
glong SysVelCol
 Physical column number for Systemic velocity per Band (IF) in table record.
glong VelTypOff
 Column offset for Velocity type in table record.
glong VelTypCol
 Physical column number for Velocity type in table record.
glong VelDefOff
 Column offset for Velocity definition 'RADIO' or 'OPTICAL' in table record.
glong VelDefCol
 Physical column number for Velocity definition 'RADIO' or 'OPTICAL' in table record.
glong RestFreqOff
 Column offset for Line rest frequency per Band (IF) in table record.
glong RestFreqCol
 Physical column number for Line rest frequency per Band (IF) in table record.


Detailed Description

ObitTableIDI_SOURCE Class structure.


Member Data Documentation

glong ObitTableIDI_SOURCE::alphaCol
 

Physical column number for Spectral index per IF in table record.

glong ObitTableIDI_SOURCE::alphaOff
 

Column offset for Spectral index per IF in table record.

gchar ObitTableIDI_SOURCE::ArrName[MAXKEYCHARTABLEIDI_SOURCE]
 

Array name.

gfloat* ObitTableIDI_SOURCE::buffer
 

Table buffer.

glong ObitTableIDI_SOURCE::bufferSize
 

Table buffer size in floats.

glong ObitTableIDI_SOURCE::CalCodeCol
 

Physical column number for Calibrator code in table record.

glong ObitTableIDI_SOURCE::CalCodeOff
 

Column offset for Calibrator code in table record.

gdouble ObitTableIDI_SOURCE::chan_bw
 

Channel bandwidth (Hz).

gpointer ObitTableIDI_SOURCE::ClassInfo
 

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

glong ObitTableIDI_SOURCE::DecAppCol
 

Physical column number for Apparent Declination in table record.

glong ObitTableIDI_SOURCE::DecAppOff
 

Column offset for Apparent Declination in table record.

glong ObitTableIDI_SOURCE::DecMeanCol
 

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

glong ObitTableIDI_SOURCE::DecMeanOff
 

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

glong ObitTableIDI_SOURCE::EpochCol
 

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

since year 0.0 in table record

glong ObitTableIDI_SOURCE::EpochOff
 

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

since year 0.0 in table record

glong ObitTableIDI_SOURCE::FreqIDCol
 

Physical column number for Frequency group (AKA Band) ID in table record.

glong ObitTableIDI_SOURCE::FreqIDOff
 

Column offset for Frequency group (AKA Band) ID in table record.

glong ObitTableIDI_SOURCE::FreqOffCol
 

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

glong ObitTableIDI_SOURCE::FreqOffOff
 

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

glong ObitTableIDI_SOURCE::IFluxCol
 

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

glong ObitTableIDI_SOURCE::IFluxOff
 

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

ObitInfoList* ObitTableIDI_SOURCE::info
 

Linked list of arrays of data.

ObitTableDesc* ObitTableIDI_SOURCE::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableIDI_SOURCE::myHost
 

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

ObitIO* ObitTableIDI_SOURCE::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableIDI_SOURCE::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableIDI_SOURCE::myStatus
 

I/O status.

gchar* ObitTableIDI_SOURCE::name
 

Name of object [Optional].

oint ObitTableIDI_SOURCE::no_band
 

Number of frequency bands (IF).

oint ObitTableIDI_SOURCE::no_chan
 

Number of frequency channels.

oint ObitTableIDI_SOURCE::no_stkd
 

Number of Stokes parameters.

gint32 ObitTableIDI_SOURCE::ObitId
 

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

gchar ObitTableIDI_SOURCE::obscode[MAXKEYCHARTABLEIDI_SOURCE]
 

Observation project code.

glong ObitTableIDI_SOURCE::parallaxCol
 

Physical column number for Parallax in table record.

glong ObitTableIDI_SOURCE::parallaxOff
 

Column offset for Parallax in table record.

glong ObitTableIDI_SOURCE::PMDecCol
 

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

glong ObitTableIDI_SOURCE::PMDecOff
 

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

glong ObitTableIDI_SOURCE::PMRaCol
 

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

glong ObitTableIDI_SOURCE::PMRaOff
 

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

glong ObitTableIDI_SOURCE::QFluxCol
 

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

glong ObitTableIDI_SOURCE::QFluxOff
 

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

glong ObitTableIDI_SOURCE::QualCol
 

Physical column number for Source qualifier in table record.

glong ObitTableIDI_SOURCE::QualOff
 

Column offset for Source qualifier in table record.

glong ObitTableIDI_SOURCE::RAAppCol
 

Physical column number for Apparent Right ascension in table record.

glong ObitTableIDI_SOURCE::RAAppOff
 

Column offset for Apparent Right ascension in table record.

glong ObitTableIDI_SOURCE::RAMeanCol
 

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

glong ObitTableIDI_SOURCE::RAMeanOff
 

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

gdouble ObitTableIDI_SOURCE::ref_freq
 

Reference frequency (Hz).

oint ObitTableIDI_SOURCE::ref_pixl
 

Reference frequency bin.

gchar ObitTableIDI_SOURCE::RefDate[MAXKEYCHARTABLEIDI_SOURCE]
 

Reference date as "YYYY-MM-DD".

gint ObitTableIDI_SOURCE::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

glong ObitTableIDI_SOURCE::RestFreqCol
 

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

glong ObitTableIDI_SOURCE::RestFreqOff
 

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

glong ObitTableIDI_SOURCE::SourceCol
 

Physical column number for Source name in table record.

glong ObitTableIDI_SOURCE::SourceOff
 

Column offset for Source name in table record.

glong ObitTableIDI_SOURCE::SourIDCol
 

Physical column number for Source ID in table record.

glong ObitTableIDI_SOURCE::SourIDOff
 

Column offset for Source ID in table record.

oint ObitTableIDI_SOURCE::stk_1
 

First Stokes parameter.

glong ObitTableIDI_SOURCE::SysVelCol
 

Physical column number for Systemic velocity per Band (IF) in table record.

glong ObitTableIDI_SOURCE::SysVelOff
 

Column offset for Systemic velocity per Band (IF) in table record.

oint ObitTableIDI_SOURCE::tabrev
 

Table format revision number.

gchar* ObitTableIDI_SOURCE::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableIDI_SOURCE::tabVer
 

Table version number(1-rel).

ObitThread* ObitTableIDI_SOURCE::thread
 

Threading info member object.

glong ObitTableIDI_SOURCE::UFluxCol
 

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

glong ObitTableIDI_SOURCE::UFluxOff
 

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

glong ObitTableIDI_SOURCE::VelDefCol
 

Physical column number for Velocity definition 'RADIO' or 'OPTICAL' in table record.

glong ObitTableIDI_SOURCE::VelDefOff
 

Column offset for Velocity definition 'RADIO' or 'OPTICAL' in table record.

glong ObitTableIDI_SOURCE::VelTypCol
 

Physical column number for Velocity type in table record.

glong ObitTableIDI_SOURCE::VelTypOff
 

Column offset for Velocity type in table record.

glong ObitTableIDI_SOURCE::VFluxCol
 

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

glong ObitTableIDI_SOURCE::VFluxOff
 

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


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