Commit 94642f7909b85b81c733d92b497db98e8fd96d96
1 parent
23b4583c
Exists in
master
and in
6 other branches
Add new SolarOrbiter PAS / L2 / diff E flux for test
Showing
4 changed files
with
66 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="pas_l2_omni_new"> | |
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.new"> | |
10 | + <baseParam name="eflux"> | |
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_new"> | |
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> | ... | ... |