Commit 679672448e994c4de82ae9af45dd0a035ddc4349

Authored by Quentin Brzustowski
1 parent 1459723d

correction of names for solo ephemeris conjonction with bepi and psp

PARAM_DEF/so_lat_sun.xml 0 โ†’ 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="so_lat_sun">
  3 + <get>
  4 + <vi name="so:orb:all">
  5 + <baseParam name="LAT_IAU_SUN"/>
  6 + </vi>
  7 + </get>
  8 + <process>$so_orb_all_LAT_IAU_SUN*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/so_lon_sun.xml 0 โ†’ 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="so_lon_sun">
  3 + <get>
  4 + <vi name="so:orb:all">
  5 + <baseParam name="LON_IAU_SUN"/>
  6 + </vi>
  7 + </get>
  8 + <process>$so_orb_all_LON_IAU_SUN*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/so_r_sun.xml 0 โ†’ 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="so_r_sun">
  3 + <get>
  4 + <vi name="so:orb:all">
  5 + <baseParam name="R_IAU_SUN"/>
  6 + </vi>
  7 + </get>
  8 + <process>$so_orb_all_R_IAU_SUN/ASTRONOMICAL_UNIT</process>
  9 + <output/>
  10 +</param>
... ...