<casaxml xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd file:///opt/casa/code/tools/xml/casa.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://casa.nrao.edu/schema/psetTypes.html">
<tool module="sidebandseparator" name="sidebandseparator">
<shortdescription>Tool for sideband separation</shortdescription>
<include>sidebandseparator_forward.h</include>
<include>sidebandseparator_private.h</include>
<method name="sidebandseparator" type="constructor">
<shortdescription>Construct a sideband separator tool</shortdescription>
Create a sideband separator tool.
<returns type="sidebandseparatorobject">sideband separator tool</returns>
# create a sideband separator tool
<method name="open" type="function">
<shortdescription>Construct a sideband separator tool</shortdescription>
<param name="imagename" type="stringVec">
<description>A list of image names</description>
<returns type="bool">Boolean</returns>
<method name="close" type="function">
<shortdescription>Close the sideband separator tool</shortdescription>
Close tools and write data to disk. This is a synonym for done.
<returns type="bool">Bool</returns>
<method name="done" type="function">
<shortdescription>Close the sideband separator tool</shortdescription>
Close tools and write data to disk. This is a synonym for done.
<returns type="bool">Bool</returns>
<method name="setshift" type="function">