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


next up previous contents
Next: Uv-data selection Up: Practical use of the calibrater tool Previous: Setting up the calibrater tool

Initial calibrator models

The Calibrater tool requires an initial visibility estimate in the MODEL_DATA column before visibility-plane solvers can be used. This can be specified via a known external source model, expressed as a set of images and/or a list of component models, which are then transformed to the visibility-plane using the Imager.ft function. This initial model can also be derived by imaging the observed data directly, without calibration, where this is possible. Please consult the general Imaging chapter for instructions on forming images.

Alternatively, if the calibrator source is sufficiently compact, it can be regarded as a point source in the initial calibration iteration, or indeed throughout calibration. Upon initialization, the MODEL_DATA column already contains unit total intensity point source visibilities. If a subset of calibrators are to be used to set the flux density scale for the observation, the models for these should be set to the proper flux density. A facility exists to set standard source flux densities on the Baars or Perley-Taylor scales using the function Imager.setjy in the Imager tool. In this case, if the source is not recognized, it is set to an intial flux density of 1.0 Jy.

include 'imager.g'
imgr:=imager('polspec.ms')
imgr.setjy()                  # Set MODEL_DATA column to point-source models 
                              # (of correct flux density, if recognized):


next up previous contents
Next: Uv-data selection Up: Practical use of the calibrater tool Previous: Setting up 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