Commit 7c1f498a6fb83981746e6b7eeefa0f7d3a79449e
1 parent
58bc027f
Exists in
master
and in
6 other branches
Merge SOLO/HET parameters from amdadev
Showing
24 changed files
with
736 additions
and
56 deletions
Show diff stats
PARAM_DEF/solo_het_asun_eflux.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_asun_eflux'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:anti.4'> | |
5 | - <baseParam name='Electron_Flux'/> | |
9 | + <vi name='so:het:anti.4'> | |
10 | + <baseParam name='Electron_Flux'> | |
11 | + <clb name="Electron_Bins_Low_Energy"/> | |
12 | + <clb name="Electron_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_asun_eflux"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_asun_eheflux.xml
... | ... | @@ -6,6 +6,25 @@ |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | 8 | <process/> |
9 | - <output/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <timePlot> | |
12 | + <params> | |
13 | + <param id="solo_het_asun_eheflux"> | |
14 | + <serie yAxis="y-left"/> | |
15 | + </param> | |
16 | + </params> | |
17 | + <axes> | |
18 | + <yAxis> | |
19 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
20 | + <range extend="true"/> | |
21 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
22 | + <legend/> | |
23 | + </digitalAxis> | |
24 | + </yAxis> | |
25 | + </axes> | |
26 | + </timePlot> | |
27 | + </plot> | |
28 | + </output> | |
10 | 29 | </param> |
11 | 30 | |
... | ... |
PARAM_DEF/solo_het_asun_eheunc.xml
... | ... | @@ -6,6 +6,25 @@ |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | 8 | <process/> |
9 | - <output/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <timePlot> | |
12 | + <params> | |
13 | + <param id="solo_het_asun_eheunc"> | |
14 | + <serie yAxis="y-left"/> | |
15 | + </param> | |
16 | + </params> | |
17 | + <axes> | |
18 | + <yAxis> | |
19 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
20 | + <range extend="true"/> | |
21 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
22 | + <legend/> | |
23 | + </digitalAxis> | |
24 | + </yAxis> | |
25 | + </axes> | |
26 | + </timePlot> | |
27 | + </plot> | |
28 | + </output> | |
10 | 29 | </param> |
11 | 30 | |
... | ... |
PARAM_DEF/solo_het_asun_eunc.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_asun_eunc'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:anti.4'> | |
5 | - <baseParam name='Electron_Uncertainty'/> | |
9 | + <vi name='so:het:anti.4'> | |
10 | + <baseParam name='Electron_Uncertainty'> | |
11 | + <clb name="Electron_Bins_Low_Energy"/> | |
12 | + <clb name="Electron_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_asun_eunc"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_asun_hhcflux.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_asun_hhcflux'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="H_HCad_Bins_Low_Energy" maxName="H_HCad_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:anti.4'> | |
5 | - <baseParam name='H_HCad_Flux'/> | |
9 | + <vi name='so:het:anti.4'> | |
10 | + <baseParam name='H_HCad_Flux'> | |
11 | + <clb name="H_HCad_Bins_Low_Energy"/> | |
12 | + <clb name="H_HCad_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_asun_hhcflux"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_asun_hhcunc.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_asun_hhcunc'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="H_HCad_Bins_Low_Energy" maxName="H_HCad_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:anti.4'> | |
5 | - <baseParam name='H_HCad_Uncertainty'/> | |
9 | + <vi name='so:het:anti.4'> | |
10 | + <baseParam name='H_HCad_Uncertainty'> | |
11 | + <clb name="H_HCad_Bins_Low_Energy"/> | |
12 | + <clb name="H_HCad_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_asun_hhcunc"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_north_eflux.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_north_eflux'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:north.4'> | |
5 | - <baseParam name='Electron_Flux'/> | |
9 | + <vi name='so:het:north.4'> | |
10 | + <baseParam name='Electron_Flux'> | |
11 | + <clb name="Electron_Bins_Low_Energy"/> | |
12 | + <clb name="Electron_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_north_eflux"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_north_eheflux.xml
... | ... | @@ -6,6 +6,25 @@ |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | 8 | <process/> |
9 | - <output/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <timePlot> | |
12 | + <params> | |
13 | + <param id="solo_het_north_eheflux"> | |
14 | + <serie yAxis="y-left"/> | |
15 | + </param> | |
16 | + </params> | |
17 | + <axes> | |
18 | + <yAxis> | |
19 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
20 | + <range extend="true"/> | |
21 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
22 | + <legend/> | |
23 | + </digitalAxis> | |
24 | + </yAxis> | |
25 | + </axes> | |
26 | + </timePlot> | |
27 | + </plot> | |
28 | + </output> | |
10 | 29 | </param> |
11 | 30 | |
... | ... |
PARAM_DEF/solo_het_north_eheunc.xml
... | ... | @@ -6,6 +6,25 @@ |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | 8 | <process/> |
9 | - <output/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <timePlot> | |
12 | + <params> | |
13 | + <param id="solo_het_north_eheunc"> | |
14 | + <serie yAxis="y-left"/> | |
15 | + </param> | |
16 | + </params> | |
17 | + <axes> | |
18 | + <yAxis> | |
19 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
20 | + <range extend="true"/> | |
21 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
22 | + <legend/> | |
23 | + </digitalAxis> | |
24 | + </yAxis> | |
25 | + </axes> | |
26 | + </timePlot> | |
27 | + </plot> | |
28 | + </output> | |
10 | 29 | </param> |
11 | 30 | |
... | ... |
PARAM_DEF/solo_het_north_eunc.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_north_eunc'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:north.4'> | |
5 | - <baseParam name='Electron_Uncertainty'/> | |
9 | + <vi name='so:het:north.4'> | |
10 | + <baseParam name='Electron_Uncertainty'> | |
11 | + <clb name="Electron_Bins_Low_Energy"/> | |
12 | + <clb name="Electron_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_north_eunc"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_north_hhcflux.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_north_hhcflux'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="H_HCad_Bins_Low_Energy" maxName="H_HCad_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:north.4'> | |
5 | - <baseParam name='H_HCad_Flux'/> | |
9 | + <vi name='so:het:north.4'> | |
10 | + <baseParam name='H_HCad_Flux'> | |
11 | + <clb name="H_HCad_Bins_Low_Energy"/> | |
12 | + <clb name="H_HCad_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_north_hhcflux"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_north_hhcunc.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_north_hhcunc'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="H_HCad_Bins_Low_Energy" maxName="H_HCad_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:north.4'> | |
5 | - <baseParam name='H_HCad_Uncertainty'/> | |
9 | + <vi name='so:het:north.4'> | |
10 | + <baseParam name='H_HCad_Uncertainty'> | |
11 | + <clb name="H_HCad_Bins_Low_Energy"/> | |
12 | + <clb name="H_HCad_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_north_hhcunc"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_south_eflux.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_south_eflux'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:south.4'> | |
5 | - <baseParam name='Electron_Flux'/> | |
9 | + <vi name='so:het:south.4'> | |
10 | + <baseParam name='Electron_Flux'> | |
11 | + <clb name="Electron_Bins_Low_Energy"/> | |
12 | + <clb name="Electron_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_south_eflux"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_south_eheflux.xml
... | ... | @@ -6,6 +6,25 @@ |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | 8 | <process/> |
9 | - <output/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <timePlot> | |
12 | + <params> | |
13 | + <param id="solo_het_south_eheflux"> | |
14 | + <serie yAxis="y-left"/> | |
15 | + </param> | |
16 | + </params> | |
17 | + <axes> | |
18 | + <yAxis> | |
19 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
20 | + <range extend="true"/> | |
21 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
22 | + <legend/> | |
23 | + </digitalAxis> | |
24 | + </yAxis> | |
25 | + </axes> | |
26 | + </timePlot> | |
27 | + </plot> | |
28 | + </output> | |
10 | 29 | </param> |
11 | 30 | |
... | ... |
PARAM_DEF/solo_het_south_eheunc.xml
... | ... | @@ -6,6 +6,25 @@ |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | 8 | <process/> |
9 | - <output/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <timePlot> | |
12 | + <params> | |
13 | + <param id="solo_het_south_eheunc"> | |
14 | + <serie yAxis="y-left"/> | |
15 | + </param> | |
16 | + </params> | |
17 | + <axes> | |
18 | + <yAxis> | |
19 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
20 | + <range extend="true"/> | |
21 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
22 | + <legend/> | |
23 | + </digitalAxis> | |
24 | + </yAxis> | |
25 | + </axes> | |
26 | + </timePlot> | |
27 | + </plot> | |
28 | + </output> | |
10 | 29 | </param> |
11 | 30 | |
... | ... |
PARAM_DEF/solo_het_south_eunc.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_south_eunc'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:south.4'> | |
5 | - <baseParam name='Electron_Uncertainty'/> | |
9 | + <vi name='so:het:south.4'> | |
10 | + <baseParam name='Electron_Uncertainty'> | |
11 | + <clb name="Electron_Bins_Low_Energy"/> | |
12 | + <clb name="Electron_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_south_eunc"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_south_hhcflux.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_south_hhcflux'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="H_HCad_Bins_Low_Energy" maxName="H_HCad_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:south.4'> | |
5 | - <baseParam name='H_HCad_Flux'/> | |
9 | + <vi name='so:het:south.4'> | |
10 | + <baseParam name='H_HCad_Flux'> | |
11 | + <clb name="H_HCad_Bins_Low_Energy"/> | |
12 | + <clb name="H_HCad_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_south_hhcflux"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_south_hhcunc.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_south_hhcunc'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="H_HCad_Bins_Low_Energy" maxName="H_HCad_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:south.4'> | |
5 | - <baseParam name='H_HCad_Uncertainty'/> | |
9 | + <vi name='so:het:south.4'> | |
10 | + <baseParam name='H_HCad_Uncertainty'> | |
11 | + <clb name="H_HCad_Bins_Low_Energy"/> | |
12 | + <clb name="H_HCad_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_south_hhcunc"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_sun_eflux.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_sun_eflux'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:sun.4'> | |
5 | - <baseParam name='Electron_Flux'/> | |
9 | + <vi name='so:het:sun.4'> | |
10 | + <baseParam name='Electron_Flux'> | |
11 | + <clb name="Electron_Bins_Low_Energy"/> | |
12 | + <clb name="Electron_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_sun_eflux"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_sun_eheflux.xml
... | ... | @@ -6,6 +6,25 @@ |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | 8 | <process/> |
9 | - <output/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <timePlot> | |
12 | + <params> | |
13 | + <param id="solo_het_sun_eheflux"> | |
14 | + <serie yAxis="y-left"/> | |
15 | + </param> | |
16 | + </params> | |
17 | + <axes> | |
18 | + <yAxis> | |
19 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
20 | + <range extend="true"/> | |
21 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
22 | + <legend/> | |
23 | + </digitalAxis> | |
24 | + </yAxis> | |
25 | + </axes> | |
26 | + </timePlot> | |
27 | + </plot> | |
28 | + </output> | |
10 | 29 | </param> |
11 | 30 | |
... | ... |
PARAM_DEF/solo_het_sun_eheunc.xml
... | ... | @@ -6,6 +6,25 @@ |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | 8 | <process/> |
9 | - <output/> | |
9 | + <output> | |
10 | + <plot> | |
11 | + <timePlot> | |
12 | + <params> | |
13 | + <param id="solo_het_sun_eheunc"> | |
14 | + <serie yAxis="y-left"/> | |
15 | + </param> | |
16 | + </params> | |
17 | + <axes> | |
18 | + <yAxis> | |
19 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
20 | + <range extend="true"/> | |
21 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
22 | + <legend/> | |
23 | + </digitalAxis> | |
24 | + </yAxis> | |
25 | + </axes> | |
26 | + </timePlot> | |
27 | + </plot> | |
28 | + </output> | |
10 | 29 | </param> |
11 | 30 | |
... | ... |
PARAM_DEF/solo_het_sun_eunc.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_sun_eunc'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:sun.4'> | |
5 | - <baseParam name='Electron_Uncertainty'/> | |
9 | + <vi name='so:het:sun.4'> | |
10 | + <baseParam name='Electron_Uncertainty'> | |
11 | + <clb name="Electron_Bins_Low_Energy"/> | |
12 | + <clb name="Electron_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_sun_eunc"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_sun_hhcflux.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_sun_hhcflux'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="H_HCad_Bins_Low_Energy" maxName="H_HCad_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:sun.4'> | |
5 | - <baseParam name='H_HCad_Flux'/> | |
9 | + <vi name='so:het:sun.4'> | |
10 | + <baseParam name='H_HCad_Flux'> | |
11 | + <clb name="H_HCad_Bins_Low_Energy"/> | |
12 | + <clb name="H_HCad_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_sun_hhcflux"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |
PARAM_DEF/solo_het_sun_hhcunc.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='solo_het_sun_hhcunc'> |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="H_HCad_Bins_Low_Energy" maxName="H_HCad_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
3 | 8 | <get> |
4 | - <vi name='so:het:sun.4'> | |
5 | - <baseParam name='H_HCad_Uncertainty'/> | |
9 | + <vi name='so:het:sun.4'> | |
10 | + <baseParam name='H_HCad_Uncertainty'> | |
11 | + <clb name="H_HCad_Bins_Low_Energy"/> | |
12 | + <clb name="H_HCad_Bins_High_Energy"/> | |
13 | + </baseParam> | |
6 | 14 | </vi> |
7 | 15 | </get> |
8 | 16 | <process/> |
9 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="solo_het_sun_hhcunc"> | |
22 | + <serie yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <range extend="true"/> | |
29 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
30 | + <legend/> | |
31 | + </digitalAxis> | |
32 | + </yAxis> | |
33 | + <zAxis> | |
34 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <range extend="true"/> | |
36 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
37 | + </colorAxis> | |
38 | + </zAxis> | |
39 | + </axes> | |
40 | + </timePlot> | |
41 | + </plot> | |
42 | + </output> | |
10 | 43 | </param> |
11 | 44 | |
... | ... |