<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="singledishms" name="singledishms">
<shortdescription>New single dish tool interface to process an MS</shortdescription>
<include>singledishms_forward.h</include>
<include>singledishms_private.h</include>
<method name="singledishms" type="constructor">
<shortdescription>Construct singledishms tool</shortdescription>
This is used to construct a singledishms tool instance. The created instance is
just like the default one ('sdms') but physically independent from it.
This is useful when users want to create their own tool instance inside scripts/modules
to avoid possible conflicts that may happen when using the default tool instance
<returns type="singledishms"/>
Manual tool construction is done this way:
ssd = casac.singledishms()
<method name="open" type="function">
<shortdescription>Open a new MeasurementSet for processing after closing current MeasurementSet
Close the current MeasurementSet and open a new MeasurementSet
instead. The current state of sdms is retained, except for
<param mustexist="True" name="ms_name" type="path">
<description>New MeasurementSet to be processed</description>
<method name="close" type="function">
<shortdescription>Close the sdms tool, with data written on disk, keeping sdms running for future use
This is used to close sdms tools. Note that the
data is written to disk and detached from sdms tool.
This is a synonym for done.