Commit ddf0af24573538277559d8ddae245b2bb6ad4260
1 parent
fd7d27a9
Exists in
juice_jdc
and in
2 other branches
Resample into reference parameter for all solo_ept_tot_*** & solo_het_tot_*** parameters (#9202)
Showing
13 changed files
with
13 additions
and
0 deletions
Show diff stats
PARAM_DEF/solo_ept_tot_aflux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV" minName="Alpha_Bins_Low_Energy" maxName="Alpha_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_ept_asun_aflux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_ept_asun_aflux"/> |
10 | 11 | <amdaParam name="solo_ept_sun_aflux"/> | ... | ... |
PARAM_DEF/solo_ept_tot_eflux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_ept_anti_eflux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_ept_anti_eflux"/> |
10 | 11 | <amdaParam name="solo_ept_sun_eflux"/> | ... | ... |
PARAM_DEF/solo_ept_tot_iflux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV" minName="Ion_Bins_Low_Energy" maxName="Ion_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_ept_asun_iflux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_ept_asun_iflux"/> |
10 | 11 | <amdaParam name="solo_ept_sun_iflux"/> | ... | ... |
PARAM_DEF/solo_het_tot_cflux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV/n" minName="C_Bins_Low_Energy" maxName="C_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_het_asun_cflux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_het_asun_cflux"/> |
10 | 11 | <amdaParam name="solo_het_sun_cflux"/> | ... | ... |
PARAM_DEF/solo_het_tot_eflux.xml
PARAM_DEF/solo_het_tot_eheflux.xml
PARAM_DEF/solo_het_tot_feflux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV/n" minName="Fe_Bins_Low_Energy" maxName="Fe_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_het_asun_feflux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_het_asun_feflux"/> |
10 | 11 | <amdaParam name="solo_het_sun_feflux"/> | ... | ... |
PARAM_DEF/solo_het_tot_he3flux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV/n" minName="He3_Bins_Low_Energy" maxName="He3_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_het_asun_he3flux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_het_asun_he3flux"/> |
10 | 11 | <amdaParam name="solo_het_sun_he3flux"/> | ... | ... |
PARAM_DEF/solo_het_tot_he4flux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV/n" minName="He4_Bins_Low_Energy" maxName="He4_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_het_asun_he4flux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_het_asun_he4flux"/> |
10 | 11 | <amdaParam name="solo_het_sun_he4flux"/> | ... | ... |
PARAM_DEF/solo_het_tot_hhcflux.xml
PARAM_DEF/solo_het_tot_nflux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV/n" minName="N_Bins_Low_Energy" maxName="N_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_het_asun_nflux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_het_asun_nflux"/> |
10 | 11 | <amdaParam name="solo_het_sun_nflux"/> | ... | ... |
PARAM_DEF/solo_het_tot_oflux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV/n" minName="O_Bins_Low_Energy" maxName="O_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_het_asun_oflux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_het_asun_oflux"/> |
10 | 11 | <amdaParam name="solo_het_sun_oflux"/> | ... | ... |
PARAM_DEF/solo_het_total_hflux.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <minMaxTable name="Energy" units="MeV" minName="H_Bins_Low_Energy" maxName="H_Bins_High_Energy"/> |
6 | 6 | </table> |
7 | 7 | </info> |
8 | + <reference_parameter>solo_het_asun_hflux</reference_parameter> | |
8 | 9 | <get> |
9 | 10 | <amdaParam name="solo_het_asun_hflux"/> |
10 | 11 | <amdaParam name="solo_het_sun_hflux"/> | ... | ... |