Commit 337b615ae989b44c7d821d219e019ddfd068a56c
1 parent
0258affc
Exists in
master
and in
7 other branches
ros rsn
Showing
4 changed files
with
115 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,35 @@ | @@ -0,0 +1,35 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="ros_elc_az_flux"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <boundsTable name="Az" boundsName="AzBounds" units="deg"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="ros:elc:azimuth"> | ||
10 | + <baseParam name="AZ"> | ||
11 | + <clb name="AzBounds"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="ros_elc_az_flux"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <yAxis> | ||
26 | + <digitalAxis id="y-left" scale="linear"/> | ||
27 | + </yAxis> | ||
28 | + <zAxis> | ||
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
30 | + </zAxis> | ||
31 | + </axes> | ||
32 | + </timePlot> | ||
33 | + </plot> | ||
34 | + </output> | ||
35 | +</param> |
@@ -0,0 +1,35 @@ | @@ -0,0 +1,35 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="ros_elc_eflux"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable name="energy" centerName="Energy" log="false" units="eV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="ros:elc:energy"> | ||
10 | + <baseParam name="EN"> | ||
11 | + <clb name="Energy"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="ros_elc_eflux"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <yAxis> | ||
26 | + <digitalAxis id="y-left" scale="logarithmic"/> | ||
27 | + </yAxis> | ||
28 | + <zAxis> | ||
29 | + <colorAxis colorMapIndex="1" scale="logarithmic"/> | ||
30 | + </zAxis> | ||
31 | + </axes> | ||
32 | + </timePlot> | ||
33 | + </plot> | ||
34 | + </output> | ||
35 | +</param> |
@@ -0,0 +1,35 @@ | @@ -0,0 +1,35 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="ros_ion_eflux"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable name="E/Q" centerName="Energy" log="false" units="eV/q"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="ros:ion:energy"> | ||
10 | + <baseParam name="EN"> | ||
11 | + <clb name="Energy"/> | ||
12 | + </baseParam> | ||
13 | + </vi> | ||
14 | + </get> | ||
15 | + <process/> | ||
16 | + <output> | ||
17 | + <plot> | ||
18 | + <timePlot> | ||
19 | + <params> | ||
20 | + <param id="ros_ion_eflux"> | ||
21 | + <spectro yAxis="y-left"/> | ||
22 | + </param> | ||
23 | + </params> | ||
24 | + <axes> | ||
25 | + <yAxis> | ||
26 | + <digitalAxis id="y-left" scale="logarithmic" /> | ||
27 | + </yAxis> | ||
28 | + <zAxis> | ||
29 | + <colorAxis colorMapIndex="1" scale="logarithmic" /> | ||
30 | + </zAxis> | ||
31 | + </axes> | ||
32 | + </timePlot> | ||
33 | + </plot> | ||
34 | + </output> | ||
35 | +</param> |