Commit 1fd0b03a30a3c9213e24ec5a5fa855c069536b5e

Authored by Benjamin Renard
1 parent e863ef86
Exists in juice_jdc and in 1 other branch amdadev

SolarOrbiter EPD/EPT&HET: total flux -> omni flux (#10123)

PARAM_DEF/solo_ept_tot_aflux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_ept_north_aflux"/>
13 13 <amdaParam name="solo_ept_south_aflux"/>
14 14 </get>
15   - <process>$solo_ept_asun_aflux + $solo_ept_sun_aflux + $solo_ept_north_aflux + $solo_ept_south_aflux</process>
  15 + <process>($solo_ept_asun_aflux + $solo_ept_sun_aflux + $solo_ept_north_aflux + $solo_ept_south_aflux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...
PARAM_DEF/solo_ept_tot_eflux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_ept_north_eflux"/>
13 13 <amdaParam name="solo_ept_south_eflux"/>
14 14 </get>
15   - <process>$solo_ept_anti_eflux + $solo_ept_sun_eflux + $solo_ept_north_eflux + $solo_ept_south_eflux</process>
  15 + <process>($solo_ept_anti_eflux + $solo_ept_sun_eflux + $solo_ept_north_eflux + $solo_ept_south_eflux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...
PARAM_DEF/solo_ept_tot_iflux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_ept_north_iflux"/>
13 13 <amdaParam name="solo_ept_south_iflux"/>
14 14 </get>
15   - <process>$solo_ept_asun_iflux + $solo_ept_sun_iflux + $solo_ept_north_iflux + $solo_ept_south_iflux</process>
  15 + <process>($solo_ept_asun_iflux + $solo_ept_sun_iflux + $solo_ept_north_iflux + $solo_ept_south_iflux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...
PARAM_DEF/solo_het_tot_cflux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_het_north_cflux"/>
13 13 <amdaParam name="solo_het_south_cflux"/>
14 14 </get>
15   - <process>$solo_het_asun_cflux + $solo_het_sun_cflux + $solo_het_north_cflux + $solo_het_south_cflux</process>
  15 + <process>($solo_het_asun_cflux + $solo_het_sun_cflux + $solo_het_north_cflux + $solo_het_south_cflux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...
PARAM_DEF/solo_het_tot_eflux.xml
... ... @@ -7,7 +7,7 @@
7 7 <amdaParam name="solo_het_north_eflux"/>
8 8 <amdaParam name="solo_het_south_eflux"/>
9 9 </get>
10   - <process>$solo_het_asun_eflux + $solo_het_sun_eflux + $solo_het_north_eflux + $solo_het_south_eflux</process>
  10 + <process>($solo_het_asun_eflux + $solo_het_sun_eflux + $solo_het_north_eflux + $solo_het_south_eflux) / 4.</process>
11 11 <output/>
12 12 </param>
13 13  
... ...
PARAM_DEF/solo_het_tot_eheflux.xml
... ... @@ -7,7 +7,7 @@
7 7 <amdaParam name="solo_het_north_eheflux"/>
8 8 <amdaParam name="solo_het_south_eheflux"/>
9 9 </get>
10   - <process>$solo_het_asun_eheflux + $solo_het_sun_eheflux + $solo_het_north_eheflux + $solo_het_south_eheflux</process>
  10 + <process>($solo_het_asun_eheflux + $solo_het_sun_eheflux + $solo_het_north_eheflux + $solo_het_south_eheflux) / 4.</process>
11 11 <output/>
12 12 </param>
13 13  
... ...
PARAM_DEF/solo_het_tot_feflux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_het_north_feflux"/>
13 13 <amdaParam name="solo_het_south_feflux"/>
14 14 </get>
15   - <process>$solo_het_asun_feflux + $solo_het_sun_feflux + $solo_het_north_feflux + $solo_het_south_feflux</process>
  15 + <process>($solo_het_asun_feflux + $solo_het_sun_feflux + $solo_het_north_feflux + $solo_het_south_feflux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...
PARAM_DEF/solo_het_tot_he3flux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_het_north_he3flux"/>
13 13 <amdaParam name="solo_het_south_he3flux"/>
14 14 </get>
15   - <process>$solo_het_asun_he3flux + $solo_het_sun_he3flux + $solo_het_north_he3flux + $solo_het_south_he3flux</process>
  15 + <process>($solo_het_asun_he3flux + $solo_het_sun_he3flux + $solo_het_north_he3flux + $solo_het_south_he3flux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...
PARAM_DEF/solo_het_tot_he4flux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_het_north_he4flux"/>
13 13 <amdaParam name="solo_het_south_he4flux"/>
14 14 </get>
15   - <process>$solo_het_asun_he4flux + $solo_het_sun_he4flux + $solo_het_north_he4flux + $solo_het_south_he4flux</process>
  15 + <process>($solo_het_asun_he4flux + $solo_het_sun_he4flux + $solo_het_north_he4flux + $solo_het_south_he4flux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...
PARAM_DEF/solo_het_tot_hhcflux.xml
... ... @@ -7,7 +7,7 @@
7 7 <amdaParam name="solo_het_north_hhcflux"/>
8 8 <amdaParam name="solo_het_south_hhcflux"/>
9 9 </get>
10   - <process>$solo_het_asun_hhcflux + $solo_het_sun_hhcflux + $solo_het_north_hhcflux + $solo_het_south_hhcflux</process>
  10 + <process>($solo_het_asun_hhcflux + $solo_het_sun_hhcflux + $solo_het_north_hhcflux + $solo_het_south_hhcflux) / 4.</process>
11 11 <output/>
12 12 </param>
13 13  
... ...
PARAM_DEF/solo_het_tot_nflux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_het_north_nflux"/>
13 13 <amdaParam name="solo_het_south_nflux"/>
14 14 </get>
15   - <process>$solo_het_asun_nflux + $solo_het_sun_nflux + $solo_het_north_nflux + $solo_het_south_nflux</process>
  15 + <process>($solo_het_asun_nflux + $solo_het_sun_nflux + $solo_het_north_nflux + $solo_het_south_nflux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...
PARAM_DEF/solo_het_tot_oflux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_het_north_oflux"/>
13 13 <amdaParam name="solo_het_south_oflux"/>
14 14 </get>
15   - <process>$solo_het_asun_oflux + $solo_het_sun_oflux + $solo_het_north_oflux + $solo_het_south_oflux</process>
  15 + <process>($solo_het_asun_oflux + $solo_het_sun_oflux + $solo_het_north_oflux + $solo_het_south_oflux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...
PARAM_DEF/solo_het_total_hflux.xml
... ... @@ -12,7 +12,7 @@
12 12 <amdaParam name="solo_het_north_hflux"/>
13 13 <amdaParam name="solo_het_south_hflux"/>
14 14 </get>
15   - <process>$solo_het_asun_hflux + $solo_het_sun_hflux + $solo_het_north_hflux + $solo_het_south_hflux</process>
  15 + <process>($solo_het_asun_hflux + $solo_het_sun_hflux + $solo_het_north_hflux + $solo_het_south_hflux) / 4.</process>
16 16 <output>
17 17 <plot>
18 18 <timePlot>
... ...