<casaxml xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd file:///opt/casa/code/xmlcasa/xml/casa.xsd" xmlns="http://casa.nrao.edu/schema/psetTypes.html" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<task type="function" name="sdsidebandsplit" category="single dish" visibility="experimental">
<shortdescription>[EXPERIMENTAL] invoke sideband separation using FFT</shortdescription>
<description>[EXPERIMENTAL] SD sideband separation and supression task:
Invoke sideband separation / supression using FFT
<param type="pathVec" name="imagename" mustexist="True">
<shortdescription>a list of names of input images</shortdescription>
<description>a list of names of input images. At least two valid images are required for processing</description>
<param type="string" name="outfile">
<shortdescription>Prefix of output image name</shortdescription>
<description>Prefix of output image name.
A suffix, ".signalband" or ".imageband" is added to
output image name depending on the side band side being solved.</description>
<param type="bool" name="overwrite"><shortdescription>overwrite option</shortdescription><description>overwrite option</description>
<param type="doubleVec" name="signalshift">
<shortdescription>a list of channel number shifts in signal side band</shortdescription>
<description>a list of channel number shifts in signal side band.
The number of elements must be equal to that of imagename</description>
<param type="doubleVec" name="imageshift">
<shortdescription>a list of channel number shifts in image side band</shortdescription>
<description> a list of channel number shifts in image side band.
The number of elements must be either zero or equal to that of imagename.
In case of zero length array, the values are obtained from signalshift
assuming the shifts are the same magnitude in opposite direction.</description>
<param type="bool" name="getbothside"><shortdescription>sideband separation (True) or supression (False)</shortdescription><description>sideband separation (True) or supression (False)</description>
<param type="double" name="refchan" subparam="true"><shortdescription>reference channel of spectral axis in image sideband</shortdescription><description>reference channel of spectral axis in image sideband</description>
<param type="string" name="refval" subparam="true"><shortdescription>frequency at the reference channel of spectral axis in image sideband (e.g., "100GHz")</shortdescription><description>frequency at the reference channel of spectral axis in image sideband (e.g., "100GHz")</description>