Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | calibrater | |
Tool | calibrater |
This function applies the calibration components specified via the
setapply function to the observed visibility data and writes
the result to the CORRECTED_DATA column of the Measurement Set.
Apply calibration information
Synopsis
correct()
Returns
Bool
Description
Example
c:=calibrater('3C273XC1.MS');
c.setapply ('G', 10.0, 'gcal_1')
c.correct();
c.close();
Next: calibrater.modelfit - Function
Up: calibrater - Tool
Previous: calibrater.solve - Function
  Contents
  Index
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-10-15