NRAO Home > CASA > CASA Toolkit Reference Manual
calibrater.corrupt - Function

2.1.1 Corrupt model with calibration tables


Description

This function applies the calibration components specified via one or more invocations of the setapply function to the model visibility data and (over-)writes the result to the MODEL_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.corrupt()  
cb.close()  
 

__________________________________________________________________


More information about CASA may be found at the CASA web page

Copyright © 2016 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