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

1.3.3 Clear all flags in the table. Note: This clears *all* flags and should be used with caution.


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).

Arguments





Returns
bool

Example

 
 
# clear all flags from the subset of the measurement set.  
  mp := msplot( msname=[’./data/3C273XC1.ms’]);  
  mp.setdata( spwIndex=[0] );  
  mp.clearflags();  
  mp.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