<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">
<task category="single dish, import/export" name="importasap" type="function">
<shortdescription>Convert ASAP Scantable data into a CASA visibility file (MS)</shortdescription>
Convert ASAP Scantable data into a CASA visibility file (MS)
<param mustexist="true" name="infile" type="path">
<shortdescription>Name of input ASAP Scantable data</shortdescription>
<description>Name of input ASAP Scantable data
Example: infile='mydata.asap'
<param kind="ms" name="outputvis" type="string">
<shortdescription>Root name of the ms to be created. Note the .ms is NOT added.</shortdescription>
<description>Name of output visibility file
Default: '' (same as vis)
Example: outputvis='myms.ms'
NOTE: Note the .ms is NOT added
<param name="flagbackup" type="bool">
<shortdescription>Back up flag column before applying flags.</shortdescription>
<description>Back up flag column before applying flags.
<param name="overwrite" type="bool">
<shortdescription>Over write an existing MS(s)</shortdescription>
<description>Over write an existing MS(s)
Default: False (do not overwrite)
<param name="parallel" type="bool">
<shortdescription>Turn on parallel execution</shortdescription>
<description>Turn on parallel execution
Default: False (serial execution)