<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" ?>
<casaxml xmlns="http://casa.nrao.edu/schema/psetTypes.html"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd
file:///opt/casa/code/xmlcasa/xml/casa.xsd">
<task type="function" name="concat" category="utility, manipulation">
<shortdescription>Concatenate several visibility data sets.</shortdescription>
<param type="stringArray" name="vis" mustexist="true">
<description>Name of input visibility files to be concatenated</description>
<param type="string" name="concatvis">
<description>Name of output visibility file</description>
<param type="any" name="freqtol" >
<description>Frequency shift tolerance for considering data as the same spwid</description>
<value type="string"></value>
<param type="any" name="dirtol">
<description>Direction shift tolerance for considering data as the same field</description>
<value type="string"></value>
<param type="bool" name="respectname" >
<description>If true, fields with a different name are not merged even if their direction agrees</description>
<param type="bool" name="timesort" >
<description>If true, sort by TIME in ascending order</description>
<param type="bool" name="copypointing">
<description>Copy all rows of the POINTING table.</description>
<param type="doubleArray" name="visweightscale">
<description>List of the weight scaling factors to be applied to the individual MSs</description>
<param type="any" name="forcesingleephemfield">
<description>make sure that there is only one joint ephemeris for every field in this list</description>
<value type="string"></value>
The list of data sets given in the vis argument are chronologically concatenated
into an output data set in concatvis, i.e. the data sets in vis are first ordered