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

ObitOTFCal Struct Reference

ObitOTFCal Class structure. More...

#include <ObitOTFCal.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.
ObitOTFDescmyDesc
 ObitOTF data Descriptor.
ObitOTFSelmySel
 ObitOTF data Selector.
ObitOTFCalFlagSflag
 data flagging structure
Obit * FlagTable
Obit * SolnTable
 Solution table (as Obit*).
Obit * SolnTableRow
 Solution Table Row (as Obit*).
Obit * CalTable
 Calibration table (as Obit*).
Obit * CalTableRow
 Calibration Table Row (as Obit*).
glong LastRowRead
 Last Row read.
glong numRow
 Number of rows in table.
gboolean doSolnTable
 Use Solution (else Calibration) table?
gboolean doFlag
 Apply flagging?
gint numDet
 number of detectors (all feeds, poln, frequencies)
gint numPoly
 number of polynomial terms
gint numFeed
 Number of Feeds.
gint numChan
 Number of Spectral channels.
gint bChan
 Start channel number (1-rel).
gint eChan
 highest channel (1-rel)
gint numStok
 Number of Stokes in data.
gint PolMode
 Stokes conversion type, 0=>none, 1=I, 2=V.
gint CurTargID
 current Target ID in cal table
gint PriorTargID
 Prior Target ID in cal table.
gint FollowTargID
 Following Target ID in cal table.
gfloat CalTime
 Time if calibration.
gfloat PriorCalTime
 Prior time in cal table.
gfloat FollowCalTime
 Following Time in cal table.
gfloat CalApplyRAoff
 RA, Dec offset to pointing.
gfloat CalApplyDecoff
 RA, Dec offset to pointing.
gfloat CalPriorRAoff
 Prior RA, Dec offset to pointing.
gfloat CalPriorDecoff
 Prior RA, Dec offset to pointing.
gfloat CalFollowRAoff
 Following RA, Dec offset to pointing.
gfloat CalFollowDecoff
 Following RA, Dec offset to pointing.
gfloat * CalApplyCal
 cal value to subtract if "cal on" (ndetect)
gfloat * CalApplyAdd
 additive term to apply (ndetect)
gfloat * CalApplyMult
 Multiplicative term to apply (ndetect).
gfloat * CalApplyWt
 Weight factor to apply (ndetect).
gfloat * CalApplyPoly
 polynomial sky brightness to apply (npoly)
gfloat * CalPriorCal
 Prior cal value to subtract if "cal on" (ndetect).
gfloat * CalPriorAdd
 Prior additive term to apply (ndetect).
gfloat * CalPriorMult
 Prior Multiplicative term to apply (ndetect).
gfloat * CalPriorWt
 Prior weight factor to apply (ndetect).
gfloat * CalPriorPoly
 Prior polynomial sky brightness to apply (npoly).
gfloat * CalFollowCal
 Following cal value to subtract if "cal on" (ndetect).
gfloat * CalFollowAdd
 Following additive term to apply *(ndetect).
gfloat * CalFollowMult
 Following Multiplicative term to apply (ndetect).
gfloat * CalFollowWt
 Following weight to apply (ndetect).
gfloat * CalFollowPoly
 Following polynomial sky brightness to apply (npoly).
gfloat * poly
 Legendre polynomial terms, one for each coef and each detector index = (detector # -1)*ncoef + icoef az = "X", el = "Y".
gboolean * WantDetect
 Feed wanted detectors.


Detailed Description

ObitOTFCal Class structure.


Member Data Documentation

gint ObitOTFCal::bChan
 

Start channel number (1-rel).

gfloat* ObitOTFCal::CalApplyAdd
 

additive term to apply (ndetect)

gfloat* ObitOTFCal::CalApplyCal
 

cal value to subtract if "cal on" (ndetect)

gfloat ObitOTFCal::CalApplyDecoff
 

RA, Dec offset to pointing.

gfloat* ObitOTFCal::CalApplyMult
 

Multiplicative term to apply (ndetect).

gfloat* ObitOTFCal::CalApplyPoly
 

polynomial sky brightness to apply (npoly)

gfloat ObitOTFCal::CalApplyRAoff
 

RA, Dec offset to pointing.

gfloat* ObitOTFCal::CalApplyWt
 

Weight factor to apply (ndetect).

gfloat* ObitOTFCal::CalFollowAdd
 

Following additive term to apply *(ndetect).

gfloat* ObitOTFCal::CalFollowCal
 

Following cal value to subtract if "cal on" (ndetect).

gfloat ObitOTFCal::CalFollowDecoff
 

Following RA, Dec offset to pointing.

gfloat* ObitOTFCal::CalFollowMult
 

Following Multiplicative term to apply (ndetect).

gfloat* ObitOTFCal::CalFollowPoly
 

Following polynomial sky brightness to apply (npoly).

gfloat ObitOTFCal::CalFollowRAoff
 

Following RA, Dec offset to pointing.

gfloat* ObitOTFCal::CalFollowWt
 

Following weight to apply (ndetect).

gfloat* ObitOTFCal::CalPriorAdd
 

Prior additive term to apply (ndetect).

gfloat* ObitOTFCal::CalPriorCal
 

Prior cal value to subtract if "cal on" (ndetect).

gfloat ObitOTFCal::CalPriorDecoff
 

Prior RA, Dec offset to pointing.

gfloat* ObitOTFCal::CalPriorMult
 

Prior Multiplicative term to apply (ndetect).

gfloat* ObitOTFCal::CalPriorPoly
 

Prior polynomial sky brightness to apply (npoly).

gfloat ObitOTFCal::CalPriorRAoff
 

Prior RA, Dec offset to pointing.

gfloat* ObitOTFCal::CalPriorWt
 

Prior weight factor to apply (ndetect).

Obit* ObitOTFCal::CalTable
 

Calibration table (as Obit*).

Obit* ObitOTFCal::CalTableRow
 

Calibration Table Row (as Obit*).

gfloat ObitOTFCal::CalTime
 

Time if calibration.

gpointer ObitOTFCal::ClassInfo
 

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

gint ObitOTFCal::CurTargID
 

current Target ID in cal table

gboolean ObitOTFCal::doFlag
 

Apply flagging?

gboolean ObitOTFCal::doSolnTable
 

Use Solution (else Calibration) table?

gint ObitOTFCal::eChan
 

highest channel (1-rel)

ObitOTFCalFlagS* ObitOTFCal::flag
 

data flagging structure

Obit* ObitOTFCal::FlagTable
 

gfloat ObitOTFCal::FollowCalTime
 

Following Time in cal table.

gint ObitOTFCal::FollowTargID
 

Following Target ID in cal table.

ObitInfoList* ObitOTFCal::info
 

Linked list of arrays of data.

glong ObitOTFCal::LastRowRead
 

Last Row read.

ObitOTFDesc* ObitOTFCal::myDesc
 

ObitOTF data Descriptor.

ObitOTFSel* ObitOTFCal::mySel
 

ObitOTF data Selector.

ObitIOStatus ObitOTFCal::myStatus
 

I/O status.

gchar* ObitOTFCal::name
 

Name of object [Optional].

gint ObitOTFCal::numChan
 

Number of Spectral channels.

gint ObitOTFCal::numDet
 

number of detectors (all feeds, poln, frequencies)

gint ObitOTFCal::numFeed
 

Number of Feeds.

gint ObitOTFCal::numPoly
 

number of polynomial terms

glong ObitOTFCal::numRow
 

Number of rows in table.

gint ObitOTFCal::numStok
 

Number of Stokes in data.

gint32 ObitOTFCal::ObitId
 

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

gint ObitOTFCal::PolMode
 

Stokes conversion type, 0=>none, 1=I, 2=V.

gfloat* ObitOTFCal::poly
 

Legendre polynomial terms, one for each coef and each detector index = (detector # -1)*ncoef + icoef az = "X", el = "Y".

gfloat ObitOTFCal::PriorCalTime
 

Prior time in cal table.

gint ObitOTFCal::PriorTargID
 

Prior Target ID in cal table.

gint ObitOTFCal::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

Obit* ObitOTFCal::SolnTable
 

Solution table (as Obit*).

Obit* ObitOTFCal::SolnTableRow
 

Solution Table Row (as Obit*).

ObitThread* ObitOTFCal::thread
 

Threading info member object.

gboolean* ObitOTFCal::WantDetect
 

Feed wanted detectors.


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