Commit 45807f14a9e6f99b5a36eaca64a30980d4f9a53b

Authored by Quentin Brzustowski
1 parent a61ed88b

added hae for bepi

Showing 2 changed files with 20 additions and 0 deletions   Show diff stats
PARAM_DEF/bepi_lat_hae.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="bepi_lat_hae">
  3 + <get>
  4 + <vi name="bepi:cruise:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <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>
  9 + <output/>
  10 +</param>
0 11 \ No newline at end of file
... ...
PARAM_DEF/bepi_lon_hae.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="bepi_lon_hae">
  3 + <get>
  4 + <vi name="bepi:cruise:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process description="LON HAE">atan($bepi_cruise_all_HEE[2]/$bepi_cruise_all_HEE[1])*RAD2DEG</process>
  9 + <output/>
  10 +</param>
0 11 \ No newline at end of file
... ...