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

1.2.2 List a short summary, description, of the data in the open measurment set.
Description

List a summary, description, of the selected data in the open measurment set.

The information that is displayed includes:

anntenna names field names scan numbers specral window list, including the number of channels for each one. correlations

Eventually the summary will include the time range and uv distance range as well.

Arguments





Inputs

selected

Determine if we print a summary of the selected (true) data or a summary of the full measurement set (false).

allowed:

bool

Default:

true

Returns
bool

Example

  # create a msplot tool and set the subset data for plotting.  
  mp.open( msname=’./data/3C273XC1.ms’);  
 
  # View a summary of the whole measurement set.  
  mp.summary( selected=false);  
 
  # View what we’ve selected.  
  mp.setdata( "spw=3~7", antenna="0~200" );  
  mp.summary( selected=true );

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.