<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="synthesisimager" name="synthesisimager">
<needs>synthesisimstore</needs>
<shortdescription>tool for synthesis imaging</shortdescription>
<description>
synthesisimager is an tool that accomplishes synthesis processing.
A {\tt synthesisimager} must be constructed for each MeasurementSet for which one
wishes to do processing. Multiple copies of {\tt synthesisimager} may
be made at any time (provide they are given different names).
</description>
<code>
<include>synthesisimager_forward.h</include>
<private>
<include>synthesisimager_private.h</include>
</private>
</code>
<method name="synthesisimager" type="constructor">
<shortdescription>Construct an synthesisimager tool</shortdescription>
<description>
This is used to construct {\tt synthesisimager} tool.
</description>
<input>
</input>
<returns type="synthesisimager"/>
<example>
</example>
</method>
<method name="selectdata" type="function">
<shortdescription>Select data from one MS</shortdescription>
<description>
</description>
<input>
<param name="selpars" type="record">
<description>All parameters that control selection within one MS</description>
<value type="record"/>
</param>
</input>
<returns type="bool"/>
</method>
<method name="tuneselectdata" type="function">
<shortdescription>reselect the data to match image definition</shortdescription>
<description>
</description>
<input>
</input>
<returns type="record"/>
</method>
<method name="defineimage" type="function">
<shortdescription>Define image coordinate systems FTMs</shortdescription>
<description>
</description>
<input>
<param name="impars" type="record">
<description>All parameters that control image coordinate system definition</description>
<value type="record"/>
</param>
<param name="gridpars" type="record">
<description>All parameters that control ftmachines and gridding parameters</description>
<value type="record"/>
</param>
</input>
<returns type="bool"/>
</method>