Commit a1cf7f7d9fd33a25277d95a157ce5b51e64d16b4
1 parent
0b842f2c
Exists in
master
and in
7 other branches
helios aus scalar
Showing
8 changed files
with
88 additions
and
4 deletions
Show diff stats
PARAM_DEF/helios1_carr_pos.xml renamed to PARAM_DEF/helios1_carr_lat.xml
PARAM_DEF/helios2_carr_pos.xml renamed to PARAM_DEF/helios2_carr_lat.xml
... | ... | @@ -0,0 +1,34 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pas_3d_spec_##anode##"> | |
3 | + <!--<info> | |
4 | + <table> | |
5 | + <centerAutoTable variable="true" name="Energy" centerName="mex_ima_energy" units="eV" log="false"/> | |
6 | + </table> | |
7 | + </info>--> | |
8 | + <get> | |
9 | + <!--<amdaParam name="mex_ima_energy"/>--> | |
10 | + <vi name="so:pas:3d"> | |
11 | + <baseParam name="COUNTS" dim3Num="1" dim3CutIndex="##anode##"/> | |
12 | + </vi> | |
13 | + </get> | |
14 | + <process>total($so_pas_3d_COUNTS,1)</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="pas_3d_spec_##anode##"> | |
20 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <yAxis> | |
25 | + <digitalAxis id="y-left" scale="linear"/> | |
26 | + </yAxis> | |
27 | + <zAxis> | |
28 | + <colorAxis scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | |
... | ... |