Commit 3824316cc45a6585dd5d0bf9fca4a5cdbdfa8e4b
1 parent
a65b803d
Exists in
juice_jdc
and in
1 other branch
Add JUICE / Ephemeris / EARTH-MOON flyby
Showing
5 changed files
with
48 additions
and
0 deletions
Show diff stats
... | ... | @@ -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> | ... | ... |
... | ... | @@ -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> | ... | ... |