Commit 2c12f24d5e3e2e918d858440ef0b5803f90b8cf2

Authored by Elena.Budnik
1 parent 6eb8d94d

ballistic jupiter

Showing 2 changed files with 23 additions and 0 deletions   Show diff stats
PARAM_DEF/jup_bls_da.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="jup_bls_da">
  3 + <time_resolution>3600</time_resolution>
  4 + <get>
  5 + <amdaParam name="xyz_earth_hci"/>
  6 + <amdaParam name="xyz_jupiter_hci"/>
  7 + </get>
  8 + <process>RAD2DEG*angle_difference($xyz_jupiter_hci,$xyz_earth_hci)</process>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/jup_bls_lag.xml 0 → 100644
... ... @@ -0,0 +1,13 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="jup_bls_lag">
  3 + <time_resolution>3600</time_resolution>
  4 + <get>
  5 + <amdaParam name="omni_sw_v"/>
  6 + <amdaParam name="r_jupiter"/>
  7 + <amdaParam name="r_earth"/>
  8 + <amdaParam name="xyz_earth_hci"/>
  9 + <amdaParam name="xyz_jupiter_hci"/>
  10 + </get>
  11 + <process>($r_jupiter-$r_earth)/$omni_sw_v*1736.11+angle_difference($xyz_jupiter_hci,$xyz_earth_hci)/0.247439</process>
  12 + <output/>
  13 +</param>
... ...