Blame view

PARAM_DEF/eiscat_esr32m_ne.xml 1.3 KB
34d618fa   Elena.Budnik   restructure
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<param xml:id="eiscat_esr32m_ne_##mode##_##corrected##_##yaxis##">
  <info>
    <name>Electron density</name>
    <short_name>Ne</short_name>
    <components/>
    <units>m-3</units>
    <coordinates_system/>
    <tensor_order/>
    <si_conversion/>
    <table>
42d50c58   Elena.Budnik   bepi earth
12
  		<centerAutoTable variable="true" fullVariable="true" centerName="eiscat_esr32m_##yaxis##" log="false"/>
34d618fa   Elena.Budnik   restructure
13
14
15
16
17
18
19
20
  	</table>
    <fill_value/>
    <ucd/>
    <dataset_id/>
  </info>
  <gap_threshold>10</gap_threshold>
  <get>
    <vi name="eiscat:32m:all">
9de1dfda   Elena.Budnik   32m mistery
21
      <baseParam name="Ne" maxDim1Size="44" useNearestValue="true"/>
34d618fa   Elena.Budnik   restructure
22
23
24
25
    </vi>
	 <amdaParam name='eiscat_esr32m_##yaxis##'/>
        <amdaParam name='eiscat_esr32m_mode'/>
  </get>
39117860   Elena.Budnik   correct ne 32m ei...
26
  <process description="Mode : ##mode##, Corrected : ##corrected##">EISCATDataFilter($eiscat_32m_all_Ne,$eiscat_esr32m_mode,##mode##,##corrected##)</process>
34d618fa   Elena.Budnik   restructure
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  <output>
    <plot>
	  <timePlot>
        <params>
          <param id="eiscat_esr32m_ne_##mode##_##corrected##_##yaxis##">
		    <spectro yAxis="y-left"/>
          </param>
        </params>
        <axes>
          <zAxis>
            <colorAxis scale="logarithmic">
              <range min="10000000000" max="1000000000000"/>
            </colorAxis>
          </zAxis>
        </axes>
      </timePlot>
    </plot>
  </output>
</param>