Commits
11 11 | This application changes the phase center of a selected subset of an input MS, by taking into |
12 12 | account the full 3D geometry in the UVW plane (similar to the phasecenter setting in the |
13 13 | imaging tasks). This function produces an output MS with modified UVW values, visibility |
14 14 | phases, and a new phase_direction entry in the FIELD sub-table. |
15 15 | </description> |
16 16 | |
17 17 | <input> |
18 18 | <param type="string" name="vis" mustexist="true"> |
19 19 | <shortdescription>Name of input visibility file</shortdescription> |
20 20 | <description>Name of input visibility file |
21 - | Default: none |
21 + | Default: none, must be specified |
22 22 | |
23 23 | Example: vis='ngc5921.ms' |
24 24 | </description> |
25 25 | <value type="string"/> |
26 26 | </param> |
27 27 | |
28 28 | <param type="string" name="outputvis"> |
29 29 | <shortdescription>Name of output visibility file</shortdescription> |
30 30 | <description>Name of output visibility file |
31 - | Default: '' (same as vis) |
31 + | Default: None, must be specified |
32 32 | |
33 33 | Example: outputvis='ngc5921_out.ms' |
34 34 | </description> |
35 35 | <value/> |
36 36 | </param> |
37 37 | |
38 38 | <!-- MMS-CASE parameters --> |
39 39 | <param type="bool" name="keepmms"> |
40 40 | <shortdescription>Create a Multi-MS as the output if the input is a Multi-MS.</shortdescription> |
41 41 | <description>Create a Multi-MS as the output if the input is a |