Commit 074b86b8f334ec39c51aad62e6d96a1c87a3ef2b
1 parent
5a19cc8e
Exists in
master
and in
6 other branches
Fix MMS1 FPI electric currents parameters
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
PARAM_DEF/mms1_fast_jgse.xml
... | ... | @@ -7,6 +7,6 @@ |
7 | 7 | <amdaParam name="mms1_dis_ni"/> |
8 | 8 | <amdaParam name="mms1_dis_vgse"/> |
9 | 9 | </get> |
10 | - <process>($mms1_des_ne+$mms1_dis_ni)*0.5*($mms1_dis_vgse-$mms1_des_vgse)</process> | |
10 | + <process>1.6e-10*($mms1_des_ne+$mms1_dis_ni)*0.5*($mms1_dis_vgse-$mms1_des_vgse)</process> | |
11 | 11 | <output/> |
12 | 12 | </param> | ... | ... |