Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: autoflag.resetall - Function Up: autoflag - Tool Previous: autoflag.help - Function


autoflag.reset - Function



Package synthesis
Module autoflag
Tool autoflag


Disables specific flagging methods


Synopsis
reset(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

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 up previous contents index
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