Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | calibrater | |
Tool | calibrater |
Solve for the selected calibration components
Synopsis
solve()
Returns
Bool
Description
Execution of this function initiates a solve for the calibration component
specified in a previous setsolve execution. Existing calibration
components (as specified in one or more setapply executions) will
be appropriately applied to the observed and model data according to their
position in the Measurement Equation, and their commutation properties.
Example
c:=calibrater('3C273XC1.MS');
c.setapply ('P', t=10)
c.setsolve ('G', 300.0, F, 3, 'gcal_1', T);
c.solve();
c.close();
Next: calibrater.correct - Function
Up: calibrater - Tool
Previous: calibrater.initcalset - 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