Source
93
93
<value>3.0</value>
94
94
</param>
95
95
96
96
<param type="bool" name="zerorates">
97
97
<description>Zero delay-rates in solution table</description>
98
98
<value>False</value>
99
99
</param>
100
100
101
101
<param type="bool" name="globalsolve">
102
102
<description>Refine estimates of delay and rate with global least-squares solver</description>
103
-
<value>[]</value>
103
+
<value>True</value>
104
+
</param>
105
+
106
+
<param type="int" name="weightfactor">
107
+
<description>Exponent for weights in least-squares part of fringe-fitting</description>
108
+
<value>2</value>
104
109
</param>
105
110
106
111
<param type="doubleArray" name="delaywindow">
107
112
<description>Constrain FFT delay search to a window</description>
108
-
<value>[]</value>
113
+
<value></value>
109
114
</param>
110
115
111
116
<param type="doubleArray" name="ratewindow">
112
117
<description>Constrain FFT rate search to a window</description>
113
-
<value>True</value>
118
+
<value></value>
114
119
</param>
115
-
120
+
116
121
<param type="bool" name="append">
117
122
<description>Append solutions to the (existing) table</description>
118
123
<value>False</value>
119
124
</param>
120
125
121
126
<param type="bool" name="docallib" >
122
127
<description>Use callib or traditional cal apply parameters</description>
123
128
<value>False</value>
124
129
</param>
125
130
292
297
zerorates -- Write a solution table with delay-rates zeroed, for
293
298
the case of "manual phase calibration".
294
299
default: False
295
300
296
301
globalsolve -- Refine fringefit solutions with global least-squares solver.
297
302
default: False
298
303
299
304
300
305
delaywindow -- Constrain FFT delay search to a window
301
306
ratewindow -- Constrain FFT rate search to a window
302
-
307
+
weightfactor -- Choose exponent to apply to weights in
308
+
least-squares routine. 0 => off, 1 => weight ^ -1, 2 => weight ^ -2
309
+
303
310
--- Other calibrations to apply on the fly before determining
304
311
fringe fit solution
305
312
306
313
docallib -- Control means of specifying the caltables:
307
314
default: False ==> Use gaintable,gainfield,interp,spwmap,calwt
308
315
If True, specify a file containing cal library in callib
309
316
callib -- If docallib=True, specify a file containing cal
310
317
library directives
311
318
312
319
gaintable -- Gain calibration table(s) to apply