From c733cbc0ff92806f25e2e4bb64a25ad800304872 Mon Sep 17 00:00:00 2001 From: Quentin Brzustowski <quentin.brzustowski@irap.omp.eu> Date: Thu, 30 Apr 2020 11:58:53 +0200 Subject: [PATCH] radians to degrees for sta HEE --- PARAM_DEF/sta_lat_hee.xml | 2 +- PARAM_DEF/sta_lon_hee.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PARAM_DEF/sta_lat_hee.xml b/PARAM_DEF/sta_lat_hee.xml index ac06653..a16a734 100644 --- a/PARAM_DEF/sta_lat_hee.xml +++ b/PARAM_DEF/sta_lat_hee.xml @@ -6,4 +6,4 @@ <baseParam name="LAT_HEE"/> </vi> </get> -<process/><output><!--<plot>ORBIT</plot>--></output></param> +<process>$sta_l2_orb_LAT_HEE*RAD2DEG</process><output><!--<plot>ORBIT</plot>--></output></param> diff --git a/PARAM_DEF/sta_lon_hee.xml b/PARAM_DEF/sta_lon_hee.xml index 5ae7d77..9229acb 100644 --- a/PARAM_DEF/sta_lon_hee.xml +++ b/PARAM_DEF/sta_lon_hee.xml @@ -6,4 +6,4 @@ <baseParam name="LON_HEE"/> </vi> </get> -<process/><output><!--<plot>ORBIT</plot>--></output></param> +<process>$sta_l2_orb_LON_HEE*RAD2DEG</process><output><!--<plot>ORBIT</plot>--></output></param> -- libgit2 0.21.2