<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="smoothcal" category="calibration">
<shortdescription>Smooth calibration solution(s) derived from one or more sources:</shortdescription>
A G- or T-type gain calibration can be smoothed. Amplitude and
phase are currently smoothed with the same time. Calibration values
will be smoothed over all fields.
<param type="path" name="vis" mustexist="true"><shortdescription>Name of input visibility file (MS)</shortdescription><description>Name of input visibility file (MS)</description>
<param type="path" name="tablein" mustexist="true"><shortdescription>Input calibration table</shortdescription><description>Input calibration table</description>
<param type="string" name="caltable"><shortdescription>Output calibration table (overwrite tablein if unspecified)</shortdescription><description>Output calibration table (overwrite tablein if unspecified)</description>
<param type="stringVec" name="field"><shortdescription>Field name list</shortdescription><description>Field name list</description>
<param type="string" name="smoothtype"><shortdescription>Smoothing filter to use</shortdescription><description>Smoothing filter to use</description>
<param type="any" name="smoothtime"><shortdescription>Smoothing time (sec)</shortdescription><description>Smoothing time (sec)</description>
<type>double</type><type>int</type>
<value type="double">60.0</value>
A G- or T-type gain calibration can be smoothed. The amplitude and
phase smoothing times are currently the same. Calibration values
will be smoothed for only the specified fields. Smoothing is
performed independently per field, per spw, and per antenna.
vis -- Name of input visibility file
default: none; example: vis='ngc5921.ms'
tablein -- Input calibration table (G or T)
default: none; example: tablein='ngc5921.gcal'
caltable -- Output calibration table (smoothed)
default: '' (will overwrite tablein);