| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 803 |
|
AIPS++ stores synthesis uv-data in a MeasurementSet (MS), and it is important to understand how observed and calibrated data are treated in this framework. The observed data are stored in the DATA column in the MAIN MS table; additional columns are added during processing for CORRECTED_DATA and MODEL_DATA. The CORRECTED_DATA column contains the data which result when applying all desired visibility-plane calibration corrections, moving from left to right across the uv-plane portion of the ME. This provides corrected data suitable for imaging.
The MODEL_DATA column, in contrast, is formed by propagating initial
source models (perhaps for trial imaging) from right to left through the
ME, applying the supported image-plane corrections, and Fourier
transforming to the uv-plane. This realizes a best guess for the
term in equation 1.7. The point at
which these two columns meet in the ME allows a residual to be computed
and thus an estimate of
. The calibration component(s) at the
intersection point in the ME are solved for by computing gradients of
with respect to the Jones matrices, and performing a standard
non-linear least-squares minimization1.1.
As an example of the calibration mechanism, we recast equation
1.7 to the implicit form used when solving for D, given an
existing solution for G and knowledge of P. We ignore the B calibration
component, either because the data is from a continuum observation (only
one channel), or because we assume that the bandpass shape is
unimportant, at least for this stage of the calibration. Since G and P
appear on either side of D in the ME, they are applied to the observed
data (
) and model data (
) terms,
respectively:
In equation 1.10, the D calibration is realized as the
feed-based (two-by-two) Jones matrices which are solved for in the
minimization. It is straightforward to see how this algebraic
manipulation can be extended to any of the calibration components, and
the flexible implementation of the calibrater tool is clearly evident.