From 46d79a5d144b5e97ee012be808fc56c603d6031c Mon Sep 17 00:00:00 2001 From: Quentin Brzustowski <quentin.brzustowski@irap.omp.eu> Date: Wed, 8 Apr 2020 15:09:36 +0200 Subject: [PATCH] corrected mlat calculation for juno --- PARAM_DEF/juno_jup_mlat.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PARAM_DEF/juno_jup_mlat.xml b/PARAM_DEF/juno_jup_mlat.xml index ff83c76..ab13c8c 100644 --- a/PARAM_DEF/juno_jup_mlat.xml +++ b/PARAM_DEF/juno_jup_mlat.xml @@ -7,6 +7,6 @@ <baseParam name="LON_IAU_JUPITER"/> </vi> </get> - <process>(0.1799*cos(3.4315-$juno_jupiter_all_LON_IAU_JUPITER)+$juno_jupiter_all_LAT_IAU_JUPITER)*RAD2DEG</process> + <process>(0.1799*cos(3.4315+$juno_jupiter_all_LON_IAU_JUPITER)+$juno_jupiter_all_LAT_IAU_JUPITER)*RAD2DEG</process> <output/> </param> -- libgit2 0.21.2