eiscat_vhf_te.xml
1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<param xml:id="eiscat_vhf_te_##mode##_##corrected##_##yaxis##">
<info>
<name>Electron temperature</name>
<short_name>Te</short_name>
<components/>
<units>K</units>
<coordinates_system/>
<tensor_order/>
<si_conversion/>
<table>
<centerAutoTable variable="true" centerName="eiscat_vhf_##yaxis##" log="false"/>
</table>
<fill_value/>
<ucd/>
<dataset_id/>
</info>
<gap_threshold>10</gap_threshold>
<get>
<vi name="eiscat:vhf:all">
<baseParam name="Te" maxDim1Size="38" useNearestValue="true"/>
</vi>
<amdaParam name='eiscat_vhf_##yaxis##'/>
<amdaParam name='eiscat_vhf_mode'/>
</get>
<process description="Mode : ##mode##, Corrected : ##corrected##">EISCATDataFilter($eiscat_vhf_all_Te,$eiscat_vhf_mode,##mode##,##corrected##)</process>
<output>
<plot>
<timePlot>
<params>
<param id="eiscat_vhf_te_##mode##_##corrected##_##yaxis##">
<spectro yAxis="y-left"/>
</param>
</params>
<axes>
<zAxis>
<colorAxis>
<range min="500" max="4000"/>
</colorAxis>
</zAxis>
</axes>
</timePlot>
</plot>
</output>
</param>