Commit cfd7cffd4c7e7353bbaf6467b9fd18555462895c

Authored by Quentin Brzustowski
1 parent f8e3544e

removed process and made the calculation directly in the data for log10(number flux) CCE/MEPA/PA

PARAM_DEF/cce_mepa_pa_E0.xml
... ... @@ -5,7 +5,7 @@
5 5 <baseParam name='nFlux_E0'/>
6 6 </vi>
7 7 </get>
8   - <process description="10^nFlux">pow(10,$cce_mepa_pa_nFlux_E0)</process>
  8 + <process/>
9 9 <output/>
10 10 </param>
11 11  
... ...
PARAM_DEF/cce_mepa_pa_E1.xml
... ... @@ -5,7 +5,7 @@
5 5 <baseParam name='nFlux_E1'/>
6 6 </vi>
7 7 </get>
8   - <process>pow(10,$cce_mepa_pa_nFlux_E1)</process>
  8 + <process/>
9 9 <output/>
10 10 </param>
11 11  
... ...
PARAM_DEF/cce_mepa_pa_E2.xml
... ... @@ -5,7 +5,7 @@
5 5 <baseParam name='nFlux_E2'/>
6 6 </vi>
7 7 </get>
8   - <process>pow(10,$cce_mepa_pa_nFlux_E2)</process>
  8 + <process/>
9 9 <output/>
10 10 </param>
11 11  
... ...
PARAM_DEF/cce_mepa_pa_E3.xml
... ... @@ -5,7 +5,7 @@
5 5 <baseParam name='nFlux_E3'/>
6 6 </vi>
7 7 </get>
8   - <process>pow(10,$cce_mepa_pa_nFlux_E3)</process>
  8 + <process/>
9 9 <output/>
10 10 </param>
11 11  
... ...
PARAM_DEF/cce_mepa_pa_E4.xml
... ... @@ -5,7 +5,7 @@
5 5 <baseParam name='nFlux_E4'/>
6 6 </vi>
7 7 </get>
8   - <process>pow(10,$cce_mepa_pa_nFlux_E4)</process>
  8 + <process/>
9 9 <output/>
10 10 </param>
11 11  
... ...
PARAM_DEF/cce_mepa_pa_para.xml
... ... @@ -11,7 +11,7 @@
11 11 </vi>
12 12 <amdaParam name='cce_mepa_pa_energy'/>
13 13 </get>
14   - <process>pow(10,$cce_mepa_pa_nFlux_para)</process>
  14 + <process/>
15 15 <output>
16 16 <plot>
17 17 <timePlot>
... ...
PARAM_DEF/cce_mepa_pa_perp.xml
... ... @@ -11,7 +11,7 @@
11 11 </vi>
12 12 <amdaParam name='cce_mepa_pa_energy'/>
13 13 </get>
14   - <process>pow(10,$cce_mepa_pa_nFlux_perp)</process>
  14 + <process/>
15 15 <output>
16 16 <plot>
17 17 <timePlot>
... ...