Commit 3da53b5c55039c5db7de107b3aee5d204621bf8d
1 parent
92938b4f
Exists in
master
and in
7 other branches
mex_o_flux
Showing
1 changed file
with
34 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,34 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mex_o_flux_##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="mex:ima:extra"> | |
11 | + <baseParam name="HeavySpec" dim3Num="2" dim3CutIndex="##anode##"/> | |
12 | + </vi> | |
13 | + </get> | |
14 | + <process>total(mex_imao_calculate($mex_ima_extra_HeavySpec,$mex_ima_energy,$mex_ima_extra_Pacc),1)</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="mex_o_flux_##anode##"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <yAxis> | |
25 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
26 | + </yAxis> | |
27 | + <zAxis> | |
28 | + <colorAxis scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | |
... | ... |