Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1367
News FAQ
Search Home


next up previous contents
Next: References Up: The Generic Instrument: V Design of Cross-calibration Previous: Some comments on capabilities available inside AIPS++

An approach to cross-calibration

Our preferred approach to calibration uses the reference table or MS concept to keep both the original data together in one MS and to provide calibrated views of that data via reference tables.

The net result is that one main MS and a number of reference MSes pointing to it and containing the relevant MeasurementComponents. This scheme has a number of advantages:

1.
(Relative) simplicity. We consider this to be very important,
2.
The MeasurementComponents in the source MSes exist independently of the calibrator MSes and can be edited or munged as one chooses,
3.
Self-calibration is easily accomodated by simply updating the MeasurementComponents in the source MSes.

An alternate but more complicated approach is to defer the connection between sources and calibrators until the correction of data is actually performed. In this scheme, each reference MS is assigned a unique integer, CG, and an MS column ``CALIBRATION_GROUP'' is set to that integer. The links between calibrator and source are then made via this index. The data for which these corrections are to be applied are selected via a selection Ssource to form a target MS, M(Ssource). The column CALIBRATION_GROUP of this MS, is set to CG. We discarded this type of deferred selection of MeasurementComponents as being overly complex, and not allowing the user to munge the MeasurementComponents ``by hand''.


next up previous contents
Next: References Up: The Generic Instrument: V Design of Cross-calibration Previous: Some comments on capabilities available inside AIPS++   Contents
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-03-28