If otf=T, the user may selectively remove only a selection of fields model from the MS by specifying the field parameter. Similarly if the field parameter is specified, selected spws model for those fields may be deleted by specifying the spw.
<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="calibrater" name="calibrater">
<shortdescription>Synthesis calibration (self- and cross-)</shortdescription>
The {\tt calibrater} tool (cb) provides for synthesis calibration
<include>calibrater_forward.h</include>
<include>calibrater_private.h</include>
<method name="calibrater" type="constructor">
<shortdescription>Construct a calibrater tool</shortdescription>
<returns type="calibrater"/>
Create a {\tt calibrater} tool. The casapy environment provides
a standard calibrater tool for general use (cb), but additional calibrater
tools may be created if needed. Calibrater tools created in this way
are independent of the standard calibrater tool.
<method name="open" type="function">
<shortdescription>Attach MeasurementSet to the calibrater tool</shortdescription>
<param name="filename" direction="in" type="string">
<description>MeasurementSet file name. No default</description>
<param name="compress" direction="in" type="bool">
<description>Compress calibration columns?</description>
<param name="addcorr" direction="in" type="bool">
<description>Add scratch columns?</description>
<param name="addmodel" direction="in" type="bool">
<description>Add MODEL\_DATA column along with CORRECTED\_DATA ?</description>