Source
xxxxxxxxxx
305
305
<description>Type of bandpass solution (B or BPOLY)
306
306
default: 'B'
307
307
308
308
'B' does a channel by channel solution for each
309
309
specified spw.
310
310
'BPOLY' is somewhat experimental. It will fit an
311
311
nth order polynomial for the amplitude and phase
312
312
as a function of frequency. Only one fit is made
313
313
for all specified spw, and edge channels should
314
314
be omitted.
315
-
Use taskname=plotcal in order to compare the
315
+
Use taskname=plotms in order to compare the
316
316
results from B and BPOLY.
317
317
318
318
Example: bandtype='BPOLY'
319
319
</description>
320
320
<value>B</value>
321
321
<allowed kind="enum">
322
322
<value>B</value>
323
323
<value>BPOLY</value>
324
324
</allowed>
325
325
</param>