Commit 4bb8b9057d505874f0c5d313d609c40310c2e00f
1 parent
daa542b4
Exists in
master
and in
7 other branches
created longitudes HAE for venus, earth and solo
Showing
3 changed files
with
30 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="earth_lon_hae"> | |
3 | + <get> | |
4 | + <vi name="earth:orb:all"> | |
5 | + <baseParam name="HEE"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process description="LON HAE">atan($earth_orb_all_HEE[2]/$earth_orb_all_HEE[1])*RAD2DEG</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="venus_lon_hae"> | |
3 | + <get> | |
4 | + <vi name="venus:orb:all"> | |
5 | + <baseParam name="HEE"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process description="LON HAE">atan($venus_orb_all_HEE[2]/$venus_orb_all_HEE[1])*RAD2DEG</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |