#include <ObitUVCal.h>
Public Attributes | |
| Obit * | BPTable |
| Calibration BP table (as Obit*). | |
| Obit * | BPTableRow |
| BP 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. | |
| 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 | BPType |
| Type of bandpass solution 1->cross power, 2->total power, 3->mix, default 1. | |
| gint | lenBPArrayEntry |
| Length of calibration array entry. | |
| gint | doBand |
Bandpass calibration type
| |
| gboolean * | isVLBA |
| if this VLBA data? per subarray | |
| gboolean | doBPWt |
| Calibrate Weights? | |
| gfloat | DeltaTime |
| Integration time of data. | |
| gfloat | PriorBPTime |
| Prior time in cal table {BPTIM(1)}. | |
| gfloat * | PriorAntTime |
| Prior time per antenna. | |
| gfloat | FollowBPTime |
| Following Time in cal table {BPLTIM(2)}. | |
| gfloat | BPTime |
| time of calibration in CalApply {LCALTM} | |
| gfloat * | FollowAntTime |
| Following time per antenna. | |
| gfloat * | BPApply |
| 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) By Channel Real part, imaginary part. | |
| gfloat * | BPPrior |
| Prior calibration array from cal (BP table) {BLLTAB(*,1)}. | |
| gfloat * | BPFollow |
| Following calibration array from cal (BP table) {BLLTAB(*,1)}. | |
| gfloat * | PriorSolnWt |
| Solution Weights, per, antenna, per selected IF, per poln, prior solution. | |
| gfloat * | FollowSolnWt |
| Solution Weights, per, antenna, per selected IF, per poln, prior solution. | |
| ObitCArray * | spectrum1 |
| Spectra work arrays 2*nchan complex arrays. | |
| ObitCArray * | spectrum2 |
| Spectra work arrays 2*nchan complex arrays. | |
| ObitFFT * | ACFFTFor |
| ObitFFTs for autocorrelations. | |
| ObitFFT * | ACFFTRev |
| ObitFFTs for autocorrelations. | |
| ObitFFT * | CCFFTFor |
| ObitFFTs for crosscorrelations. | |
| ObitFFT * | CCFFTRev |
| ObitFFTs for crosscorrelations. | |
| gfloat * | BPWork1 |
| Work arrays for expanding polynomial BP table entries. | |
| gfloat * | BPWork2 |
| Work arrays for expanding polynomial BP table entries. | |
| gfloat * | BPWork3 |
| Work arrays for expanding polynomial BP table entries. | |
| gfloat * | BPWork4 |
| Work arrays for expanding polynomial BP table entries. | |
| Obit * | BPTable |
| Calibration BP table (as Obit*). | |
| Obit * | BPTableRow |
| BP Table Row (as Obit*). | |
| gboolean * | isVLBA |
| if this VLBA data? per subarray | |
| gfloat * | PriorAntTime |
| Prior time per antenna. | |
| gfloat * | FollowAntTime |
| Following time per antenna. | |
| gfloat * | BPApply |
| 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) By Channel Real part, imaginary part. | |
| gfloat * | BPPrior |
| Prior calibration array from cal (BP table) {BLLTAB(*,1)}. | |
| gfloat * | BPFollow |
| Following calibration array from cal (BP table) {BLLTAB(*,1)}. | |
| gfloat * | PriorSolnWt |
| Solution Weights, per, antenna, per selected IF, per poln, prior solution. | |
| gfloat * | FollowSolnWt |
| Solution Weights, per, antenna, per selected IF, per poln, prior solution. | |
| ObitCArray * | spectrum1 |
| Spectra work arrays 2*nchan complex arrays. | |
| ObitFFT * | ACFFTFor |
| ObitFFTs for autocorrelations. | |
| ObitFFT * | CCFFTFor |
| ObitFFTs for crosscorrelations. | |
| gfloat * | BPWork1 |
| Work arrays for expanding polynomial BP table entries. | |
|
|
ObitFFTs for autocorrelations.
|
|
|
ObitFFTs for autocorrelations.
|
|
|
ObitFFTs for autocorrelations.
|
|
|
Start channel number (1-rel).
|
|
|
Start IF number (1-rel) selected.
|
|
|
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) By Channel Real part, imaginary part.
|
|
|
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) By Channel Real part, imaginary part.
|
|
|
Following calibration array from cal (BP table) {BLLTAB(*,1)}.
|
|
|
Following calibration array from cal (BP table) {BLLTAB(*,1)}.
|
|
|
Prior calibration array from cal (BP table) {BLLTAB(*,1)}.
|
|
|
Prior calibration array from cal (BP table) {BLLTAB(*,1)}.
|
|
|
Calibration BP table (as Obit*).
|
|
|
Calibration BP table (as Obit*).
|
|
|
BP Table Row (as Obit*).
|
|
|
BP Table Row (as Obit*).
|
|
|
time of calibration in CalApply {LCALTM}
|
|
|
Type of bandpass solution 1->cross power, 2->total power, 3->mix, default 1.
|
|
|
Work arrays for expanding polynomial BP table entries.
|
|
|
Work arrays for expanding polynomial BP table entries.
|
|
|
Work arrays for expanding polynomial BP table entries.
|
|
|
Work arrays for expanding polynomial BP table entries.
|
|
|
Work arrays for expanding polynomial BP table entries.
|
|
|
ObitFFTs for crosscorrelations.
|
|
|
ObitFFTs for crosscorrelations.
|
|
|
ObitFFTs for crosscorrelations.
|
|
|
current source ID in cal table
|
|
|
Integration time of data.
|
|
|
Bandpass calibration type
|
|
|
Calibrate Weights?
|
|
|
highest channel (1-rel)
|
|
|
highest IF (1-rel) selected
|
|
|
Following time per antenna.
|
|
|
Following time per antenna.
|
|
|
Following Time in cal table {BPLTIM(2)}.
|
|
|
Solution Weights, per, antenna, per selected IF, per poln, prior solution.
|
|
|
Solution Weights, per, antenna, per selected IF, per poln, prior solution.
|
|
|
Following source ID in cal table.
|
|
|
Selected Frequency ID number. <=0-> all |
|
|
if this VLBA data? per subarray
|
|
|
if this VLBA data? per subarray
|
|
|
Last Row read.
|
|
|
Length of calibration array entry.
|
|
|
Number of antennas in calibration table (actually max antenna no).
|
|
|
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 per antenna.
|
|
|
Prior time per antenna.
|
|
|
Prior time in cal table {BPTIM(1)}.
|
|
|
Solution Weights, per, antenna, per selected IF, per poln, prior solution.
|
|
|
Solution Weights, per, antenna, per selected IF, per poln, prior solution.
|
|
|
Prior source ID in cal table.
|
|
|
Spectra work arrays 2*nchan complex arrays.
|
|
|
Spectra work arrays 2*nchan complex arrays.
|
|
|
Spectra work arrays 2*nchan complex arrays.
|
|
|
Selected Subarray number. <=0-> all |
1.3.9.1