Commit 62ca76249db0ffc91eb1e716242ca8e6682463fe
1 parent
2b6b22fb
Exists in
master
and in
7 other branches
SolO EPD total flux
Showing
11 changed files
with
281 additions
and
1 deletions
Show diff stats
PARAM_DEF/solo_ept_tot_aflux.xml
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_tot_cflux'> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="C_Bins_Low_Energy" maxName="C_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <amdaParam name="solo_het_asun_cflux"/> | |
10 | + <amdaParam name="solo_het_sun_cflux"/> | |
11 | + <amdaParam name="solo_het_north_cflux"/> | |
12 | + <amdaParam name="solo_het_south_cflux"/> | |
13 | + </get> | |
14 | + <process>$solo_het_asun_cflux + $solo_het_sun_cflux + $solo_het_north_cflux + $solo_het_south_cflux</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="solo_het_tot_cflux"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <yAxis> | |
25 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
26 | + </yAxis> | |
27 | + <zAxis> | |
28 | + <colorAxis scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | |
35 | + | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_tot_eflux'> | |
3 | + <get> | |
4 | + <amdaParam name="solo_het_asun_eflux"/> | |
5 | + <amdaParam name="solo_het_sun_eflux"/> | |
6 | + <amdaParam name="solo_het_north_eflux"/> | |
7 | + <amdaParam name="solo_het_south_eflux"/> | |
8 | + </get> | |
9 | + <process>$solo_het_asun_eflux + $solo_het_sun_eflux + $solo_het_north_eflux + $solo_het_south_eflux</process> | |
10 | + <output/> | |
11 | +</param> | |
12 | + | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_tot_eheflux'> | |
3 | + <get> | |
4 | + <amdaParam name="solo_het_asun_eheflux"/> | |
5 | + <amdaParam name="solo_het_sun_eheflux"/> | |
6 | + <amdaParam name="solo_het_north_eheflux"/> | |
7 | + <amdaParam name="solo_het_south_eheflux"/> | |
8 | + </get> | |
9 | + <process>$solo_het_asun_eheflux + $solo_het_sun_eheflux + $solo_het_north_eheflux + $solo_het_south_eheflux</process> | |
10 | + <output/> | |
11 | +</param> | |
12 | + | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_tot_feflux'> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="Fe_Bins_Low_Energy" maxName="Fe_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <amdaParam name="solo_het_asun_feflux"/> | |
10 | + <amdaParam name="solo_het_sun_feflux"/> | |
11 | + <amdaParam name="solo_het_north_feflux"/> | |
12 | + <amdaParam name="solo_het_south_feflux"/> | |
13 | + </get> | |
14 | + <process>$solo_het_asun_feflux + $solo_het_sun_feflux + $solo_het_north_feflux + $solo_het_south_feflux</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="solo_het_tot_feflux"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <yAxis> | |
25 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
26 | + </yAxis> | |
27 | + <zAxis> | |
28 | + <colorAxis scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | |
35 | + | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_tot_he3flux'> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="He3_Bins_Low_Energy" maxName="He3_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <amdaParam name="solo_het_asun_he3flux"/> | |
10 | + <amdaParam name="solo_het_sun_he3flux"/> | |
11 | + <amdaParam name="solo_het_north_he3flux"/> | |
12 | + <amdaParam name="solo_het_south_he3flux"/> | |
13 | + </get> | |
14 | + <process>$solo_het_asun_he3flux + $solo_het_sun_he3flux + $solo_het_north_he3flux + $solo_het_south_he3flux</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="solo_het_tot_he3flux"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <yAxis> | |
25 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
26 | + </yAxis> | |
27 | + <zAxis> | |
28 | + <colorAxis scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | |
35 | + | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_tot_he4flux'> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="He4_Bins_Low_Energy" maxName="He4_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <amdaParam name="solo_het_asun_he4flux"/> | |
10 | + <amdaParam name="solo_het_sun_he4flux"/> | |
11 | + <amdaParam name="solo_het_north_he4flux"/> | |
12 | + <amdaParam name="solo_het_south_he4flux"/> | |
13 | + </get> | |
14 | + <process>$solo_het_asun_he4flux + $solo_het_sun_he4flux + $solo_het_north_he4flux + $solo_het_south_he4flux</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="solo_het_tot_he4flux"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <yAxis> | |
25 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
26 | + </yAxis> | |
27 | + <zAxis> | |
28 | + <colorAxis scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | |
35 | + | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_tot_hhcflux'> | |
3 | + <get> | |
4 | + <amdaParam name="solo_het_asun_hhcflux"/> | |
5 | + <amdaParam name="solo_het_sun_hhcflux"/> | |
6 | + <amdaParam name="solo_het_north_hhcflux"/> | |
7 | + <amdaParam name="solo_het_south_hhcflux"/> | |
8 | + </get> | |
9 | + <process>$solo_het_asun_hhcflux + $solo_het_sun_hhcflux + $solo_het_north_hhcflux + $solo_het_south_hhcflux</process> | |
10 | + <output/> | |
11 | +</param> | |
12 | + | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_tot_nflux'> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="N_Bins_Low_Energy" maxName="N_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <amdaParam name="solo_het_asun_nflux"/> | |
10 | + <amdaParam name="solo_het_sun_nflux"/> | |
11 | + <amdaParam name="solo_het_north_nflux"/> | |
12 | + <amdaParam name="solo_het_south_nflux"/> | |
13 | + </get> | |
14 | + <process>$solo_het_asun_nflux + $solo_het_sun_nflux + $solo_het_north_nflux + $solo_het_south_nflux</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="solo_het_tot_nflux"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <yAxis> | |
25 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
26 | + </yAxis> | |
27 | + <zAxis> | |
28 | + <colorAxis scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | |
35 | + | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_tot_oflux'> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV/n" minName="O_Bins_Low_Energy" maxName="O_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <amdaParam name="solo_het_asun_oflux"/> | |
10 | + <amdaParam name="solo_het_sun_oflux"/> | |
11 | + <amdaParam name="solo_het_north_oflux"/> | |
12 | + <amdaParam name="solo_het_south_oflux"/> | |
13 | + </get> | |
14 | + <process>$solo_het_asun_oflux + $solo_het_sun_oflux + $solo_het_north_oflux + $solo_het_south_oflux</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="solo_het_tot_oflux"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <yAxis> | |
25 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
26 | + </yAxis> | |
27 | + <zAxis> | |
28 | + <colorAxis scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | |
35 | + | ... | ... |
... | ... | @@ -0,0 +1,35 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id='solo_het_total_hflux'> | |
3 | + <info> | |
4 | + <table> | |
5 | + <minMaxTable name="Energy" units="MeV" minName="H_Bins_Low_Energy" maxName="H_Bins_High_Energy"/> | |
6 | + </table> | |
7 | + </info> | |
8 | + <get> | |
9 | + <amdaParam name="solo_het_asun_hflux"/> | |
10 | + <amdaParam name="solo_het_sun_hflux"/> | |
11 | + <amdaParam name="solo_het_north_hflux"/> | |
12 | + <amdaParam name="solo_het_south_hflux"/> | |
13 | + </get> | |
14 | + <process>$solo_het_asun_hflux + $solo_het_sun_hflux + $solo_het_north_hflux + $solo_het_south_hflux</process> | |
15 | + <output> | |
16 | + <plot> | |
17 | + <timePlot> | |
18 | + <params> | |
19 | + <param id="solo_het_total_hflux"> | |
20 | + <spectro yAxis="y-left"/> | |
21 | + </param> | |
22 | + </params> | |
23 | + <axes> | |
24 | + <yAxis> | |
25 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
26 | + </yAxis> | |
27 | + <zAxis> | |
28 | + <colorAxis scale="logarithmic"/> | |
29 | + </zAxis> | |
30 | + </axes> | |
31 | + </timePlot> | |
32 | + </plot> | |
33 | + </output> | |
34 | +</param> | |
35 | + | ... | ... |