<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" ?>
<casaxml xmlns="http://casa.nrao.edu/schema/psetTypes.html"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd
file:///opt/casa/code/xmlcasa/xml/casa.xsd">
<task type="function" name="sdgaincal" category="single dish">
<shortdescription> MS SD gain calibration task</shortdescription>
<param type="string" name="infile" mustexist="true">
<description>name of input SD dataset (must be MS)</description>
<param type="string" name="calmode">
<shortdescription>gain calibration mode ("doublecircle")</shortdescription>
<description>gain calibration mode</description>
<value>doublecircle</value>
<value>doublecircle</value>
<param type="any" name="radius" subparam="true">
<description>radius of central region to be used for calibration</description>
<any type="variant" limittype="string double"/>
<value type="string"></value>
<param type="bool" name="smooth" subparam="true">
<description>smooth data or not</description>
<param type="string" name="antenna">
<description>select data by antenna name or ID, e.g. "PM03"</description>
<param type="string" name="field">
<description>select data by field IDs and names, e.g. "3C2*" ("" = all)</description>
<param type="string" name="spw">
<description>select data by spw IDs (spectral windows), e.g., "3,5,7" ("" = all)</description>
<param type="string" name="scan">
<description>select data by scan numbers, e.g. "21~23" (""=all)</description>
<param type="string" name="intent" subparam="true">
<description>select data by observation intent, e.g. "OBSERVE_TARGET#ON_SOURCE" (""=all)</description>
<param type="any" name="applytable">
<description>(List of) sky and/or tsys tables for pre-application</description>
<any type="variant" limittype="string stringArray"/>
<value type="string"></value>
<param type="any" name="interp" subparam="true">
<description>Interp type in time[,freq], per gaintable. default==linear,linear</description>
<any type="variant" limittype="string stringArray"/>
<value type="string"></value>
<param type="intArray" name="spwmap" subparam="true">
<description>Spectral windows combinations to form for gaintables(s)</description>
<param type="string" name="outfile">
<description>name of output caltable</description>