nraonrao
 
NRAO Home > CASA > CasaRef
autoflag.reset - Function

2.1.1 Disables specific flagging methods
Description

This function disables methods previously set up by calls to setmethod(). You can specify methods by name, in which case all instances of that method are disabled, or by number (call summary() first to look up numbers).

The function takes any number of arguments. Each argument may be a string, a method number, or an array of such. Calling reset() with no arguments produces a fail; you should use resetall() if you want to reset all methods.

Arguments





Inputs

methods

Names or numbers of methods

allowed:

stringArray

Default:

Returns
bool

Example

- af.reset("timemed freqmed")  
Reset 3 method(s), 3 remaining  
T  
- af.reset(1,3)  
Reset 2 method(s), 3 remaining  
T  
-

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.