Commit 3824316cc45a6585dd5d0bf9fca4a5cdbdfa8e4b

Authored by Benjamin Renard
1 parent a65b803d
Exists in juice_jdc and in 1 other branch amdadev

Add JUICE / Ephemeris / EARTH-MOON flyby

PARAM_DEF/juice_earth1xyz_gse.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="juice_earth1xyz_gse">
  3 + <get>
  4 + <vi name="juice:orb:earth1">
  5 + <baseParam name="GSE"/>
  6 + </vi>
  7 + </get>
  8 + <process>$juice_orb_earth1_GSE/RADIUS_EARTH</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/juice_earth1xyz_gsm.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="juice_earth1xyz_gsm">
  3 + <get>
  4 + <vi name="juice:orb:earth1">
  5 + <baseParam name="GSE"/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($juice_orb_earth1_GSE;GSE;GSM;true)/RADIUS_EARTH</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/juice_earth1xyz_lse.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="juice_earth1xyz_lse">
  3 + <get>
  4 + <vi name="juice:orb:earth1">
  5 + <baseParam name="GSE"/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($juice_orb_earth1_GSE;GSE;LSE;true)/1738.</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/juice_r_earth1.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="juice_r_earth1">
  3 + <get>
  4 + <vi name="juice:orb:earth1">
  5 + <baseParam name="R_GSE"/>
  6 + </vi>
  7 + </get>
  8 + <process>$juice_orb_earth1_R_GSE/RADIUS_EARTH</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/juice_r_moon1.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="juice_r_moon1">
  3 + <get>
  4 + <amdaParam name="juice_earth1xyz_lse"/>
  5 + </get>
  6 + <process>magnitude($juice_earth1xyz_lse)</process>
  7 + <output/>
  8 +</param>
... ...