mex_els_spec_sum.xml
1.11 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
<?xml version="1.0"?>
<param xml:id="mex_els_spec_sum">
<info>
<table>
<centerAutoTable variable="true" name="Energy" units="eV" centerName="mex_els_energy" log="false"/>
</table>
</info>
<gap_threshold>20</gap_threshold>
<get>
<vi name="mex:els:all">
<baseParam name="EnergyTable" useNearestValue="true">
<clb name="Etab0"/>
<clb name="Etab1"/>
<clb name="Etab2"/>
<clb name="Etab3"/>
<clb name="Etab4"/>
</baseParam>
<baseParam name="ELS"/>
<baseParam name="TimeCompres"/>
<baseParam name="EnergyCompres"/>
</vi>
<amdaParam name="mex_els_energy"/>
</get>
<process>#mex_els_decode(mexvex_els_calculate_sum($mex_els_all_ELS,$mex_els_all_TimeCompres,$mex_els_all_EnergyCompres);$mex_els_all_EnergyTable)</process>
<output>
<plot>
<timePlot>
<params>
<param id="mex_els_spec_sum">
<spectro yAxis="y-left"/>
</param>
</params>
<axes>
<yAxis>
<digitalAxis id="y-left" scale="logarithmic"/>
</yAxis>
<zAxis>
<colorAxis scale="logarithmic"/>
</zAxis>
</axes>
</timePlot>
</plot>
</output>
</param>