Commits

Wataru Kawasaki authored bffdee4e029
update inline help for the interp parameter of sdcal.

gcwrap/tasks/sdcal.xml

Modified
111 111 <value>False</value>
112 112 </param>
113 113
114 114 <param type="any" name="applytable" subparam="true">
115 115 <description>(List of) sky and/or tsys tables</description>
116 116 <any type="variant" limittype="string stringArray"/>
117 117 <value type="string"></value>
118 118 </param>
119 119
120 120 <param type="string" name="interp" subparam="true">
121 - <description>Interpolation type in time[,freq]. Valid options are "nearest", "linear", "cspline", or any numeric string that indicates an order of polynomial interpolation. You can specify interpolation type for time and frequency separately by joining two of the above options by comma (e.g., "linear,cspline").</description>
121 + <description>Interpolation type in time[,freq]. Valid options for time are "nearest", "linear", and "cubic", while valid options for frequency include "nearest", "linear", "cspline", or any numeric string that indicates an order of polynomial interpolation. You can specify interpolation type for time and frequency separately by joining two of the above options by comma (e.g., "linear,cspline").</description>
122 122 <value></value>
123 123 </param>
124 124
125 125 <param type="any" name="spwmap" subparam="true">
126 126 <description>A dictionary indicating spw combinations to apply Tsys calibration to target. The key should be spw for Tsys calibration and its associated value must be a list of science spws to be applied.</description>
127 127 <any type="variant"/>
128 128 <value type="dict">{}</value>
129 129 </param>
130 130
131 131 <param type="string" name="outfile" subparam="true">
296 296 tsysspw='&lt;2' (spw IDs less than 2; all channels)
297 297 tsysspw='1:0~100' (spw ID1; between channels 0 and 100)
298 298 -->
299 299 applytable -- List of sky/Tsys calibration tables you want to
300 300 apply.
301 301 default: ''
302 302 interp -- Interpolation method in time and frequency axis.
303 303 Set comma separated method strings if you want
304 304 to use different interpolation in time and
305 305 frequency.
306 - options: 'linear', 'cspline', 'nearest',
306 + options: 'linear', 'nearest', 'cspline', 'cubic',
307 307 any numeric string indicating an order
308 308 of polynomial.
309 + Note that 'cubic' is available for time only,
310 + and that 'cspline' and numeric strings are
311 + available for frequency only.
309 312 default: '' (linear in time and frequency)
310 313 example: 'linear,cspline' (linear in time, cubic
311 314 spline in frequency)
312 315 'linear,3' (linear in time, third order
313 316 polynomial in frequency)
314 317 'nearest' (nearest in time and frequency)
315 318 spwmap -- Dictionary defining transfer of Tsys calibration.
316 319 Key must be spw for Tsys and its value must be
317 320 a list of spws for science target.
318 321 default: {}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut