|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
msplot.summary - Function
1.3.3 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 |
|
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 );
__________________________________________________________________
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