Commit dfb7809aa7a3198231f0c0bb4fe252129d877a8c
1 parent
45807f14
Exists in
master
and in
7 other branches
created HAE for mercury, bepi and psp
Showing
5 changed files
with
41 additions
and
1 deletions
Show diff stats
PARAM_DEF/bepi_lat_hae.xml
@@ -5,6 +5,6 @@ | @@ -5,6 +5,6 @@ | ||
5 | <baseParam name="HEE"/> | 5 | <baseParam name="HEE"/> |
6 | </vi> | 6 | </vi> |
7 | </get> | 7 | </get> |
8 | - <process description="LAT HAE">atan($bepi_cruise_all_HEE[3]/sqrt(($bepi_cruise_all_HEE[1])^2 + ($bepo_cruise_all_HEE[2])^2))*RAD2DEG</process> | 8 | + <process description="LAT HAE">atan($bepi_cruise_all_HEE[3]/sqrt(($bepi_cruise_all_HEE[1])^2 + ($bepi_cruise_all_HEE[2])^2))*RAD2DEG</process> |
9 | <output/> | 9 | <output/> |
10 | </param> | 10 | </param> |
11 | \ No newline at end of file | 11 | \ No newline at end of file |
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mercury_lat_hae"> | ||
3 | + <get> | ||
4 | + <vi name="mercury:orb:all"> | ||
5 | + <baseParam name="HEE"/> | ||
6 | + </vi> | ||
7 | + </get> | ||
8 | + <process description="LAT HAE">atan($mercury_orb_all_HEE[3]/sqrt(($mercury_orb_all_HEE[1])^2 + ($mercury_orb_all_HEE[2])^2))*RAD2DEG</process> | ||
9 | + <output/> | ||
10 | +</param> |
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="mercury_lon_hae"> | ||
3 | + <get> | ||
4 | + <vi name="mercury:orb:all"> | ||
5 | + <baseParam name="HEE"/> | ||
6 | + </vi> | ||
7 | + </get> | ||
8 | + <process description="LON HAE">atan($mercury_orb_all_HEE[2]/$mercury_orb_all_HEE[1])*RAD2DEG</process> | ||
9 | + <output/> | ||
10 | +</param> |
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="psp_lat_hae"> | ||
3 | + <get> | ||
4 | + <vi name="psp:orb:all"> | ||
5 | + <baseParam name="HEE"/> | ||
6 | + </vi> | ||
7 | + </get> | ||
8 | + <process description="LAT HAE">atan($psp_orb_all_HEE[3]/sqrt(($psp_orb_all_HEE[1])^2 + ($psp_orb_all_HEE[2])^2))*RAD2DEG</process> | ||
9 | + <output/> | ||
10 | +</param> |
@@ -0,0 +1,10 @@ | @@ -0,0 +1,10 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="psp_lon_hae"> | ||
3 | + <get> | ||
4 | + <vi name="psp:orb:all"> | ||
5 | + <baseParam name="HEE"/> | ||
6 | + </vi> | ||
7 | + </get> | ||
8 | + <process description="LON HAE">atan($psp_orb_all_HEE[2]/$psp_orb_all_HEE[1])*RAD2DEG</process> | ||
9 | + <output/> | ||
10 | +</param> | ||
0 | \ No newline at end of file | 11 | \ No newline at end of file |