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

3.2.2 Unset flags for all regions marked using tp.markregions().


Description

Unset flags for all regions marked using tp.markregions(). This is similar to the tp.flagdata() function in all other respects.

Arguments





Inputs

Returns
bool

Example

 
 
# mark 2 flag regions on a multi-panel plot, one in panel 1 and one  
# in panel 2. Then apply the flags and write to disk.  
  tp.markregions(panel=1)  
  tp.markregions(panel=2)  
  tp.unflagdata()  
 

__________________________________________________________________


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