Source
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<?xml-stylesheet type="text/xsl" ?>
3
3
<casaxml xmlns="http://casa.nrao.edu/schema/psetTypes.html"
4
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd
6
6
file:///opt/casa/code/xmlcasa/xml/casa.xsd">
7
7
8
8
<task type="function" name="plotants" category="visualization, calibration">
9
-
<shortdescription>Plot the antenna distribution in the local reference frame:</shortdescription>
10
-
<description>
9
+
<shortdescription>Plot the antenna distribution in the local reference frame:</shortdescription>
10
+
<description>
11
11
The location of the antennas in the MS will be plotted with
12
12
X-toward local east; Y-toward local north.
13
-
</description>
14
-
<input>
15
-
<param type="string" name="vis" mustexist="true">
16
-
<description>Name of input visibility file (MS)</description>
17
-
<value></value>
18
-
</param>
19
-
<param type="string" name="figfile">
20
-
<description>Save the plotted figure to this file</description>
21
-
<value></value>
22
-
</param>
23
-
<param type="bool" name="antindex">
24
-
<description>Label antennas with name and antenna ID</description>
25
-
<value>False</value>
26
-
</param>
27
-
<param type="bool" name="logpos">
28
-
<description>Whether to plot logarithmic positions</description>
29
-
<value>False</value>
30
-
</param>
31
-
<param type="string" name="exclude">
32
-
<description>Antenna name/id selection to exclude from plot</description>
33
-
<value></value>
34
-
</param>
35
-
<param type="bool" name="checkbaselines">
36
-
<description>Whether to check baselines in the main table.</description>
37
-
<value>False</value>
38
-
</param>
39
-
<param type="string" name="title">
40
-
<description>Title for the plot</description>
41
-
<value></value>
42
-
</param>
43
-
<param type="bool" name="showgui">
44
-
<description>Show plot on gui.</description>
45
-
<value>True</value>
46
-
</param>
47
-
</input>
13
+
</description>
14
+
<input>
15
+
<param type="string" name="vis" mustexist="true">
16
+
<description>Name of input visibility file (MS)</description>
17
+
<value></value>
18
+
</param>
19
+
<param type="string" name="figfile">
20
+
<description>Save the plotted figure to this file</description>
21
+
<value></value>
22
+
</param>
23
+
<param type="bool" name="antindex">
24
+
<description>Label antennas with name and antenna ID</description>
25
+
<value>False</value>
26
+
</param>
27
+
<param type="bool" name="logpos">
28
+
<description>Whether to plot logarithmic positions</description>
29
+
<value>False</value>
30
+
</param>
31
+
<param type="string" name="exclude">
32
+
<description>Antenna name/id selection to exclude from plot</description>
33
+
<value></value>
34
+
</param>
35
+
<param type="bool" name="checkbaselines">
36
+
<description>Whether to check baselines in the main table.</description>
37
+
<value>False</value>
38
+
</param>
39
+
<param type="string" name="title">
40
+
<description>Title for the plot</description>
41
+
<value></value>
42
+
</param>
43
+
<param type="bool" name="showgui">
44
+
<description>Show plot on gui.</description>
45
+
<value>True</value>
46
+
</param>
47
+
</input>
48
48
<returns type="void"/>
49
49
50
50
<example>
51
51
Plot the antenna distribution in the local reference frame:
52
52
53
53
The location of the antennas in the MS will be plotted with
54
54
X-toward local east; Y-toward local north. The name of each
55
55
antenna is shown next to its respective location.
56
56
57
57
Keyword arguments: