from casa_system import procmgr
gridrows=None, gridcols=None,
rowindex=None,colindex=None,
xaxis=None, xdatacolumn=None, xframe=None, xinterp=None,
yaxis=None, ydatacolumn=None, yframe=None, yinterp=None, yaxislocation=None,
selectdata=None, field=None, spw=None,
timerange=None, uvrange=None, antenna=None, scan=None,
correlation=None, array=None, observation=None,
intent=None, feed=None, msselect=None,
avgchannel=None, avgtime=None, avgscan=None, avgfield=None,
avgbaseline=None, avgantenna=None, avgspw=None, scalar=None,
freqframe=None,restfreq=None,veldef=None,shift=None,
extcorr=None, extchannel=None,
iteraxis=None,xselfscale=None,yselfscale=None,
xsharedaxis=None, ysharedaxis=None,
customsymbol=None, symbolshape=None, symbolsize=None,
symbolcolor=None, symbolfill=None, symboloutline=None,
customflaggedsymbol=None, flaggedsymbolshape=None,
flaggedsymbolsize=None, flaggedsymbolcolor=None,
flaggedsymbolfill=None, flaggedsymboloutline=None,
xconnector=None, timeconnector=False,
title=None, titlefont=None,
xlabel=None, xaxisfont=None, ylabel=None, yaxisfont=None,
showmajorgrid=None, majorwidth=None, majorstyle=None, majorcolor=None,
showminorgrid=None, minorwidth=None, minorstyle=None, minorcolor=None,
showlegend=None, legendposition=None,
plotfile=None, expformat=None, verbose=True, exprange=None,
highres=None, dpi=None, width=None, height=None, overwrite=None,
showgui=None, clearplots=None,
callib=None, headeritems=None, showatm=None, showtsky=None, showimage=None):
Task for plotting and interacting with visibility data. A variety
of axes choices (including data column) along with MS selection and
averaging options are provided for data selection. Flag extension
parameters are also available for flagging operations in the plotter.
All of the provided parameters can also be set using the GUI once
the application has been launched. Additional and more specific
operations are available through the GUI and/or through the plotms
vis -- input visibility dataset
gridrows -- Number of subplot rows.
gridcols -- Number of subplot columns.
rowindex -- Row location of the subplot (0-based).
colindex -- Column location of the subplot (0-based).
plotindex -- Index to address a subplot (0-based).
xaxis, yaxis -- what to plot on the two axes
default: '' (uses PlotMS defaults/current set).
>>> xaxis, yaxis expandable parameters
ydatacolumn -- which data column to use for data axes
default: '' (uses PlotMS default/current set).
yframe -- which coordinates frame to use for ant-ra,ant-dec axes
default: '' (uses PlotMS default/current set).
yinterp -- which interpolation method to use for ant-ra,ant-dec axes
default: '' (uses PlotMS default/current set).
yaxislocation -- whether the data should be plotted using the left or right y-axis
default: '' (uses PlotMS default).
iteraxis -- what axis to iterate on when doing iteration plots
>>> xsharedaxis, ysharedaxis, xselfscale, yselfscale expandable parameters
xselfscale -- If true, iterated plots should share a common x-axis label per column.