From 45807f14a9e6f99b5a36eaca64a30980d4f9a53b Mon Sep 17 00:00:00 2001 From: Quentin Brzustowski <quentin.brzustowski@irap.omp.eu> Date: Fri, 3 Apr 2020 13:22:24 +0200 Subject: [PATCH] added hae for bepi --- PARAM_DEF/bepi_lat_hae.xml | 10 ++++++++++ PARAM_DEF/bepi_lon_hae.xml | 10 ++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 PARAM_DEF/bepi_lat_hae.xml create mode 100644 PARAM_DEF/bepi_lon_hae.xml diff --git a/PARAM_DEF/bepi_lat_hae.xml b/PARAM_DEF/bepi_lat_hae.xml new file mode 100644 index 0000000..b8d3ada --- /dev/null +++ b/PARAM_DEF/bepi_lat_hae.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<param xml:id="bepi_lat_hae"> + <get> + <vi name="bepi:cruise:all"> + <baseParam name="HEE"/> + </vi> + </get> + <process description="LAT HAE">atan($bepi_cruise_all_HEE[3]/sqrt(($bepi_cruise_all_HEE[1])^2 + ($bepo_cruise_all_HEE[2])^2))*RAD2DEG</process> + <output/> +</param> \ No newline at end of file diff --git a/PARAM_DEF/bepi_lon_hae.xml b/PARAM_DEF/bepi_lon_hae.xml new file mode 100644 index 0000000..14896a9 --- /dev/null +++ b/PARAM_DEF/bepi_lon_hae.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<param xml:id="bepi_lon_hae"> + <get> + <vi name="bepi:cruise:all"> + <baseParam name="HEE"/> + </vi> + </get> + <process description="LON HAE">atan($bepi_cruise_all_HEE[2]/$bepi_cruise_all_HEE[1])*RAD2DEG</process> + <output/> +</param> \ No newline at end of file -- libgit2 0.21.2