Commit 042c9f94f1071b1da06fbabd400fd41dd2b98887

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

Fix maglib parameters (#8041)

INTERNAL_PARAM_DEF/maglib_invlat.xml
... ... @@ -15,6 +15,6 @@
15 15 <get>
16 16 <amdaParam name="##ORBIT##"/>
17 17 </get>
18   - <process description="Invariant latitude along orbit">#maglib_invlat($##ORBIT##;0;2)</process>
  18 + <process description="Invariant latitude along orbit">#maglib_invlat(#framesTransformation($##ORBIT##;GSM;IAU_EARTH;1);1;2)</process>
19 19 <output/>
20 20 </param>
... ...
INTERNAL_PARAM_DEF/maglib_lparam.xml
... ... @@ -15,6 +15,6 @@
15 15 <get>
16 16 <amdaParam name="##ORBIT##"/>
17 17 </get>
18   - <process description="L param along orbit">#maglib_lparam($##ORBIT##;0;2)</process>
  18 + <process description="L param along orbit">#maglib_lparam(#framesTransformation($##ORBIT##;GSM;IAU_EARTH;1);1;2)</process>
19 19 <output/>
20 20 </param>
... ...
INTERNAL_PARAM_DEF/maglib_mlt.xml
... ... @@ -15,6 +15,6 @@
15 15 <get>
16 16 <amdaParam name="##ORBIT##"/>
17 17 </get>
18   - <process description="Magnetic local time along orbit">#maglib_mlt($##ORBIT##;0;2)</process>
  18 + <process description="Magnetic local time along orbit">#maglib_mlt(#framesTransformation($##ORBIT##;GSM;IAU_EARTH;1);1;2)</process>
19 19 <output/>
20 20 </param>
... ...