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


next up previous contents
Next: Initial calibrator models Up: Practical use of the calibrater tool Previous: Practical use of the calibrater tool

Setting up the calibrater tool

A Calibrater tool is initialized by specifying an input MS. This is used throughout subsequent calibration. If another MS is to be calibrated at present, a second tool will be required. Note, however, that the facility to append to existing calibration tables allows individual measurement sets to be processed in sequence and does not require the the input data be concatenated.

To construct a Calibrater tool (for a spectral line polarimetry dataset called polspec.ms):

include 'calibrater.g'               
cal := calibrater('polspec.ms')      # Construct tool

If the dataset has not previously been used in a calibrater or imager tool, this step will form the CORRECTED_DATA, MODEL_DATA, and IMAGING_WEIGHT columns. The CORRECTED_DATA column will be initialized as a duplicate of the (observed) DATA column. The MODEL_DATA column will be initialized with unit total intensity point source visibilities. The IMAGING_WEIGHT column will be initialized with unit weights, and is described in more detail in imager tool documentation.


next up previous contents
Next: Initial calibrator models Up: Practical use of the calibrater tool Previous: Practical use of the calibrater tool   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
2004-08-28