Commit 30defee0bcedc9978240a89485f2819bb7fa2ef1
Exists in
master
and in
7 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA
Showing
6 changed files
with
108 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,34 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="bepi_mea1_om32e"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" boundsName="bepi_mea1_energy32" units="eV" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="bepi:mea1:omni32"> | |
10 | + <baseParam name="omn"/> | |
11 | + </vi> | |
12 | + <amdaParam name='bepi_mea1_energy32'/> | |
13 | + </get> | |
14 | + <process/> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="bepi_mea1_om32e"> | |
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_mea1_om64e"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable variable="true" fullVariable="true" name="Energy" boundsName="bepi_mea1_energy64" units="eV" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="bepi:mea1:omni64"> | |
10 | + <baseParam name="omn"/> | |
11 | + </vi> | |
12 | + <amdaParam name='bepi_mea1_energy64'/> | |
13 | + </get> | |
14 | + <process/> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="bepi_mea1_om64e"> | |
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> | ... | ... |