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

2.1.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





Inputs

applymode

Correction cal/flag mode: ”=’calflag’,’cal’,’flag’,’trial’

allowed:

string

Default:

Returns
bool

Example

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