Commit c6d50f999c28f1c50652155bacb49f497de6adcd

Authored by Quentin Brzustowski
1 parent de005d2e

corrections for ballistic params

PARAM_DEF/bepi_bls_lag.xml
... ... @@ -7,6 +7,6 @@
7 7 <amdaParam name="r_earth"/>
8 8 <amdaParam name="bepi_bls_da"/>
9 9 </get>
10   - <process>($bepi_r_sun-$r_earth)/$omni_sw_v*1731.46+$bepi_bls_da/14.1844</process>
  10 + <process>($bepi_r_sun-$r_earth)/$omni_sw_v*1731.46-$bepi_bls_da/14.1844</process>
11 11 <output/>
12 12 </param>
... ...
PARAM_DEF/jup_bls_lag.xml
... ... @@ -7,6 +7,6 @@
7 7 <amdaParam name="r_earth"/>
8 8 <amdaParam name="jup_bls_da"/>
9 9 </get>
10   - <process>($r_jupiter-$r_earth)/$omni_sw_v*1731.46+$jup_bls_da/14.1844</process>
  10 + <process>($r_jupiter-$r_earth)/$omni_sw_v*1731.46-$jup_bls_da/14.1844</process>
11 11 <output/>
12 12 </param>
... ...
PARAM_DEF/mars_bls_lag.xml
... ... @@ -7,6 +7,6 @@
7 7 <amdaParam name="r_earth"/>
8 8 <amdaParam name="mars_bls_da"/>
9 9 </get>
10   - <process>($r_mars-$r_earth)/$omni_sw_v*1731.46+$mars_bls_da/14.1844</process>
  10 + <process>($r_mars-$r_earth)/$omni_sw_v*1731.46-$mars_bls_da/14.1844</process>
11 11 <output/>
12 12 </param>
... ...
PARAM_DEF/mercury_bls_lag.xml
... ... @@ -7,6 +7,6 @@
7 7 <amdaParam name="r_earth"/>
8 8 <amdaParam name="mercury_bls_da"/>
9 9 </get>
10   - <process>($r_mercury-$r_earth)/$omni_sw_v*1731.46+$mercury_bls_da/14.1844</process>
  10 + <process>($r_mercury-$r_earth)/$omni_sw_v*1731.46-$mercury_bls_da/14.1844</process>
11 11 <output/>
12 12 </param>
... ...
PARAM_DEF/nep_bls_lag.xml
... ... @@ -7,6 +7,6 @@
7 7 <amdaParam name="r_earth"/>
8 8 <amdaParam name="nep_bls_da"/>
9 9 </get>
10   - <process>($r_neptune-$r_earth)/$omni_sw_v*1731.46+$nep_bls_da/14.1844</process>
  10 + <process>($r_neptune-$r_earth)/$omni_sw_v*1731.46-$nep_bls_da/14.1844</process>
11 11 <output/>
12 12 </param>
... ...
PARAM_DEF/psp_bls_lag.xml
... ... @@ -7,6 +7,6 @@
7 7 <amdaParam name="r_earth"/>
8 8 <amdaParam name="psp_bls_da"/>
9 9 </get>
10   - <process>($psp_r_sun-$r_earth)/$omni_sw_v*1731.46+$psp_bls_da/14.1844</process>
  10 + <process>($psp_r_sun-$r_earth)/$omni_sw_v*1731.46-$psp_bls_da/14.1844</process>
11 11 <output/>
12 12 </param>
... ...
PARAM_DEF/ros_bls_lag.xml
... ... @@ -7,6 +7,6 @@
7 7 <amdaParam name="r_earth"/>
8 8 <amdaParam name="ros_bls_da"/>
9 9 </get>
10   - <process>($r_sun_ros-$r_earth)/$omni_sw_v*1731.46+$ros_bls_da/14.1844</process>
  10 + <process>($r_sun_ros-$r_earth)/$omni_sw_v*1731.46-$ros_bls_da/14.1844</process>
11 11 <output/>
12 12 </param>
... ...
PARAM_DEF/sat_bls_lag.xml
... ... @@ -7,6 +7,6 @@
7 7 <amdaParam name="r_earth"/>
8 8 <amdaParam name="sat_bls_da"/>
9 9 </get>
10   - <process>($r_saturn-$r_earth)/$omni_sw_v*1731.46+$sat_bls_da/14.1844</process>
  10 + <process>($r_saturn-$r_earth)/$omni_sw_v*1731.46-$sat_bls_da/14.1844</process>
11 11 <output/>
12 12 </param>
... ...
PARAM_DEF/ura_bls_lag.xml
... ... @@ -7,6 +7,6 @@
7 7 <amdaParam name="r_earth"/>
8 8 <amdaParam name="ura_bls_da"/>
9 9 </get>
10   - <process>($r_uranus-$r_earth)/$omni_sw_v*1731.46+$ura_bls_da/14.1844</process>
  10 + <process>($r_uranus-$r_earth)/$omni_sw_v*1731.46-$ura_bls_da/14.1844</process>
11 11 <output/>
12 12 </param>
... ...