Commit 2fe8fc5c04ec96c0e2c10e967fb6e470939dfe58

Authored by Alexandre Schulz
2 parents 913113cc 7ac8fd46

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
PARAM_DEF/solo_ept_tot_eflux.xml
... ... @@ -6,12 +6,12 @@
6 6 </table>
7 7 </info>
8 8 <get>
9   - <amdaParam name="solo_ept_asun_eflux"/>
  9 + <amdaParam name="solo_ept_anti_eflux"/>
10 10 <amdaParam name="solo_ept_sun_eflux"/>
11 11 <amdaParam name="solo_ept_north_eflux"/>
12 12 <amdaParam name="solo_ept_south_eflux"/>
13 13 </get>
14   - <process>$solo_ept_asun_eflux + $solo_ept_sun_eflux + $solo_ept_north_eflux + $solo_ept_south_eflux</process>
  14 + <process>$solo_ept_anti_eflux + $solo_ept_sun_eflux + $solo_ept_north_eflux + $solo_ept_south_eflux</process>
15 15 <output>
16 16 <plot>
17 17 <timePlot>
... ...