mea1_venus2_3d_azim.xml
1.32 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
<?xml version="1.0"?>
<param xml:id="mea1_venus2_3d_azim_##min##_##max##">
<info>
<table>
<centerAutoTable dim="0" name="Channels" centerName="channels" units="" log="false"/>
<centerAutoTable dim="1" variable="true" fullVariable="true" name="Energy" centerName="mea1_venus2_3d_etab" units="eV" log="false"/>
</table>
</info>
<get>
<vi name="bepi:mea1:venus2.3d">
<baseParam name="counts" dim3Num="1" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true">
<clb name="channels"/>
<clb name="sectors"/>
</baseParam>
</vi>
<amdaParam name="mea1_venus2_3d_etab"/>
</get>
<process/>
<output>
<plot>
<timePlot>
<params>
<param id="mea1_venus2_3d_azim_##min##_##max##">
<spectro yAxis="y-left" uselog0asmin="true"/>
</param>
</params>
<axes>
<yAxis>
<digitalAxis id="y-left" scale="linear"/>
</yAxis>
<zAxis>
<colorAxis scale="logarithmic"/>
</zAxis>
</axes>
</timePlot>
</plot>
</output>
</param>