Commit 9fd809e730cfcaf45f8953969e2cba3202f1aaf8
1 parent
cef4696e
Exists in
master
and in
7 other branches
Corrections to artemis parameter definitions
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
PARAM_DEF/athp1_xyz.xml
... | ... | @@ -3,6 +3,6 @@ |
3 | 3 | <get> |
4 | 4 | <amdaParam name="thb_xyz"/> |
5 | 5 | </get> |
6 | - <process>#framesTransformation($thb_xyz,GSE,LSE,true)</process> | |
6 | + <process>#framesTransformation($thb_xyz*RADIUS_EARTH,GSE,LSE,true)</process> | |
7 | 7 | <output/> |
8 | -</param> | |
9 | 8 | \ No newline at end of file |
9 | +</param> | ... | ... |
PARAM_DEF/athp2_xyz.xml
... | ... | @@ -3,6 +3,6 @@ |
3 | 3 | <get> |
4 | 4 | <amdaParam name="thc_xyz"/> |
5 | 5 | </get> |
6 | - <process>#framesTransformation($thc_xyz,GSE,LSE,true)</process> | |
6 | + <process>#framesTransformation($thc_xyz*RADIUS_EARTH,GSE,LSE,true)</process> | |
7 | 7 | <output/> |
8 | -</param> | |
9 | 8 | \ No newline at end of file |
9 | +</param> | ... | ... |