NRAO Home > CASA > CASA Cookbook and User Reference Manual
3.4.2.11 Summary
mode                =  ’summary’        #  Flagging mode (list/manual/clip/shadow/quack/  
                                        #   elevation/tfcrop/rflag/extend/unflag/summary  
                                        #   )  
...  
     minrel         =        0.0        #  minimum number of flags (relative)  
     maxrel         =        1.0        #  maximum number of flags (relative)  
     minabs         =          0        #  minimum number of flags (absolute)  
     maxabs         =         -1        #  maximum number of flags (absolute). Use a  
                                        #   negative value to indicate infinity.  
     spwchan        =      False        #  Print summary of channels per spw  
     spwcorr        =      False        #  Print summary of correlation per spw  
     basecnt        =      False        #  Print summary counts per baseline

This mode reports the number of rows and data points that are flagged. The selection of reported points can be restricted (see inline help for details).

mode=’summary’ can also report back a dictionary if the task is run as

s = tflagdata(..., mode=’summary’)

with a variable assigned, here ’s’.


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