Commit 65ee3e3aa63fe8c1ea61d5a49c77eb11d165d97c

Authored by Quentin Brzustowski
1 parent 30a069ca

added lon/lat HEE for helios2

PARAM_DEF/helios2_lat_hee.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="helios2_lat_hee">
  3 + <get>
  4 + <vi name="helios2:orb:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process description="LAT HEE">atan($helios2_orb_all_HEE[2]/sqrt(pow($helios2_orb_all_HEE[1],2) + pow($helios2_orb_all_HEE[0],2)))*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/helios2_lon_hee.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="helios2_lon_hee">
  3 + <get>
  4 + <vi name="helios2:orb:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process description="LON HEE">atan2($helios2_orb_all_HEE[1],$helios2_orb_all_HEE[0])*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...