Commit ee316834b4d1f3e733bbfa9822811a221b238efa
1 parent
27a18475
Exists in
master
and in
7 other branches
parameters for CCE/MEPA/PA
Showing
8 changed files
with
162 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,48 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="cce_mepa_pa_para"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <boundsTable name="Energy" variable="true" fullVariable="true" boundsName="cce_mepa_pa_energy" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="cce:mepa:pa"> | |
10 | + <baseParam name="nFlux_para"/> | |
11 | + </vi> | |
12 | + <amdaParam name='cce_mepa_pa_energy'/> | |
13 | + </get> | |
14 | + <process>10^$cce_mepa_pa_nFlux_para</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="cce_mepa_pa_para"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <xAxis> | |
25 | + <timeAxis format="dd/mm/yy" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
26 | + <range extend="true"/> | |
27 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
28 | + <legend/> | |
29 | + </timeAxis> | |
30 | + </xAxis> | |
31 | + <yAxis> | |
32 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
33 | + <range extend="true"/> | |
34 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
35 | + <legend/> | |
36 | + </digitalAxis> | |
37 | + </yAxis> | |
38 | + <zAxis> | |
39 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
40 | + <range extend="true"/> | |
41 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
42 | + </colorAxis> | |
43 | + </zAxis> | |
44 | + </axes> | |
45 | + </timePlot> | |
46 | + </plot> | |
47 | + </output> | |
48 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,48 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="cce_mepa_pa_perp"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <boundsTable name="Energy" variable="true" fullVariable="true" boundsName="cce_mepa_pa_energy" log="false" units="keV"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <vi name="cce:mepa:pa"> | |
10 | + <baseParam name="nFlux_perp"/> | |
11 | + </vi> | |
12 | + <amdaParam name='cce_mepa_pa_energy'/> | |
13 | + </get> | |
14 | + <process>10^$cce_mepa_pa_nFlux_perp</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="cce_mepa_pa_perp"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <xAxis> | |
25 | + <timeAxis format="dd/mm/yy" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
26 | + <range extend="true"/> | |
27 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
28 | + <legend/> | |
29 | + </timeAxis> | |
30 | + </xAxis> | |
31 | + <yAxis> | |
32 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
33 | + <range extend="true"/> | |
34 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
35 | + <legend/> | |
36 | + </digitalAxis> | |
37 | + </yAxis> | |
38 | + <zAxis> | |
39 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
40 | + <range extend="true"/> | |
41 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
42 | + </colorAxis> | |
43 | + </zAxis> | |
44 | + </axes> | |
45 | + </timePlot> | |
46 | + </plot> | |
47 | + </output> | |
48 | +</param> | ... | ... |