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

ObitTableAN Struct Reference

ObitTableAN Class structure. More...

#include <ObitTableAN.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.
gdouble ArrayX
 Array center X coord.
gdouble ArrayY
 Array center Y coord.
gdouble ArrayZ
 Array center Z coord.
gdouble GSTiat0
 GST at time=0 (degrees) on the reference date.
gdouble DegDay
 Earth rotation rate (deg/IAT day).
gdouble Freq
 Obs.
gchar RefDate [MAXKEYCHARTABLEAN]
 Reference date as "YYYYMMDD".
gfloat PolarX
 Polar position X (meters) on ref.
gfloat PolarY
 Polar position Y (meters) on ref.
gfloat ut1Utc
 UT1-UTC (time sec.).
gfloat dataUtc
 data time-UTC (time sec.)
gchar TimeSys [MAXKEYCHARTABLEAN]
 Time system, 'IAT' or 'UTC'.
gchar ArrName [MAXKEYCHARTABLEAN]
 Array name.
oint numOrb
 Number of orbital parameters.
oint numPCal
 Number of polarization calibration constants.
oint FreqID
 Denotes the FQ ID for which the AN poln.
gfloat iatUtc
 IAT - UTC (sec).
gchar polType [MAXKEYCHARTABLEAN]
 Polarization parameterazation type, 'APPR', 'RAPPR', 'ORI-ELP'.
oint P_Refant
 Polarization reference antenna.
gfloat P_Diff01
 Right-Left Phase difference in radians IF 1.
gfloat P_Diff02
 Right-Left Phase difference in radians IF 2.
gfloat P_Diff03
 Right-Left Phase difference in radians IF 3.
gfloat P_Diff04
 Right-Left Phase difference in radians IF 4.
gfloat P_Diff05
 Right-Left Phase difference in radians IF 5.
gfloat P_Diff06
 Right-Left Phase difference in radians IF 6.
gfloat P_Diff07
 Right-Left Phase difference in radians IF 7.
gfloat P_Diff08
 Right-Left Phase difference in radians IF 8.
glong noStaOff
 Column offset for Station number, used as an index in other tables, uv data in table record.
glong noStaCol
 Physical column number for Station number, used as an index in other tables, uv data in table record.
glong mntStaOff
 Column offset for Mount type, 0=altaz, 1=equatorial, 2=orbiting in table record.
glong mntStaCol
 Physical column number for Mount type, 0=altaz, 1=equatorial, 2=orbiting in table record.
glong staXofOff
 Column offset for Axis offset in table record.
glong staXofCol
 Physical column number for Axis offset in table record.
glong PolAngAOff
 Column offset for Feed A feed position angle in table record.
glong PolAngACol
 Physical column number for Feed A feed position angle in table record.
glong PolAngBOff
 Column offset for Feed B feed position angle in table record.
glong PolAngBCol
 Physical column number for Feed B feed position angle in table record.
glong AntNameOff
 Column offset for Station name in table record.
glong AntNameCol
 Physical column number for Station name in table record.
glong StaXYZOff
 Column offset for X,Y,Z offset from array center in table record.
glong StaXYZCol
 Physical column number for X,Y,Z offset from array center in table record.
glong OrbParmOff
 Column offset for Orbital parameters.
glong OrbParmCol
 Physical column number for Orbital parameters.
glong polTypeAOff
 Column offset for Feed A feed poln.
glong polTypeACol
 Physical column number for Feed A feed poln.
glong PolCalAOff
 Column offset for Feed A poln.
glong PolCalACol
 Physical column number for Feed A poln.
glong polTypeBOff
 Column offset for Feed B feed poln.
glong polTypeBCol
 Physical column number for Feed B feed poln.
glong PolCalBOff
 Column offset for Feed B poln.
glong PolCalBCol
 Physical column number for Feed B poln.


Detailed Description

ObitTableAN Class structure.


Member Data Documentation

glong ObitTableAN::AntNameCol
 

Physical column number for Station name in table record.

glong ObitTableAN::AntNameOff
 

Column offset for Station name in table record.

gdouble ObitTableAN::ArrayX
 

Array center X coord.

(meters, earth center)

gdouble ObitTableAN::ArrayY
 

Array center Y coord.

(meters, earth center)

gdouble ObitTableAN::ArrayZ
 

Array center Z coord.

(meters, earth center)

gchar ObitTableAN::ArrName[MAXKEYCHARTABLEAN]
 

Array name.

gfloat* ObitTableAN::buffer
 

Table buffer.

glong ObitTableAN::bufferSize
 

Table buffer size in floats.

gpointer ObitTableAN::ClassInfo
 

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

gfloat ObitTableAN::dataUtc
 

data time-UTC (time sec.)

gdouble ObitTableAN::DegDay
 

Earth rotation rate (deg/IAT day).

gdouble ObitTableAN::Freq
 

Obs.

Reference Frequency for subarray(Hz)

oint ObitTableAN::FreqID
 

Denotes the FQ ID for which the AN poln.

parms have been modified.

gdouble ObitTableAN::GSTiat0
 

GST at time=0 (degrees) on the reference date.

gfloat ObitTableAN::iatUtc
 

IAT - UTC (sec).

ObitInfoList* ObitTableAN::info
 

Linked list of arrays of data.

glong ObitTableAN::mntStaCol
 

Physical column number for Mount type, 0=altaz, 1=equatorial, 2=orbiting in table record.

glong ObitTableAN::mntStaOff
 

Column offset for Mount type, 0=altaz, 1=equatorial, 2=orbiting in table record.

ObitTableDesc* ObitTableAN::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableAN::myHost
 

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

ObitIO* ObitTableAN::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableAN::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableAN::myStatus
 

I/O status.

gchar* ObitTableAN::name
 

Name of object [Optional].

glong ObitTableAN::noStaCol
 

Physical column number for Station number, used as an index in other tables, uv data in table record.

glong ObitTableAN::noStaOff
 

Column offset for Station number, used as an index in other tables, uv data in table record.

oint ObitTableAN::numOrb
 

Number of orbital parameters.

oint ObitTableAN::numPCal
 

Number of polarization calibration constants.

gint32 ObitTableAN::ObitId
 

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

glong ObitTableAN::OrbParmCol
 

Physical column number for Orbital parameters.

in table record

glong ObitTableAN::OrbParmOff
 

Column offset for Orbital parameters.

in table record

gfloat ObitTableAN::P_Diff01
 

Right-Left Phase difference in radians IF 1.

gfloat ObitTableAN::P_Diff02
 

Right-Left Phase difference in radians IF 2.

gfloat ObitTableAN::P_Diff03
 

Right-Left Phase difference in radians IF 3.

gfloat ObitTableAN::P_Diff04
 

Right-Left Phase difference in radians IF 4.

gfloat ObitTableAN::P_Diff05
 

Right-Left Phase difference in radians IF 5.

gfloat ObitTableAN::P_Diff06
 

Right-Left Phase difference in radians IF 6.

gfloat ObitTableAN::P_Diff07
 

Right-Left Phase difference in radians IF 7.

gfloat ObitTableAN::P_Diff08
 

Right-Left Phase difference in radians IF 8.

oint ObitTableAN::P_Refant
 

Polarization reference antenna.

glong ObitTableAN::PolAngACol
 

Physical column number for Feed A feed position angle in table record.

glong ObitTableAN::PolAngAOff
 

Column offset for Feed A feed position angle in table record.

glong ObitTableAN::PolAngBCol
 

Physical column number for Feed B feed position angle in table record.

glong ObitTableAN::PolAngBOff
 

Column offset for Feed B feed position angle in table record.

gfloat ObitTableAN::PolarX
 

Polar position X (meters) on ref.

date

gfloat ObitTableAN::PolarY
 

Polar position Y (meters) on ref.

date

glong ObitTableAN::PolCalACol
 

Physical column number for Feed A poln.

cal parameter. in table record

glong ObitTableAN::PolCalAOff
 

Column offset for Feed A poln.

cal parameter. in table record

glong ObitTableAN::PolCalBCol
 

Physical column number for Feed B poln.

cal parameter in table record

glong ObitTableAN::PolCalBOff
 

Column offset for Feed B poln.

cal parameter in table record

gchar ObitTableAN::polType[MAXKEYCHARTABLEAN]
 

Polarization parameterazation type, 'APPR', 'RAPPR', 'ORI-ELP'.

glong ObitTableAN::polTypeACol
 

Physical column number for Feed A feed poln.

type 'R','L','X','Y', actually only one valid character. in table record

glong ObitTableAN::polTypeAOff
 

Column offset for Feed A feed poln.

type 'R','L','X','Y', actually only one valid character. in table record

glong ObitTableAN::polTypeBCol
 

Physical column number for Feed B feed poln.

type 'R','L','X','Y' in table record

glong ObitTableAN::polTypeBOff
 

Column offset for Feed B feed poln.

type 'R','L','X','Y' in table record

gchar ObitTableAN::RefDate[MAXKEYCHARTABLEAN]
 

Reference date as "YYYYMMDD".

gint ObitTableAN::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

glong ObitTableAN::staXofCol
 

Physical column number for Axis offset in table record.

glong ObitTableAN::staXofOff
 

Column offset for Axis offset in table record.

glong ObitTableAN::StaXYZCol
 

Physical column number for X,Y,Z offset from array center in table record.

glong ObitTableAN::StaXYZOff
 

Column offset for X,Y,Z offset from array center in table record.

gchar* ObitTableAN::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableAN::tabVer
 

Table version number(1-rel).

ObitThread* ObitTableAN::thread
 

Threading info member object.

gchar ObitTableAN::TimeSys[MAXKEYCHARTABLEAN]
 

Time system, 'IAT' or 'UTC'.

gfloat ObitTableAN::ut1Utc
 

UT1-UTC (time sec.).


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