Commit 1df77ac51cd8df1f5050973adf6579810cff8a7b
Exists in
master
and in
7 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA
Showing
3 changed files
with
56 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pas_l2_omni"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="eV" minName="eMin" maxName="eMax"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="so:pas:l2.omni"> | |
10 | + <baseParam name="df"> | |
11 | + <clb name="eMin"/> | |
12 | + <clb name="eMax"/> | |
13 | + </baseParam> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="pas_l2_omni"> | |
22 | + <spectro yAxis="y-left" uselog0asmin="true"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
36 | +</param> | ... | ... |