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

ObitTableVL Struct Reference

ObitTableVL Class structure. More...

#include <ObitTableVL.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 revision
 Revision number of the table definition.
gfloat BeamMajor
 Restoring beam major axis in deg.
gfloat BeamMinor
 Restoring beam minor axis in deg.
gfloat BeamPA
 Restoring beam position angle of major axis in deg.
oint SortOrder
 Column number for sort (neg -> descending).
oint numIndexed
 Number of rows in table when indexed.
oint index00
 First entry for RA=00 h.
oint index01
 First entry for RA=01 h.
oint index02
 First entry for RA=02 h.
oint index03
 First entry for RA=03 h.
oint index04
 First entry for RA=04 h.
oint index05
 First entry for RA=05 h.
oint index06
 First entry for RA=06 h.
oint index07
 First entry for RA=07 h.
oint index08
 First entry for RA=08 h.
oint index09
 First entry for RA=09 h.
oint index10
 First entry for RA=10 h.
oint index11
 First entry for RA=11 h.
oint index12
 First entry for RA=12 h.
oint index13
 First entry for RA=13 h.
oint index14
 First entry for RA=14 h.
oint index15
 First entry for RA=15 h.
oint index16
 First entry for RA=16 h.
oint index17
 First entry for RA=17 h.
oint index18
 First entry for RA=18 h.
oint index19
 First entry for RA=19 h.
oint index20
 First entry for RA=20 h.
oint index21
 First entry for RA=21 h.
oint index22
 First entry for RA=22 h.
oint index23
 First entry for RA=23 h.
glong Ra2000Off
 Column offset for RA (J2000) in table record.
glong Ra2000Col
 Physical column number for RA (J2000) in table record.
glong Dec2000Off
 Column offset for Dec (J2000) in table record.
glong Dec2000Col
 Physical column number for Dec (J2000) in table record.
glong PeakIntOff
 Column offset for Peak Ipol in table record.
glong PeakIntCol
 Physical column number for Peak Ipol in table record.
glong MajorAxisOff
 Column offset for Fitted major axis size in table record.
glong MajorAxisCol
 Physical column number for Fitted major axis size in table record.
glong MinorAxisOff
 Column offset for Fitted minor axis siz in table record.
glong MinorAxisCol
 Physical column number for Fitted minor axis siz in table record.
glong PosAngleOff
 Column offset for Fitted PA in table record.
glong PosAngleCol
 Physical column number for Fitted PA in table record.
glong QCenterOff
 Column offset for Center Q flux density in table record.
glong QCenterCol
 Physical column number for Center Q flux density in table record.
glong UCenterOff
 Column offset for enter U flux density in table record.
glong UCenterCol
 Physical column number for enter U flux density in table record.
glong PFluxOff
 Column offset for Integrated polarized flux density in table record.
glong PFluxCol
 Physical column number for Integrated polarized flux density in table record.
glong IRMSOff
 Column offset for Ipol RMS uncertainty in table record.
glong IRMSCol
 Physical column number for Ipol RMS uncertainty in table record.
glong PolRMSOff
 Column offset for RMS (sigma) in Qpol and Upol in table record.
glong PolRMSCol
 Physical column number for RMS (sigma) in Qpol and Upol in table record.
glong ResRMSOff
 Column offset for RMS of Ipol residual in table record.
glong ResRMSCol
 Physical column number for RMS of Ipol residual in table record.
glong ResPeakOff
 Column offset for Peak in Ipol residual in table record.
glong ResPeakCol
 Physical column number for Peak in Ipol residual in table record.
glong ResFluxOff
 Column offset for Integrated Ipol residual in table record.
glong ResFluxCol
 Physical column number for Integrated Ipol residual in table record.
glong CenterXOff
 Column offset for Center x position in pixels in FIELD in table record.
glong CenterXCol
 Physical column number for Center x position in pixels in FIELD in table record.
glong CenterYOff
 Column offset for Center y position in pixels in FIELD in table record.
glong CenterYCol
 Physical column number for Center y position in pixels in FIELD in table record.
glong JDProcessOff
 Column offset for Julian date on which entry was derived from image.
glong JDProcessCol
 Physical column number for Julian date on which entry was derived from image.
glong FieldOff
 Column offset for Name of survey field in table record.
glong FieldCol
 Physical column number for Name of survey field in table record.


Detailed Description

ObitTableVL Class structure.


Member Data Documentation

gfloat ObitTableVL::BeamMajor
 

Restoring beam major axis in deg.

gfloat ObitTableVL::BeamMinor
 

Restoring beam minor axis in deg.

gfloat ObitTableVL::BeamPA
 

Restoring beam position angle of major axis in deg.

gfloat* ObitTableVL::buffer
 

Table buffer.

glong ObitTableVL::bufferSize
 

Table buffer size in floats.

glong ObitTableVL::CenterXCol
 

Physical column number for Center x position in pixels in FIELD in table record.

glong ObitTableVL::CenterXOff
 

Column offset for Center x position in pixels in FIELD in table record.

glong ObitTableVL::CenterYCol
 

Physical column number for Center y position in pixels in FIELD in table record.

glong ObitTableVL::CenterYOff
 

Column offset for Center y position in pixels in FIELD in table record.

gpointer ObitTableVL::ClassInfo
 

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

glong ObitTableVL::Dec2000Col
 

Physical column number for Dec (J2000) in table record.

glong ObitTableVL::Dec2000Off
 

Column offset for Dec (J2000) in table record.

glong ObitTableVL::FieldCol
 

Physical column number for Name of survey field in table record.

glong ObitTableVL::FieldOff
 

Column offset for Name of survey field in table record.

oint ObitTableVL::index00
 

First entry for RA=00 h.

oint ObitTableVL::index01
 

First entry for RA=01 h.

oint ObitTableVL::index02
 

First entry for RA=02 h.

oint ObitTableVL::index03
 

First entry for RA=03 h.

oint ObitTableVL::index04
 

First entry for RA=04 h.

oint ObitTableVL::index05
 

First entry for RA=05 h.

oint ObitTableVL::index06
 

First entry for RA=06 h.

oint ObitTableVL::index07
 

First entry for RA=07 h.

oint ObitTableVL::index08
 

First entry for RA=08 h.

oint ObitTableVL::index09
 

First entry for RA=09 h.

oint ObitTableVL::index10
 

First entry for RA=10 h.

oint ObitTableVL::index11
 

First entry for RA=11 h.

oint ObitTableVL::index12
 

First entry for RA=12 h.

oint ObitTableVL::index13
 

First entry for RA=13 h.

oint ObitTableVL::index14
 

First entry for RA=14 h.

oint ObitTableVL::index15
 

First entry for RA=15 h.

oint ObitTableVL::index16
 

First entry for RA=16 h.

oint ObitTableVL::index17
 

First entry for RA=17 h.

oint ObitTableVL::index18
 

First entry for RA=18 h.

oint ObitTableVL::index19
 

First entry for RA=19 h.

oint ObitTableVL::index20
 

First entry for RA=20 h.

oint ObitTableVL::index21
 

First entry for RA=21 h.

oint ObitTableVL::index22
 

First entry for RA=22 h.

oint ObitTableVL::index23
 

First entry for RA=23 h.

ObitInfoList* ObitTableVL::info
 

Linked list of arrays of data.

glong ObitTableVL::IRMSCol
 

Physical column number for Ipol RMS uncertainty in table record.

glong ObitTableVL::IRMSOff
 

Column offset for Ipol RMS uncertainty in table record.

glong ObitTableVL::JDProcessCol
 

Physical column number for Julian date on which entry was derived from image.

in table record

glong ObitTableVL::JDProcessOff
 

Column offset for Julian date on which entry was derived from image.

in table record

glong ObitTableVL::MajorAxisCol
 

Physical column number for Fitted major axis size in table record.

glong ObitTableVL::MajorAxisOff
 

Column offset for Fitted major axis size in table record.

glong ObitTableVL::MinorAxisCol
 

Physical column number for Fitted minor axis siz in table record.

glong ObitTableVL::MinorAxisOff
 

Column offset for Fitted minor axis siz in table record.

ObitTableDesc* ObitTableVL::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableVL::myHost
 

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

ObitIO* ObitTableVL::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableVL::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableVL::myStatus
 

I/O status.

gchar* ObitTableVL::name
 

Name of object [Optional].

oint ObitTableVL::numIndexed
 

Number of rows in table when indexed.

gint32 ObitTableVL::ObitId
 

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

glong ObitTableVL::PeakIntCol
 

Physical column number for Peak Ipol in table record.

glong ObitTableVL::PeakIntOff
 

Column offset for Peak Ipol in table record.

glong ObitTableVL::PFluxCol
 

Physical column number for Integrated polarized flux density in table record.

glong ObitTableVL::PFluxOff
 

Column offset for Integrated polarized flux density in table record.

glong ObitTableVL::PolRMSCol
 

Physical column number for RMS (sigma) in Qpol and Upol in table record.

glong ObitTableVL::PolRMSOff
 

Column offset for RMS (sigma) in Qpol and Upol in table record.

glong ObitTableVL::PosAngleCol
 

Physical column number for Fitted PA in table record.

glong ObitTableVL::PosAngleOff
 

Column offset for Fitted PA in table record.

glong ObitTableVL::QCenterCol
 

Physical column number for Center Q flux density in table record.

glong ObitTableVL::QCenterOff
 

Column offset for Center Q flux density in table record.

glong ObitTableVL::Ra2000Col
 

Physical column number for RA (J2000) in table record.

glong ObitTableVL::Ra2000Off
 

Column offset for RA (J2000) in table record.

gint ObitTableVL::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

glong ObitTableVL::ResFluxCol
 

Physical column number for Integrated Ipol residual in table record.

glong ObitTableVL::ResFluxOff
 

Column offset for Integrated Ipol residual in table record.

glong ObitTableVL::ResPeakCol
 

Physical column number for Peak in Ipol residual in table record.

glong ObitTableVL::ResPeakOff
 

Column offset for Peak in Ipol residual in table record.

glong ObitTableVL::ResRMSCol
 

Physical column number for RMS of Ipol residual in table record.

glong ObitTableVL::ResRMSOff
 

Column offset for RMS of Ipol residual in table record.

oint ObitTableVL::revision
 

Revision number of the table definition.

oint ObitTableVL::SortOrder
 

Column number for sort (neg -> descending).

gchar* ObitTableVL::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableVL::tabVer
 

Table version number(1-rel).

ObitThread* ObitTableVL::thread
 

Threading info member object.

glong ObitTableVL::UCenterCol
 

Physical column number for enter U flux density in table record.

glong ObitTableVL::UCenterOff
 

Column offset for enter U flux density in table record.


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