Commit 11906fec2855536ffe0d93aafed1ee89c3de97d8
1 parent
ff34a520
Exists in
juice_jdc
and in
2 other branches
ARTEMIS lon/lat HEE, redmine 9323
Showing
4 changed files
with
32 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,8 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="athp1_lat"> | |
3 | + <get> | |
4 | + <amdaParam name="athp1_xyz_hee"/> | |
5 | + </get> | |
6 | + <process description="LAT HAE">atan($athp1_xyz_hee[2]/sqrt(pow($athp1_xyz_hee[1],2)+pow($athp1_xyz_hee[0],2)))*RAD2DEG</process> | |
7 | + <output/> | |
8 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,8 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="athp2_lat"> | |
3 | + <get> | |
4 | + <amdaParam name="athp2_xyz_hee"/> | |
5 | + </get> | |
6 | + <process description="LAT HAE">atan($athp2_xyz_hee[2]/sqrt(pow($athp2_xyz_hee[1],2)+pow($athp2_xyz_hee[0],2)))*RAD2DEG</process> | |
7 | + <output/> | |
8 | +</param> | ... | ... |