Commit 2e48f955fde327340e753f79b0b2904e993d74f6
1 parent
cccf8fed
Exists in
master
and in
7 other branches
bepi mea omni 16
Showing
4 changed files
with
92 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="bepi_mea1_energy16"> | |
3 | + <get> | |
4 | + <vi name="bepi:mea1:omni16"> | |
5 | + <baseParam name="ht_table_id" useNearestValue="true"> | |
6 | + <clb name="EnergyBnds"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($bepi_mea1_omni16_ht_table_id;EnergyBnds;4)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="bepi_mea2_energy16"> | |
3 | + <get> | |
4 | + <vi name="bepi:mea2:omni16"> | |
5 | + <baseParam name="ht_table_id" useNearestValue="true"> | |
6 | + <clb name="EnergyBnds"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($bepi_mea2_omni16_ht_table_id;EnergyBnds;4)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,34 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="bepi_mea1_om16e"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <boundsTable variable="true" name="Energy" boundsName="bepi_mea1_energy16" units="eV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="bepi:mea1:omni16"> | |
10 | + <baseParam name="omn"/> | |
11 | + </vi> | |
12 | + <amdaParam name='bepi_mea1_energy16'/> | |
13 | + </get> | |
14 | + <process/> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="bepi_mea1_om16e"> | |
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 colorMapIndex="1" scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,34 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="bepi_mea2_om16e"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <boundsTable variable="true" name="Energy" boundsName="bepi_mea2_energy" units="eV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="bepi:mea2:omni16"> | |
10 | + <baseParam name="omn"/> | |
11 | + </vi> | |
12 | + <amdaParam name='bepi_mea2_energy16'/> | |
13 | + </get> | |
14 | + <process/> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="bepi_mea2_om16e"> | |
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 colorMapIndex="1" scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | ... | ... |