Classes | |
class | UVPlotInfo |
class | NavField |
Functions | |
def | plotuv |
def | plotfield |
def task_plotuv.plotfield | ( | fld, | |
uvplotinfo, | |||
debug = False |
|||
) |
Plot the selected baselines of fld.
Definition at line 138 of file task_plotuv.py.
References tests.test_imcontsub.list, and irc_cs_task_regression.max.
Referenced by task_plotuv.NavField._do_plot(), and plotuv().
def task_plotuv.plotuv | ( | vis = None , |
|
field = None , |
|||
antenna = None , |
|||
spw = None , |
|||
observation = None , |
|||
array = None , |
|||
maxnpts = None , |
|||
colors = None , |
|||
symb = None , |
|||
ncycles = None , |
|||
figfile = None |
|||
) |
Plots the uv coverage of vis in klambda. ncycles of colors will be allocated to representative wavelengths. colors: a list of matplotlib color codes. symb: One of matplotlib's codes for plot symbols: .:,o^v<>s+xDd234hH|_ default: ',': The smallest points I could find. maxnpts: Save memory and/or screen space by plotting a maximum of maxnpts (or all of them if maxnpts < 1). There is a very sharp slowdown if the plotter starts swapping. spw: spw selection string (ignores channel specifications for now). field: field selection string (for now, only 1 field will be plotted). antenna: antenna selection string (currently ignored).
Definition at line 13 of file task_plotuv.py.
References plotfield().