Commit 81305dfd1ac3637457a6254229bebbb847cc840c

Authored by Myriam Bouchemit
1 parent 572a3054
Exists in master

Fix Rosetta Earth & Mars flybys - #11720

PARAM_DEF/ros_r_earth1.xml
... ... @@ -2,9 +2,9 @@
2 2 <param xml:id="ros_r_earth1">
3 3 <get>
4 4 <vi name="ros:orb:earth1">
5   - <baseParam name="R"/>
  5 + <baseParam name="R_GSE"/>
6 6 </vi>
7 7 </get>
8   - <process description="km2re=1.5696e-4">$ros_orb_earth1_R*1.5696e-4</process>
  8 + <process>$ros_orb_earth1_R_GSE/RADIUS_EARTH</process>
9 9 <output/>
10 10 </param>
... ...
PARAM_DEF/ros_r_earth2.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="ros_r_earth2"><get>
3 3 <vi name="ros:orb:earth2">
4   - <baseParam name="R"/>
  4 + <baseParam name="R_GSE"/>
5 5 </vi>
6 6 </get>
7   - <process description="km2re=1.5696e-4">$ros_orb_earth2_R*1.5696e-4</process>
  7 + <process>$ros_orb_earth2_R_GSE/RADIUS_EARTH</process>
8 8 <output/>
9 9 </param>
10 10  
... ...
PARAM_DEF/ros_r_earth3.xml
... ... @@ -2,9 +2,9 @@
2 2 <param xml:id="ros_r_earth3">
3 3 <get>
4 4 <vi name="ros:orb:earth3">
5   - <baseParam name="R"/>
  5 + <baseParam name="R_GSE"/>
6 6 </vi>
7 7 </get>
8   - <process description="km2re=1.5696e-4">$ros_orb_earth3_R*1.5696e-4</process>
  8 + <process>$ros_orb_earth3_R_GSE/RADIUS_EARTH</process>
9 9 <output/>
10 10 </param>
... ...
PARAM_DEF/ros_r_mars.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="ros_r_mars">
3 3 <get><vi name="ros:orb:mars">
4   - <baseParam name="R"/>
  4 + <baseParam name="MSO"/>
5 5 </vi>
6 6 </get>
7   - <process description="km2rm=1.5696e-4">$ros_orb_mars_R*2.945e-4</process>
  7 + <process>magnitude($ros_orb_mars_MSO)/RADIUS_MARS</process>
8 8 <output/>
9 9 </param>
... ...