Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | autoflag | |
Tool | autoflag |
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.
Disables specific flagging methods
Synopsis
reset(methods)
Description
Arguments
methods
Names or numbers of methods
Allowed:
String or int
Default:
none
Returns
Boolean T
Example
- af.reset("timemed freqmed")
Reset 3 method(s), 3 remaining
T
- af.reset(1,3)
Reset 2 method(s), 3 remaining
T
-
Next: autoflag.resetall - Function
Up: autoflag - Tool
Previous: autoflag.help - Function
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15