Source
xxxxxxxxxx
27
27
<!--============================================== -->
28
28
29
29
<param type="any" name="vis" kind="ms" mustexist="true">
30
30
<shortdescription>Name of input visibility file(s)</shortdescription>
31
31
<description>Name(s) of input visibility file(s)
32
32
default: none;
33
33
example: vis='ngc5921.ms'
34
34
vis=['ngc5921a.ms','ngc5921b.ms']; multiple MSes
35
35
</description>
36
36
<any type="variant" limittypes="string stringArray"/>
37
+
<type mustexist="true">path</type><type mustexist="true">pathVec</type>
37
38
<value type="string"></value>
38
39
</param>
39
40
40
41
41
42
<param type="bool" name="selectdata" visibility="hidden">
42
43
<shortdescription>Enable data selection parameters</shortdescription>
43
44
<description>Enable data selection parameters.
44
45
</description>
45
46
<value type="bool">True</value>
46
47
</param>