Commit 142a6a11d13edd60c9cf1fbbefad5b5ccfe1bccc
1 parent
5713285e
Exists in
master
and in
7 other branches
SPE energy and pa
Showing
1 changed file
with
37 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,37 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="psp_spe_EvsEvspa"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable dim="0" name="Pitch Angle" centerName="PitchAngle" units="deg" log="false"/> | |
6 | + <centerAutoTable dim="1" name="Energy" centerName="Energy" units="eV" log="false"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="psp:spe:pad"> | |
11 | + <baseParam name="EFLUX_VS_PA_E"> | |
12 | + <clb name="PitchAngle"/> | |
13 | + <clb name="Energy"/> | |
14 | + </baseParam> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <timePlot> | |
21 | + <params> | |
22 | + <param id="psp_spe_EvsEvspa"> | |
23 | + <spectro yAxis="y-left"/> | |
24 | + </param> | |
25 | + </params> | |
26 | + <axes> | |
27 | + <yAxis> | |
28 | + <digitalAxis id="y-left" scale="linear"/> | |
29 | + </yAxis> | |
30 | + <zAxis> | |
31 | + <colorAxis scale="logarithmic"/> | |
32 | + </zAxis> | |
33 | + </axes> | |
34 | + </timePlot> | |
35 | + </plot> | |
36 | + </output> | |
37 | +</param> | ... | ... |