NRAO Home > CASA > CASA Task Reference Manual

0.1.75 msview

Requires:

Synopsis
View a visibility data set

Description

The msview task will display measurements in raster form. Many display and editing options are available.

Executing the msview task will bring up a display panel window, which can be resized. If no data file was specified, a Load Data window will also appear. Click on the desired measurement set,and the rendered data should appear on the display panel.

A Data Display Options window will also appear. It has drop-down subsections for related options, most of which are self-explanatory.

The state of the msview task – loaded data and related display options – can be saved in a ’restore’ file for later use. You can provide the restore filename on the command line or select it from the Load Data window.

See the cookbook for more details on using the msview task.



Arguments





Inputs

infile

(Optional) Name of file to visualize.

allowed:

string

Default:

displaytype

(Optional) Type of visual rendering (raster, contour, vector or marker). lel if an lel expression is given for infile (advanced).

allowed:

string

Default:

raster

channel

(Optional) access a specific channel in the image cube

allowed:

int

Default:

0

zoom

(Optional) zoom in/out by increments

allowed:

int

Default:

1

outfile

(Optional) name of the output file to generate

allowed:

string

Default:

outscale

(Optional) amount to scale output bitmap formats (non-PS, non-PDF)

allowed:

double

Default:

1.0

outdpi

(Optional) output DPI for PS/PDF

allowed:

int

Default:

300

outformat

(Optional) format of the output e.g. jpg or pdf (this is overridden by the output files extension

allowed:

string

Default:

jpg

outlandscape

(Optional) should the output mode be landscape (PS or PDF)

allowed:

bool

Default:

False

gui

(Optional) Display the panel in a GUI.

allowed:

bool

Default:

True

Returns
void

Example

 
 
examples of usage:  
 
msview  
msview "mymeasurementset.ms"  
msview "myrestorefile.rstr"  
 
Keyword arguments:  
infile -- Name of file to visualize  
default: ’’  
example: infile=’my.ms’  
If no infile is specified the Load Data window  
will appear for selecting data.  
displaytype -- (optional): method of rendering data  
visually (raster, contour, vector or marker).  
You can also set this parameter to ’lel’ and  
provide an lel expression for infile (advanced).  
default: ’raster’  
 
Note: there is no longer a filetype parameter; typing of  
data files is now done automatically.  
        example:  msview infile=’my.ms’  
obsolete: msview infile=’my.ms’, filetype=’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