Commit 0c245ef35aeab17fee46bd171983ae3096289f09

Authored by Elena.Budnik
2 parents 4373259e 596cfd32

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA

PARAM_DEF/ace_lat_hci.xml
... ... @@ -5,6 +5,6 @@
5 5 <baseParam name="LAT_HCI"/>
6 6 </vi>
7 7 </get>
8   - <process/>
  8 + <process>ace_orb_all_LAT_HCI*RAD2DEG</process>
9 9 <output/>
10 10 </param>
... ...
PARAM_DEF/ace_lat_hee.xml
... ... @@ -5,6 +5,6 @@
5 5 <baseParam name="LAT_HEE"/>
6 6 </vi>
7 7 </get>
8   - <process/>
  8 + <process>ace_orb_all_LAT_HEE*RAD2DEG</process>
9 9 <output/>
10 10 </param>
... ...
PARAM_DEF/ace_lon_hci.xml
... ... @@ -5,6 +5,6 @@
5 5 <baseParam name="LON_HCI"/>
6 6 </vi>
7 7 </get>
8   - <process/>
  8 + <process>ace_orb_all_LON_HCI*RAD2DEG</process>
9 9 <output/>
10 10 </param>
... ...
PARAM_DEF/ace_lon_hee.xml
... ... @@ -5,6 +5,6 @@
5 5 <baseParam name="LON_HEE"/>
6 6 </vi>
7 7 </get>
8   - <process/>
  8 + <process>$ace_orb_all_LON_HEE*RAD2DEG</process>
9 9 <output/>
10 10 </param>
... ...
PARAM_DEF/helios1_lat_hee.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="helios1_lat_hee">
  3 + <get>
  4 + <vi name="helios1:orb:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process description="LAT HEE">atan($helios1_orb_all_HEE[2]/sqrt(pow($helios1_orb_all_HEE[1],2) + pow($helios1_orb_all_HEE[0],2)))*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/helios1_lon_hee.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="helios1_lon_hee">
  3 + <get>
  4 + <vi name="helios1:orb:all">
  5 + <baseParam name="HEE"/>
  6 + </vi>
  7 + </get>
  8 + <process description="LON HEE">atan2($helios1_orb_all_HEE[1],$helios1_orb_all_HEE[0])*RAD2DEG</process>
  9 + <output/>
  10 +</param>
... ...
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>
... ...