nraonrao
 
NRAO Home > CASA > CasaRef
calibrater.solve - Function

2.2.1 Solve for the selected calibration components
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.

Arguments





Returns
bool

Example

cb.open(’ngc5921.ms’);  
cb.setapply (’P’, t=10)  
cb.setsolve (’G’, 300.0, F, 3, ’gcal_1’, T);  
cb.solve();  
cb.close();

Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu

Copyright © 2008 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search

Updated daily during alpha development.