Commit 30f71be2ac282e22d12b9ae507873d3ae98b2ae3

Authored by Elena.Budnik
1 parent 6a28e304

so venus flyby lat/lon

Showing 2 changed files with 20 additions and 0 deletions   Show diff stats
PARAM_DEF/lat_so_venus.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="lat_so_venus">
  3 + <get>
  4 + <vi name="so:orb:venus">
  5 + <baseParam name="LAT_IAU_VENUS"/>
  6 + </vi>
  7 + </get>
  8 + <process>$so_orb_venus_LAT_IAU_VENUS*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/lon_so_venus.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="lon_so_venus">
  3 + <get>
  4 + <vi name="so:orb:venus">
  5 + <baseParam name="LON_IAU_VENUS"/>
  6 + </vi>
  7 + </get>
  8 + <process>$so_orb_venus_LON_IAU_VENUS*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...