Commit 5e099d6523a9a87182604e1c4ca480b5266196cf
1 parent
96549f2f
Exists in
master
and in
7 other branches
mms dis omni
Showing
1 changed file
with
19 additions
and
1 deletions
Show diff stats
PARAM_DEF/mms1_dis_omni.xml
... | ... | @@ -2,5 +2,23 @@ |
2 | 2 | <param xml:id="mms1_dis_omni"> |
3 | 3 | <get><vi name="mms1:fpi:dismoms"><baseParam name="mms1_dis_energyspectr_omni_fast"/></vi></get> |
4 | 4 | <process/> |
5 | - <output/> | |
5 | + <output> | |
6 | + <plot> | |
7 | + <timePlot> | |
8 | + <params> | |
9 | + <param id="mms1_dis_omni"> | |
10 | + <spectro yAxis="y-left"/> | |
11 | + </param> | |
12 | + </params> | |
13 | + <axes> | |
14 | + <!--<yAxis> | |
15 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
16 | + </yAxis> --> | |
17 | + <zAxis> | |
18 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | |
19 | + </zAxis> | |
20 | + </axes> | |
21 | + </timePlot> | |
22 | + </plot> | |
23 | + </output> | |
6 | 24 | </param> |
... | ... |