<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" ?>
<casaxml xmlns="http://casa.nrao.edu/schema/psetTypes.html"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd
file:///opt/casa/code/xmlcasa/xml/casa.xsd">
<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="string" name="vis" mustexist="true">
<description>Name of input visibility file (MS)</description>
<param type="string" name="figfile">
<description>Save the plotted figure to this file</description>
<param type="bool" name="antindex">
<description>Label antennas with name and antenna ID</description>
<param type="bool" name="logpos">
<description>Whether to plot logarithmic positions</description>
<param type="string" name="exclude">
<description>Antenna name/id selection to exclude from plot</description>
<param type="bool" name="checkbaselines">
<description>Whether to check baselines in the main table.</description>
<param type="string" name="title">
<description>Title for the plot</description>
<param type="bool" name="showgui">
<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'