casagui.apps._plotants

plotants module

Module Contents

Functions

plotants(vis[, figfile, antindex, logpos, exclude, ...])

Plot the antenna distribution in the local reference frame:

casagui.apps._plotants.plotants(vis, figfile='', antindex=False, logpos=False, exclude=[], checkbaselines=False, title='', showgui=True)

Plot the antenna distribution in the local reference frame: The location of the antennas in the MS will be plotted with X-toward local east; Y-toward local north. The name of each antenna is shown next to its respective location.

Parameters:
  • vis (string) –

  • file (Path to the input visibility) –

  • antindex (boolean, default: False) – Label antennas with name and antenna ID

  • logpos (boolean, default: False) – Produce a logarithmic position plot.

  • exclude (list, default: []) – antenna IDs or names to exclude from plotting, for example: exclude=[2,3,4], exclude=[‘DV15’]

  • checkbaselines (boolean, default: False) – Only plot antennas in the MAIN table. This can be useful after a split. WARNING: Setting checkbaselines to True will add to runtime in proportion to the number of rows in the dataset.

  • title (string, default: '') – Title written along top of plot