Source
159
159
<description>Type of solution: (\'ap\', \'p\', \'a\')</description>
160
160
<value>ap</value>
161
161
<allowed kind="enum">
162
162
<value>a</value>
163
163
<value>p</value>
164
164
<value>ap</value>
165
165
</allowed>
166
166
</param>
167
167
168
168
<param type="string" name="solmode">
169
-
<description>Solving mode: (\'\', \'L1\', \'R\', \'L1R\')</description>
169
+
<description>Robust solving mode: (\'\', \'L1\', \'R\', \'L1R\')</description>
170
170
<value></value>
171
171
<allowed kind="enum">
172
172
<value></value>
173
173
<value>L1</value>
174
174
<value>L1R</value>
175
175
<value>R</value>
176
176
</allowed>
177
177
</param>
178
178
179
179
<param type="doubleArray" name="rmsthresh">
180
-
<description>RMS Threshold sequence.</description>
180
+
<description>RMS Threshold sequence (for solmode=\'R\' or \'L1R\'; see help)</description>
181
181
<value></value>
182
182
</param>
183
183
184
184
<param type="bool" name="append">
185
185
<description>Append solutions to the (existing) table</description>
186
186
<value>False</value>
187
187
</param>
188
188
189
189
<param type="double" name="splinetime" subparam="true">
190
190
<description>Spline timescale(sec); All spw\'s are first averaged.</description>