NRAO Home > CASA > CASA Cookbook and User Reference Manual
3.3.2.7 The showflags parameter

The showflags parameter determines whether only unflagged data (showflags=False) or flagged (showflags=True) data is plotted by this execution. The default is False and will show only unflagged “good” data.

Note that if you want to plot both unflagged and flagged data, in different colors, then you need to run plotxy twice using overplot (see § 3.3.2.4) the second time, e.g.

> plotxy(vis="myfile", xaxis=’uvdist’, yaxis=’amp’ )  
> plotxy(vis="myfile", xaxis=’uvdist’, yaxis=’amp’, overplot=True, showflags=True )


More information about CASA may be found at the CASA web page

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