Commit 46d79a5d144b5e97ee012be808fc56c603d6031c
1 parent
9b18a811
Exists in
master
and in
7 other branches
corrected mlat calculation for juno
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
PARAM_DEF/juno_jup_mlat.xml
... | ... | @@ -7,6 +7,6 @@ |
7 | 7 | <baseParam name="LON_IAU_JUPITER"/> |
8 | 8 | </vi> |
9 | 9 | </get> |
10 | - <process>(0.1799*cos(3.4315-$juno_jupiter_all_LON_IAU_JUPITER)+$juno_jupiter_all_LAT_IAU_JUPITER)*RAD2DEG</process> | |
10 | + <process>(0.1799*cos(3.4315+$juno_jupiter_all_LON_IAU_JUPITER)+$juno_jupiter_all_LAT_IAU_JUPITER)*RAD2DEG</process> | |
11 | 11 | <output/> |
12 | 12 | </param> |
... | ... |