Commit 39ae873391293f62a0500ba467385def851b7e3e
1 parent
6a9f11dd
Exists in
master
and in
7 other branches
changed name of param for homogeneity
Showing
2 changed files
with
0 additions
and
20 deletions
Show diff stats
PARAM_DEF/jup_lat_hee.xml deleted
... | ... | @@ -1,10 +0,0 @@ |
1 | -<?xml version="1.0"?> | |
2 | -<param xml:id="jup_lat_hee"> | |
3 | - <get> | |
4 | - <vi name="jupiter:orb:all"> | |
5 | - <baseParam name="HEE"/> | |
6 | - </vi> | |
7 | - </get> | |
8 | - <process description="LAT HEE">atan($jupiter_orb_all_HEE[2]/sqrt(pow($jupiter_orb_all_HEE[1],2) + pow($jupiter_orb_all_HEE[0],2)))*RAD2DEG</process> | |
9 | - <output/> | |
10 | -</param> |
PARAM_DEF/jup_lon_hee.xml deleted
... | ... | @@ -1,10 +0,0 @@ |
1 | -<?xml version="1.0"?> | |
2 | -<param xml:id="jup_lon_hee"> | |
3 | - <get> | |
4 | - <vi name="jupiter:orb:all"> | |
5 | - <baseParam name="HEE"/> | |
6 | - </vi> | |
7 | - </get> | |
8 | - <process description="LON HEE">atan2($jupiter_orb_all_HEE[1],$jupiter_orb_all_HEE[0])*RAD2DEG</process> | |
9 | - <output/> | |
10 | -</param> |