Commit 65ee3e3aa63fe8c1ea61d5a49c77eb11d165d97c
1 parent
30a069ca
Exists in
master
and in
7 other branches
added lon/lat HEE for helios2
Showing
2 changed files
with
20 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="helios2_lat_hee"> | |
3 | + <get> | |
4 | + <vi name="helios2:orb:all"> | |
5 | + <baseParam name="HEE"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process description="LAT HEE">atan($helios2_orb_all_HEE[2]/sqrt(pow($helios2_orb_all_HEE[1],2) + pow($helios2_orb_all_HEE[0],2)))*RAD2DEG</process> | |
9 | + <output/> | |
10 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="helios2_lon_hee"> | |
3 | + <get> | |
4 | + <vi name="helios2:orb:all"> | |
5 | + <baseParam name="HEE"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process description="LON HEE">atan2($helios2_orb_all_HEE[1],$helios2_orb_all_HEE[0])*RAD2DEG</process> | |
9 | + <output/> | |
10 | +</param> | ... | ... |