Source
17
17
<param type="string" name="tablename" mustexist="">
18
18
<description>Input spectral line table name to search. If not specified, use the default table in the system.</description>
19
19
<value/>
20
20
</param>
21
21
<param type="string" name="outfile">
22
22
<description>Results table name. Blank means do not write the table to disk.</description>
23
23
<value/>
24
24
</param>
25
25
<param type="doubleArray" name="freqrange">
26
26
<description>Frequency range in GHz.</description>
27
-
<value>84,90</value>
27
+
<value>
28
+
<value>84</value>
29
+
<value>90</value>
30
+
</value>
28
31
</param>
29
32
<param type="stringArray" name="species">
30
33
<description>Species to search for.</description>
31
34
<value/>
32
35
</param>
33
36
<param type="bool" name="reconly">
34
37
<description>List only NRAO recommended frequencies.</description>
35
38
<value>False</value>
36
39
</param>
37
40
<param type="stringArray" name="chemnames">