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

2.1.1 Re-initialize the calibration scratch columns.


Description

This function re-initializes the calibration scratch columns: MODEL_DATA to unity (in total intensity, and unpolarized), and CORRECTED_DATA to (observed) DATA. Optionally if calset is set to 1 any model saved in the MS header to for calibration purposes is deleted

Arguments





Inputs

calset

if it set to 1 the model saved in the header is removed

allowed:

int

Default:

0

Returns
bool

Example

 
 
cb.open(’ngc5921.ms’);  
cb.initcalset();  
cb.solve();  
 
 
 

__________________________________________________________________


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