Commit de0a3185e67379ff481e6ee60be8934f2e531172

Authored by Elena.Budnik
1 parent 3fe8bfa1

hci

PARAM_DEF/so_all_hci.xml 0 โ†’ 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="so_all_hci">
  3 + <get>
  4 + <vi name="so:orb:all">
  5 + <baseParam name="HCI"/>
  6 + </vi>
  7 + </get>
  8 + <process>$so_orb_all_HCI/ASTRONOMICAL_UNIT</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/so_hci_lon.xml 0 โ†’ 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="so_hci_lon">
  3 + <get>
  4 + <vi name="so:orb:all">
  5 + <baseParam name="LON_HCI"/>
  6 + </vi>
  7 + </get>
  8 + <process>$so_orb_all_LON_HCI*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/xyz_earth_hee.xml 0 โ†’ 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="xyz_earth_hee">
  3 + <get>
  4 + <vi name="earth:orb:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process>$earth_orb_all_HEE/ASTRONOMICAL_UNIT</process>
  9 + <output/>
  10 +</param>
... ...