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

1.3.3 Unset flags in all regions marked using mp.markregion() Similar to the mp.flagdata()


Description

Unset flags for all regions marked using markflags(). See the flagdata() function for more information.

Arguments





Inputs

Returns
bool

Example

 
 
# mark 2 flag regions on a multi-panel plot with three rows of plots.  
# One region is marked on panel 1 and one region onpanel 2. Then the  
# marked regions are applied unflagging data and writing the changes  
# to disk.  
  mp.markflags(subplot=311);  
  mp.markflags(subplot=312);  
  mp.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