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

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

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.