Blame view

eiscat_esr42m_vi.xml 1.19 KB
fb9331b4   Elena.Budnik   new
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>
32c67dba   Benjamin Renard   New VI name for E...
19
    <vi name="eiscat:42m:all">
81552937   Benjamin Renard   Add new EISCAT pa...
20
      <baseParam name="Vi" useNearestValue="true"/>
fb9331b4   Elena.Budnik   new
21
22
    </vi>
	<amdaParam name='eiscat_esr42m_##yaxis##'/>
81552937   Benjamin Renard   Add new EISCAT pa...
23
	<amdaParam name='eiscat_esr42m_mode'/>
fb9331b4   Elena.Budnik   new
24
  </get>
81552937   Benjamin Renard   Add new EISCAT pa...
25
  <process description="Mode : ##mode##, Corrected : ##corrected##">EISCATDataFilter($eiscat_42m_fa_Ti,$eiscat_esr42m_mode,##mode##,##corrected##)</process>
fb9331b4   Elena.Budnik   new
26
27
28
29
30
31
32
33
  <output>
    <plot>
	  <timePlot>
        <params>
          <param id="eiscat_esr42m_vi_##mode##_##corrected##_##yaxis##">
		    <spectro yAxis="y-left"/>
          </param>
        </params>
81552937   Benjamin Renard   Add new EISCAT pa...
34
35
36
37
38
39
40
        <axes>
          <zAxis>
            <colorAxis>
              <range min="-500" max="500"/>
            </colorAxis>
          </zAxis>
        </axes>
fb9331b4   Elena.Budnik   new
41
42
43
44
      </timePlot>
    </plot>
  </output>
</param>