Blame view

PARAM_DEF/eiscat_esr42m_vi.xml 1.2 KB
34d618fa   Elena.Budnik   restructure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<param xml:id="eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##">
  <info>
    <name>Ion velocity</name>
    <short_name>Vi</short_name>
    <components/>
    <units>m.s-1</units>
    <coordinates_system/>
    <tensor_order/>
    <si_conversion/>
    <table>
  		<centerAutoTable variable="true" centerName="eiscat_esr42m_##yaxis##" log="false"/>
  	</table>
    <fill_value/>
    <ucd/>
    <dataset_id/>
  </info>
  <get>
    <vi name="eiscat:42m:all">
2ae109c0   Elena.Budnik   eiscat variable dim
20
      <baseParam name="Vi" maxDim1Size="53" useNearestValue="true"/>
34d618fa   Elena.Budnik   restructure
21
22
23
24
    </vi>
	<amdaParam name='eiscat_esr42m_##yaxis##'/>
	<amdaParam name='eiscat_esr42m_mode'/>
  </get>
5b7fac05   Elena.Budnik   corr eiscat_esr42m
25
  <process description="Mode : ##mode##, Corrected : ##corrected##">EISCATDataFilter($eiscat_42m_all_Ti,$eiscat_esr42m_mode,##mode##,##corrected##)</process>
34d618fa   Elena.Budnik   restructure
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  <output>
    <plot>
	  <timePlot>
        <params>
          <param id="eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##">
		    <spectro yAxis="y-left"/>
          </param>
        </params>
        <axes>
          <zAxis>
            <colorAxis>
              <range min="-500" max="500"/>
            </colorAxis>
          </zAxis>
        </axes>
      </timePlot>
    </plot>
  </output>
</param>