NRAO Home > CASA > CASA Toolkit Reference Manual
msplot.open - Function

1.3.3 Set the measurement set to be plotted.


Description

Set the measurement set to be plotted. This method must be invoked before any of the other msplot tool functions.

Arguments





Inputs

msname

measurement set name, including path

allowed:

string

Default:

dovel

whether to calculate velocity or not

allowed:

bool

Default:

false

restfreq

a rest frequency quanta or transition name

allowed:

string

Default:

frame

frequency frame for spectral axis

allowed:

string

Default:

doppler

doppler mode

allowed:

string

Default:

Returns
bool

Example

 
# Open a msplot tool with a measurment set  
  mp.open( msname=’./data/3C273XC1.ms’ );  

__________________________________________________________________


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