Commit bc241b76a77ab96521f15bc039a93c135859698e
1 parent
fdb63ec9
Exists in
master
and in
7 other branches
corrected name of parameter
Showing
2 changed files
with
88 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,45 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='ulys_pa_pa'> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable dim="0" name="Energy" centerName="Energy" units="eV" log="false"/> | |
6 | + <boundsTable dim="1" name="PitchAngle" boundsName="PitchAngle" units="deg"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name='ulys:e:pa'> | |
11 | + <baseParam name='ELECTRON_VELOCITY_PA'> | |
12 | + <clb name="Energy"/> | |
13 | + <clb name="PitchAngle"/> | |
14 | + </baseParam> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <timePlot> | |
21 | + <params> | |
22 | + <param id="ulys_pa_pa"> | |
23 | + <spectro yAxis="y-left"/> | |
24 | + </param> | |
25 | + </params> | |
26 | + <axes> | |
27 | + <yAxis> | |
28 | + <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
29 | + <range extend="true"/> | |
30 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
31 | + <legend/> | |
32 | + </digitalAxis> | |
33 | + </yAxis> | |
34 | + <zAxis> | |
35 | + <colorAxis colorMapIndex="1" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
36 | + <range extend="true"/> | |
37 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
38 | + </colorAxis> | |
39 | + </zAxis> | |
40 | + </axes> | |
41 | + </timePlot> | |
42 | + </plot> | |
43 | + </output> | |
44 | + </param> | |
45 | + | |
... | ... |
... | ... | @@ -0,0 +1,43 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='ulys_pa_omni'> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerAutoTable name="Energy" centerName="Energy" units="eV" log="false"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name='ulys:e:pa'> | |
10 | + <baseParam name='ELECTRON_VELOCITY_OMNI'> | |
11 | + <clb name="Energy"/> | |
12 | + </baseParam> | |
13 | + </vi> | |
14 | + </get> | |
15 | + <process/> | |
16 | + <output> | |
17 | + <plot> | |
18 | + <timePlot> | |
19 | + <params> | |
20 | + <param id="ulys_pa_omni"> | |
21 | + <spectro yAxis="y-left"/> | |
22 | + </param> | |
23 | + </params> | |
24 | + <axes> | |
25 | + <yAxis> | |
26 | + <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
27 | + <range extend="true"/> | |
28 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
29 | + <legend/> | |
30 | + </digitalAxis> | |
31 | + </yAxis> | |
32 | + <zAxis> | |
33 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
34 | + <range extend="true"/> | |
35 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
36 | + </colorAxis> | |
37 | + </zAxis> | |
38 | + </axes> | |
39 | + </timePlot> | |
40 | + </plot> | |
41 | + </output> | |
42 | + </param> | |
43 | + | |
... | ... |