Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: msplotapplyflags - Function Up: Background on editing Previous: Background on editing


msplot - Constructor



Package general
Module ms
Tool msplot


Construct a visibility plotter


Synopsis
msplot(msfile, nrows, edit, flagfile, displaywidth, displayheight)


Description
Construct a visibility plotter from a MeasurementSet. In processing, only nrows rows are read at any one time so this should be used to tune the amount of memory used in processing.

The flagfile is used to stop a copy of the FLAG and FLAG_ROW columns prior to editing. This allows any changes in the flagging to be reversed on exit. The flagfile may then applied afterwards using the function msplotapplyflags



Arguments

msfile   Name of MeasurementSet
    Allowed: String
    Default: ''
nrows   Number of rows to buffer at once
    Allowed: Integer
    Default: 16384
edit   Allow editing?
    Allowed: Boolean
    Default: F
flagfile   Name of flag file
    Allowed: File name
    Default: unset
displaywidth   Width of display in pixels
    Allowed: Integer
    Default: 600
displayheight   Height of display in pixels
    Allowed: Integer
    Default: 300







next up previous contents index
Next: msplotapplyflags - Function Up: Background on editing Previous: Background on editing   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01