Commits

Darrell Schiebel authored 103ad5fa0c5 Merge
Merge pull request #942 in CASA/casa from bugfix/CAS-9842 to master

* commit 'bae771b82c550cc8a0ac22462d828c79d4e0282b': CAS-9842 Fixed wrong description of infile parameter

gcwrap/tasks/importasap.xml

Modified
12 12 Convert ASAP Scantable data into a CASA visibility file (MS)
13 13 </description>
14 14
15 15 <input>
16 16
17 17 <param type="string" name="infile" mustexist="true">
18 18 <shortdescription>Name of input ASAP Scantable data</shortdescription>
19 19 <description>Name of input ASAP Scantable data
20 20 Default: none
21 21
22 - Example: asdm='mydata.asap'
22 + Example: infile='mydata.asap'
23 23 </description>
24 24 <value></value>
25 25 </param>
26 26
27 27 <param type="string" name="outputvis" kind="ms">
28 28 <shortdescription>Root name of the ms to be created. Note the .ms is NOT added.</shortdescription>
29 29 <description>Name of output visibility file
30 30 Default: '' (same as vis)
31 31
32 32 Example: outputvis='myms.ms'

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut