NRAO Home > CASA > CASA Toolkit Reference Manual
tableplot.clearflags - Function

3.2.2 Clear all flags in the table.


Description

Clear all flags from the table. This may eventually be modified to allow for selective un-flagging of previously flagged regions (specified by indexing into a stored history of marked flag-regions).

Arguments





Inputs

roottable

false : clear flags for the current sub-selection; true : clear flags for root table

allowed:

bool

Default:

false

Returns
bool

Example

 
 
# clear all flags from two measurement set tables  
 
  tp.open(tabnames=[’3c273.ms’,’3c48.ms’])  
  tp.clearflags()  
  tp.done()  
 

__________________________________________________________________


More information about CASA may be found at the CASA web page

Copyright © 2016 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