#include <ObitOTFCal.h>
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. | |
| ObitOTFDesc * | myDesc |
| ObitOTF data Descriptor. | |
| ObitOTFSel * | mySel |
| ObitOTF data Selector. | |
| ObitOTFCalFlagS * | flag |
| 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. | |
|
|
Start channel number (1-rel).
|
|
|
additive term to apply (ndetect)
|
|
|
cal value to subtract if "cal on" (ndetect)
|
|
|
RA, Dec offset to pointing.
|
|
|
Multiplicative term to apply (ndetect).
|
|
|
polynomial sky brightness to apply (npoly)
|
|
|
RA, Dec offset to pointing.
|
|
|
Weight factor to apply (ndetect).
|
|
|
Following additive term to apply *(ndetect).
|
|
|
Following cal value to subtract if "cal on" (ndetect).
|
|
|
Following RA, Dec offset to pointing.
|
|
|
Following Multiplicative term to apply (ndetect).
|
|
|
Following polynomial sky brightness to apply (npoly).
|
|
|
Following RA, Dec offset to pointing.
|
|
|
Following weight to apply (ndetect).
|
|
|
Prior additive term to apply (ndetect).
|
|
|
Prior cal value to subtract if "cal on" (ndetect).
|
|
|
Prior RA, Dec offset to pointing.
|
|
|
Prior Multiplicative term to apply (ndetect).
|
|
|
Prior polynomial sky brightness to apply (npoly).
|
|
|
Prior RA, Dec offset to pointing.
|
|
|
Prior weight factor to apply (ndetect).
|
|
|
Calibration table (as Obit*).
|
|
|
Calibration Table Row (as Obit*).
|
|
|
Time if calibration.
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
current Target ID in cal table
|
|
|
Apply flagging?
|
|
|
Use Solution (else Calibration) table?
|
|
|
highest channel (1-rel)
|
|
|
data flagging structure
|
|
|
|
|
|
Following Time in cal table.
|
|
|
Following Target ID in cal table.
|
|
|
Linked list of arrays of data.
|
|
|
Last Row read.
|
|
|
ObitOTF data Descriptor.
|
|
|
ObitOTF data Selector.
|
|
|
I/O status.
|
|
|
Name of object [Optional].
|
|
|
Number of Spectral channels.
|
|
|
number of detectors (all feeds, poln, frequencies)
|
|
|
Number of Feeds.
|
|
|
number of polynomial terms
|
|
|
Number of rows in table.
|
|
|
Number of Stokes in data.
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Stokes conversion type, 0=>none, 1=I, 2=V.
|
|
|
Legendre polynomial terms, one for each coef and each detector index = (detector # -1)*ncoef + icoef az = "X", el = "Y".
|
|
|
Prior time in cal table.
|
|
|
Prior Target ID in cal table.
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Solution table (as Obit*).
|
|
|
Solution Table Row (as Obit*).
|
|
|
Threading info member object.
|
|
|
Feed wanted detectors.
|
1.3.9.1