Commits
1 1 | |
2 2 | |
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 | |
9 - | <task type="function" name="importasap" category="singledish, import/export" > |
9 + | <task type="function" name="importasap" category="single dish, import/export" > |
10 10 | |
11 11 | <shortdescription>Convert ASAP Scantable data into a CASA visibility file (MS)</shortdescription> |
12 12 | |
13 13 | <input> |
14 14 | |
15 15 | <param type="string" name="infile" mustexist="true"> |
16 16 | <description>Name of input ASAP Scantable data</description> |
17 17 | <value></value> |
18 18 | </param> |
19 19 | |