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

2.2.1 Apply calibration information
Description

This function applies the calibration components specified via one or more invocations of the setapply function to the observed visibility data and writes the result to the CORRECTED_DATA column of the Measurement Set.

Arguments





Returns
bool

Example

cb.open(’ngc5921.ms’);  
cb.selectvis(field=’1445*’)  
cb.setapply (’G’, 10.0, ’gcal_1’)  
cb.correct();  
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.