nraonrao
 
NRAO Home > CASA > CasaRef
msplot.unflagdata - Function

1.2.2 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();

Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu

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

Updated daily during alpha development.