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

ObitUVSoln Struct Reference

ObitUVSoln Class structure. More...

#include <ObitUVSoln.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.
ObitUVmyUV
 UV data object associated with input Solution table.
ObitTableSNSNTable
 Calibration SN table.
ObitTableSNRowSNTableRow
 SN Table Row.
ObitUVSelCalSel
 Calibrator selector.
gboolean isSNSmoo
 is SN table smoothed? (to be deleted)
glong numRow
 Number of rows in calibration table.
glong LastRowRead
 Last Row read.
gint lenCalArrayEntry
 length of entry in CalApply/CalPrior/CalFollow (LCUCAL)
gint numAnt
 Number of antennas in calibration table (actually max antenna no).
gint numSubA
 Number of subarrays in the data.
gint numIF
 Number of IFs in data.
glong SubA
 Selected Subarray number.
glong FreqID
 Selected Frequency ID number.
gint numPol
 Number of polarizations in the calibration table (1 or 2).
gint CurSourID
 current source ID in cal table
gint PriorSourID
 Prior source ID in cal table.
gint FollowSourID
 Following source ID in cal table.
gfloat PriorCalTime
 Prior time in cal table {CALTIM(1)}.
gfloat * PriorAntTime
 Prior time per antenna.
gfloat FollowCalTime
 Following Time in cal table {CALTIM(2)}.
gfloat * FollowAntTime
 Following time per antenna.
gfloat CalTime
 time of calibration in CalApply {LCALTM}
gfloat DeltaTime
 Integration time of data (days).
gfloat * CalApply
 Calibration array to apply to data {CURCAL} Values in order: By antenna {NUMANT} By IF (EIF-BIF+1) By Polarization {NUMPOL} Real part, imaginary part, delay, rate, weight, refant Where delta is the phase change between channels and rate is the fringe rate in radians/day.
gfloat * CalPrior
 Prior calibration array from cal (SN or CL table) {CALTAB(*,1)}.
gfloat * CalFollow
 Following calibration array from cal (SN or CL table) {CALTAB(*,1)}.
gfloat * IFR
 Current Ionospheric Faraday rotation per ant {IFR}.
gfloat * PriorIFR
 Prior Ionospheric Faraday rotation per ant {IFRTAB(*,1)}.
gfloat * FollowIFR
 Following Ionospheric Faraday rotation per IF {IFRTAB(*,2)}.
gfloat * MBDelay
 Current Multiband delay per ant.
gfloat * PriorMBDelay
 Prior Multiband delay per ant.
gfloat * FollowMBDelay
 Following Multiband delay per ant.
gfloat * RateFact
 IF scaling factor to convert s/s to rad/day.
gint * RefAnt
 Current Reference antenna per ant and poln.
ObitUVSolnInterMode interMode
 Interpolation mode.
gfloat interParm [10]
 Interpolation parameters.
gfloat maxInter
 Max.
gint interNPoly
 number of terms in interpolation polynomial
gint * MissAnt
 Missing Antennas (no solutions).


Detailed Description

ObitUVSoln Class structure.


Member Data Documentation

gfloat* ObitUVSoln::CalApply
 

Calibration array to apply to data {CURCAL} Values in order: By antenna {NUMANT} By IF (EIF-BIF+1) By Polarization {NUMPOL} Real part, imaginary part, delay, rate, weight, refant Where delta is the phase change between channels and rate is the fringe rate in radians/day.

gfloat* ObitUVSoln::CalFollow
 

Following calibration array from cal (SN or CL table) {CALTAB(*,1)}.

gfloat* ObitUVSoln::CalPrior
 

Prior calibration array from cal (SN or CL table) {CALTAB(*,1)}.

ObitUVSel* ObitUVSoln::CalSel
 

Calibrator selector.

gfloat ObitUVSoln::CalTime
 

time of calibration in CalApply {LCALTM}

gpointer ObitUVSoln::ClassInfo
 

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

gint ObitUVSoln::CurSourID
 

current source ID in cal table

gfloat ObitUVSoln::DeltaTime
 

Integration time of data (days).

gfloat* ObitUVSoln::FollowAntTime
 

Following time per antenna.

gfloat ObitUVSoln::FollowCalTime
 

Following Time in cal table {CALTIM(2)}.

gfloat* ObitUVSoln::FollowIFR
 

Following Ionospheric Faraday rotation per IF {IFRTAB(*,2)}.

gfloat* ObitUVSoln::FollowMBDelay
 

Following Multiband delay per ant.

and poln.

gint ObitUVSoln::FollowSourID
 

Following source ID in cal table.

glong ObitUVSoln::FreqID
 

Selected Frequency ID number.

<=0-> all

gfloat* ObitUVSoln::IFR
 

Current Ionospheric Faraday rotation per ant {IFR}.

ObitInfoList* ObitUVSoln::info
 

Linked list of arrays of data.

ObitUVSolnInterMode ObitUVSoln::interMode
 

Interpolation mode.

gint ObitUVSoln::interNPoly
 

number of terms in interpolation polynomial

gfloat ObitUVSoln::interParm[10]
 

Interpolation parameters.

gboolean ObitUVSoln::isSNSmoo
 

is SN table smoothed? (to be deleted)

glong ObitUVSoln::LastRowRead
 

Last Row read.

gint ObitUVSoln::lenCalArrayEntry
 

length of entry in CalApply/CalPrior/CalFollow (LCUCAL)

gfloat ObitUVSoln::maxInter
 

Max.

time over which to interpolate

gfloat* ObitUVSoln::MBDelay
 

Current Multiband delay per ant.

and poln.

gint* ObitUVSoln::MissAnt
 

Missing Antennas (no solutions).

ObitUV* ObitUVSoln::myUV
 

UV data object associated with input Solution table.

gchar* ObitUVSoln::name
 

Name of object [Optional].

gint ObitUVSoln::numAnt
 

Number of antennas in calibration table (actually max antenna no).

gint ObitUVSoln::numIF
 

Number of IFs in data.

gint ObitUVSoln::numPol
 

Number of polarizations in the calibration table (1 or 2).

glong ObitUVSoln::numRow
 

Number of rows in calibration table.

gint ObitUVSoln::numSubA
 

Number of subarrays in the data.

gint32 ObitUVSoln::ObitId
 

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

gfloat* ObitUVSoln::PriorAntTime
 

Prior time per antenna.

gfloat ObitUVSoln::PriorCalTime
 

Prior time in cal table {CALTIM(1)}.

gfloat* ObitUVSoln::PriorIFR
 

Prior Ionospheric Faraday rotation per ant {IFRTAB(*,1)}.

gfloat* ObitUVSoln::PriorMBDelay
 

Prior Multiband delay per ant.

and poln.

gint ObitUVSoln::PriorSourID
 

Prior source ID in cal table.

gfloat* ObitUVSoln::RateFact
 

IF scaling factor to convert s/s to rad/day.

gint* ObitUVSoln::RefAnt
 

Current Reference antenna per ant and poln.

gint ObitUVSoln::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

ObitTableSN* ObitUVSoln::SNTable
 

Calibration SN table.

ObitTableSNRow* ObitUVSoln::SNTableRow
 

SN Table Row.

glong ObitUVSoln::SubA
 

Selected Subarray number.

<=0-> all

ObitThread* ObitUVSoln::thread
 

Threading info member object.


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