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


next up previous contents index
Next: tableplot.done - Function Up: tableplot - Tool Previous: tableplot.zoomplot - Function


tableplot.clearflags - Function



Package utility
Module table
Tool tableplot


Clear all flags in the table


Synopsis
clearflags()


Description
Currently, this function clears all flags from the table. This will be modified to allow for selective un-flagging of previously flagged regions (specified by indexing into a stored history of marked flag-regions).



Returns
0 if successful, -1 otherwise


Example
# clear all flags from two measurement set tables
  tp := tableplot();
  tp.settables(tabnames=['3c273.ms','3c48.ms']);
  tp.clearflags();
  tp.done();





next up previous contents index
Next: tableplot.done - Function Up: tableplot - Tool Previous: tableplot.zoomplot - 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