Commit 6eb8d94d89dd7c3e778e8697e9a04b86c078df5c
1 parent
3da53b5c
Exists in
master
and in
7 other branches
ballistic mars, saturn
Showing
4 changed files
with
46 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mars_bls_da"> | |
3 | + <time_resolution>3600</time_resolution> | |
4 | + <get> | |
5 | + <amdaParam name="xyz_earth_hci"/> | |
6 | + <amdaParam name="xyz_mars_hci"/> | |
7 | + </get> | |
8 | + <process>RAD2DEG*angle_difference($xyz_mars_hci,$xyz_earth_hci)</process> | |
9 | + <output/> | |
10 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,13 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mars_bls_lag"> | |
3 | + <time_resolution>3600</time_resolution> | |
4 | + <get> | |
5 | + <amdaParam name="omni_sw_v"/> | |
6 | + <amdaParam name="r_mars"/> | |
7 | + <amdaParam name="r_earth"/> | |
8 | + <amdaParam name="xyz_earth_hci"/> | |
9 | + <amdaParam name="xyz_mars_hci"/> | |
10 | + </get> | |
11 | + <process>($r_mars-$r_earth)/$omni_sw_v*1736.11+angle_difference($xyz_mars_hci,$xyz_earth_hci)/0.247439</process> | |
12 | + <output/> | |
13 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="sat_bls_da"> | |
3 | + <time_resolution>3600</time_resolution> | |
4 | + <get> | |
5 | + <amdaParam name="xyz_earth_hci"/> | |
6 | + <amdaParam name="xyz_saturn_hci"/> | |
7 | + </get> | |
8 | + <process>RAD2DEG*angle_difference($xyz_saturn_hci,$xyz_earth_hci)</process> | |
9 | + <output/> | |
10 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,13 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="sat_bls_lag"> | |
3 | + <time_resolution>3600</time_resolution> | |
4 | + <get> | |
5 | + <amdaParam name="omni_sw_v"/> | |
6 | + <amdaParam name="r_saturn"/> | |
7 | + <amdaParam name="r_earth"/> | |
8 | + <amdaParam name="xyz_earth_hci"/> | |
9 | + <amdaParam name="xyz_saturn_hci"/> | |
10 | + </get> | |
11 | + <process>($r_saturn-$r_earth)/$omni_sw_v*1736.11+angle_difference($xyz_saturn_hci,$xyz_earth_hci)/0.247439</process> | |
12 | + <output/> | |
13 | +</param> | ... | ... |