Commit dfb7809aa7a3198231f0c0bb4fe252129d877a8c

Authored by Quentin Brzustowski
1 parent 45807f14

created HAE for mercury, bepi and psp

PARAM_DEF/bepi_lat_hae.xml
... ... @@ -5,6 +5,6 @@
5 5 <baseParam name="HEE"/>
6 6 </vi>
7 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>
  8 + <process description="LAT HAE">atan($bepi_cruise_all_HEE[3]/sqrt(($bepi_cruise_all_HEE[1])^2 + ($bepi_cruise_all_HEE[2])^2))*RAD2DEG</process>
9 9 <output/>
10 10 </param>
11 11 \ No newline at end of file
... ...
PARAM_DEF/mercury_lat_hae.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mercury_lat_hae">
  3 + <get>
  4 + <vi name="mercury:orb:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process description="LAT HAE">atan($mercury_orb_all_HEE[3]/sqrt(($mercury_orb_all_HEE[1])^2 + ($mercury_orb_all_HEE[2])^2))*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/mercury_lon_hae.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mercury_lon_hae">
  3 + <get>
  4 + <vi name="mercury:orb:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process description="LON HAE">atan($mercury_orb_all_HEE[2]/$mercury_orb_all_HEE[1])*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/psp_lat_hae.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_lat_hae">
  3 + <get>
  4 + <vi name="psp:orb:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process description="LAT HAE">atan($psp_orb_all_HEE[3]/sqrt(($psp_orb_all_HEE[1])^2 + ($psp_orb_all_HEE[2])^2))*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/psp_lon_hae.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="psp_lon_hae">
  3 + <get>
  4 + <vi name="psp:orb:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process description="LON HAE">atan($psp_orb_all_HEE[2]/$psp_orb_all_HEE[1])*RAD2DEG</process>
  9 + <output/>
  10 +</param>
0 11 \ No newline at end of file
... ...