calibrater.reset - Function

2.2.1 Reset the selected apply and/or solve components
Description

Resets the apply and/or solve components previously set by setapply and setsolve.

Arguments





Inputs

apply

If true, unset all apply settings

allowed:

bool

Default:

true

solve

If true, unset all solve settings

allowed:

bool

Default:

true

Returns
bool

Example

c:=calibrater(’3C273XC1.MS’);  
c.setapply (’P’, 5.0);  
c.setsolve (’G’, 300.0, F, 3, ’gcal_1’, T);  
c.state();  
c.reset(apply=T,solve=F);  
 
c.reset()  

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.