Commits

Bjorn Emonts authored 6b067f82e47
Updates XML v4
No tags

gcwrap/tasks/applycal.xml

Modified
251 251 <shortdescription>Temporal interpolation for each gaintable (''=linear)</shortdescription>
252 252 <description>Interpolation type (in time[,freq]) to use for each
253 253 gaintable.
254 254 Subparameter of callib=False
255 255 default: '' --> 'linear,linear' for all gaintable(s)
256 256 Options: Time: 'nearest', 'linear', 'nearestPD',
257 257 'linearPD' Freq: 'nearest', 'linear', 'cubic',
258 258 'spline', 'nearestflag', 'linearflag',
259 259 'cubicflag', 'splineflag'
260 260
261 - When frequency interpolation is relevant
261 + * When frequency interpolation is relevant
262 262 (bandpass solutions, frequency-dependent polcal
263 263 solutions, ALMA Tsys) separate time-dependent and
264 264 freq-dependent interp types with a comma (freq
265 - _after_ the comma). Specifications for frequency
266 - are ignored when the calibration table has no
267 - channel-dependence. Time-dependent interp options
268 - ending in 'PD' enable a "phase delay" correction
269 - per spw for non-channel-dependent calibration
270 - types.
271 - For multi-obsId datasets, 'perobs' can be
265 + _after_ the comma).
266 + * Specifications for frequency are ignored when the
267 + calibration table has no channel-dependence.
268 + * Time-dependent interp options ending in 'PD'
269 + enable a "phase delay" correction per spw for
270 + non-channel-dependent calibration types.
271 + * For multi-obsId datasets, 'perobs' can be
272 272 appended to the time-dependent interpolation
273 273 specification to enforce obsId boundaries when
274 274 interpolating in time.
275 - Add 'flag' to the freq-dependent interpolation
275 + * Add 'flag' to the freq-dependent interpolation
276 276 options to enforce channel-dependent flagging
277 277 (rather than interpolation/extrapolation).
278 278
279 279 Examples:
280 280 interp='nearest' (in time, freq-dep will be
281 281 linear, if relevant)
282 282 interp='linear,cubic' (linear in time, cubic
283 283 in freq)
284 284 interp='linearperobs,splineflag' (linear in
285 285 time per obsId, spline in freq with

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

Add shortcut