Source
xxxxxxxxxx
1
-
<casaxml xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd file:///opt/casa/code/xmlcasa/xml/casa.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://casa.nrao.edu/schema/psetTypes.html">
2
-
3
-
<task category="manipulation" name="conjugatevis" type="function">
4
-
<shortdescription>Change the sign of the phases in all visibility columns.</shortdescription>
5
-
<description>
6
-
Change the sign of the phases in all visibility columns.
7
-
</description>
8
-
9
-
<input>
10
-
<param mustexist="true" name="vis" type="path">
11
-
<shortdescription>Name of input visibility file</shortdescription>
12
-
<description>Name of input visibility file
13
-
Default: none
14
-
15
-
Example: vis='ngc5921.ms'
16
-
</description>
17
-
<value/>
18
-
</param>
19
-
20
-
<param name="spwlist" type="any">
21
-
<shortdescription>Spectral window selection</shortdescription>
22
-
<description>Spectral window selection
23
-
Default:[] (all spws will be conjugated)
24
-
25
-
Example: spw=[1,2]
26
-
</description>
27
-
<any type="variant"/>
28
-
<value>""</value>
29
-
</param>
30
-
31
-
<param name="outputvis" type="string">
32
-
<shortdescription>Name of output visibility file</shortdescription>
33
-
<description>Name of output visibility file
34
-
Default: 'conjugated\_'+vis
35
-
36
-
Example: outputvis='conjugated.ms'
37
-
</description>
38
-
<value/>
39
-
</param>
40
-
41
-
<param name="overwrite" type="bool">
42
-
<shortdescription>Overwrite the outputvis if it exists?</shortdescription>
43
-
<description>Overwrite the outputvis if it exists?
44
-
Default: False
45
-
Options: False|True
46
-
</description>
47
-
<value>False</value>
48
-
</param>
49
-
</input>
50
-
<example>
51
-
52
-
For more information, see the task pages of conjugatevis in CASA Docs:
53
-
54
-
https://casa.nrao.edu/casadocs/
55
-
56
-
</example>
57
-
58
-
<returns>void</returns></task>
59
-
</casaxml>