Commit 717fe70f9e57365612040321af29f4db5efd4e17
1 parent
2e1ae80b
Exists in
master
and in
7 other branches
c0 2d
Showing
1 changed file
with
19 additions
and
1 deletions
Show diff stats
PARAM_DEF/mav_sta_c0.xml
... | ... | @@ -12,6 +12,24 @@ |
12 | 12 | <amdaParam name="mav_c0_energy_ave"/> |
13 | 13 | </get> |
14 | 14 | <process/> |
15 | - <output/> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="mav_sta_c0"> | |
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 scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
16 | 34 | </param> |
17 | 35 | ... | ... |