c2_pea_pad.xml
894 Bytes
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
<?xml version="1.0"?>
<param xml:id="c2_pea_pad">
<info>
<table>
<centerAutoTable dim="1" name="PA" centerName="PATab" units="deg" log="false"/>
<centerTable dim="0" variable="true" name="Energy" centerName="c2_pea_paentab" units="keV"/>
</table>
</info>
<get>
<vi name="clust2:pea:pa">
<baseParam name="PAD">
<clb name="PATab"/>
</baseParam>
</vi>
<amdaParam name='c2_pea_paentab' />
</get>
<process/>
<output>
<plot>
<timePlot>
<params>
<param id="c2_pea_pad">
<spectro yAxis="y-left"/>
</param>
</params>
<axes>
<yAxis>
<digitalAxis id="y-left" reverse="false" scale="logarithmic" showLegend="true" showTickMark="true"/>
</yAxis>
<zAxis>
<colorAxis scale="logarithmic" showLegend="true" showTickMark="true"/>
</zAxis>
</axes>
</timePlot>
</plot>
</output>
</param>