#include <ObitUVCal.h>
Public Attributes | |
| Obit * | BLTable |
| Calibration BL table (as Obit*). | |
| Obit * | BLTableRow |
| BL Table Row (as Obit*). | |
| glong | numRow |
| Number of rows in calibration table. | |
| glong | LastRowRead |
| Last Row read. | |
| 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. | |
| glong | numBase |
| Number of baselines. | |
| gint | bIF |
| Start IF number (1-rel) selected. | |
| gint | eIF |
| highest IF (1-rel) selected | |
| gint | numChan |
| Number of channels in data. | |
| gint | bChan |
| Start channel number (1-rel). | |
| gint | eChan |
| highest channel (1-rel) | |
| gint | numPol |
| Number of polarizations in the calibration table (1 or 2). | |
| gint | PolOff [2][4] |
| Offset from the beginning an IF entry in the calibration array for a given polarization. | |
| gint | CurSourID |
| current source ID in cal table | |
| gint | PriorSourID |
| Prior source ID in cal table. | |
| gint | FollowSourID |
| Following source ID in cal table. | |
| gint | lenCalArrayEntry |
| Length of calibration array entry. | |
| gboolean | doCalWt |
| Calibrate Weights? | |
| gfloat | DeltaTime |
| Integration time of data. | |
| gfloat | PriorCalTime |
| Prior time in cal table {BLTIM(1)}. | |
| gfloat | FollowCalTime |
| Following Time in cal table {BLLTIM(2)}. | |
| gfloat | CalTime |
| time of calibration in CalApply {LCALTM} | |
| gfloat * | CalApply |
| Calibration array to apply to data {BLFAC} Values in order: Indexing scheme: an entry defined by ant1<ant2 starts in element: lentry * (((ant1-1)*numant-((ant1+1)*ant1)/2 + ant2) - 1) + 1 where lentry = 2 * NUMPOL * (EIF-BIF+1) An entry contains the values in order: By IF (NUMIF) By Polarization (NUMPOL) Real part, imaginary part. | |
| gfloat * | CalPrior |
| Prior calibration array from cal (BL table) {BLLTAB(*,1)}. | |
| gfloat * | CalFollow |
| Following calibration array from cal (BL table) {BLLTAB(*,1)}. | |
| Obit * | BLTable |
| Calibration BL table (as Obit*). | |
| Obit * | BLTableRow |
| BL Table Row (as Obit*). | |
| gfloat * | CalApply |
| Calibration array to apply to data {BLFAC} Values in order: Indexing scheme: an entry defined by ant1<ant2 starts in element: lentry * (((ant1-1)*numant-((ant1+1)*ant1)/2 + ant2) - 1) + 1 where lentry = 2 * NUMPOL * (EIF-BIF+1) An entry contains the values in order: By IF (NUMIF) By Polarization (NUMPOL) Real part, imaginary part. | |
| gfloat * | CalPrior |
| Prior calibration array from cal (BL table) {BLLTAB(*,1)}. | |
| gfloat * | CalFollow |
| Following calibration array from cal (BL table) {BLLTAB(*,1)}. | |
|
|
Start channel number (1-rel).
|
|
|
Start IF number (1-rel) selected.
|
|
|
Calibration BL table (as Obit*).
|
|
|
Calibration BL table (as Obit*).
|
|
|
BL Table Row (as Obit*).
|
|
|
BL Table Row (as Obit*).
|
|
|
Calibration array to apply to data {BLFAC} Values in order: Indexing scheme: an entry defined by ant1<ant2 starts in element: lentry * (((ant1-1)*numant-((ant1+1)*ant1)/2 + ant2) - 1) + 1 where lentry = 2 * NUMPOL * (EIF-BIF+1) An entry contains the values in order: By IF (NUMIF) By Polarization (NUMPOL) Real part, imaginary part. Applied only to cross corelation data. |
|
|
Calibration array to apply to data {BLFAC} Values in order: Indexing scheme: an entry defined by ant1<ant2 starts in element: lentry * (((ant1-1)*numant-((ant1+1)*ant1)/2 + ant2) - 1) + 1 where lentry = 2 * NUMPOL * (EIF-BIF+1) An entry contains the values in order: By IF (NUMIF) By Polarization (NUMPOL) Real part, imaginary part. Applied only to cross corelation data. |
|
|
Following calibration array from cal (BL table) {BLLTAB(*,1)}.
|
|
|
Following calibration array from cal (BL table) {BLLTAB(*,1)}.
|
|
|
Prior calibration array from cal (BL table) {BLLTAB(*,1)}.
|
|
|
Prior calibration array from cal (BL table) {BLLTAB(*,1)}.
|
|
|
time of calibration in CalApply {LCALTM}
|
|
|
current source ID in cal table
|
|
|
Integration time of data.
|
|
|
Calibrate Weights?
|
|
|
highest channel (1-rel)
|
|
|
highest IF (1-rel) selected
|
|
|
Following Time in cal table {BLLTIM(2)}.
|
|
|
Following source ID in cal table.
|
|
|
Selected Frequency ID number. <=0-> all |
|
|
Last Row read.
|
|
|
Length of calibration array entry.
|
|
|
Number of antennas in calibration table (actually max antenna no).
|
|
|
Number of baselines.
|
|
|
Number of channels in data.
|
|
|
Number of IFs in data.
|
|
|
Number of polarizations in the calibration table (1 or 2).
|
|
|
Number of rows in calibration table.
|
|
|
Number of subarrays in the data.
|
|
|
Offset from the beginning an IF entry in the calibration array for a given polarization. The first dimension is the polarization pixel number and the second is the antenna number of a baseline (e.g. first or second = 1 or 2). |
|
|
Prior time in cal table {BLTIM(1)}.
|
|
|
Prior source ID in cal table.
|
|
|
Selected Subarray number. <=0-> all |
1.3.9.1