<casaxml xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd file:///opt/casa/code/xmlcasa/xml/casa.xsd" xmlns="http://casa.nrao.edu/schema/psetTypes.html" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<task type="function" name="plotants" category="visualization, calibration">
<shortdescription>Plot the antenna distribution in the local reference frame:</shortdescription>
The location of the antennas in the MS will be plotted with
X-toward local east; Y-toward local north.
<param type="path" name="vis" mustexist="true"><shortdescription>Name of input visibility file (MS)</shortdescription><description>Name of input visibility file (MS)</description>
<param type="string" name="figfile"><shortdescription>Save the plotted figure to this file</shortdescription><description>Save the plotted figure to this file</description>
<param type="bool" name="antindex"><shortdescription>Label antennas with name and antenna ID</shortdescription><description>Label antennas with name and antenna ID</description>
<param type="bool" name="logpos"><shortdescription>Whether to plot logarithmic positions</shortdescription><description>Whether to plot logarithmic positions</description>
<param type="string" name="exclude"><shortdescription>Antenna name/id selection to exclude from plot</shortdescription><description>Antenna name/id selection to exclude from plot</description>
<param type="bool" name="checkbaselines"><shortdescription>Whether to check baselines in the main table.</shortdescription><description>Whether to check baselines in the main table.</description>
<param type="string" name="title"><shortdescription>Title for the plot</shortdescription><description>Title for the plot</description>
<param type="bool" name="showgui"><shortdescription>Show plot on gui.</shortdescription><description>Show plot on gui.</description>
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.
vis -- Name of input visibility file (required)
Default: none, example: vis='ngc5921.ms'
figfile -- Save the plotted figure in this file
Default: '', example: figfile='antplot.png'
antindex -- Label antennas with id in addition to name
Default: False, example: antindex=True
logpos -- Produce a logarithmic position plot
Default: False, example: logpos=True