Commit 9c35d476fbea890ec53ed966e65a523a27ba9b3c
1 parent
fc5578ab
Exists in
master
and in
7 other branches
corrected bad frameTransformation usage in ARTEMIS parameters
Showing
12 changed files
with
21 additions
and
21 deletions
Show diff stats
PARAM_DEF/athp1_bl.xml
PARAM_DEF/athp1_bs.xml
PARAM_DEF/athp1_v_e.xml
PARAM_DEF/athp1_v_i.xml
PARAM_DEF/athp1_v_peim.xml
... | ... | @@ -3,6 +3,6 @@ |
3 | 3 | <get> |
4 | 4 | <amdaParam name="thb_v_peim"/> |
5 | 5 | </get> |
6 | - <process>#framesTransformation($thb_v_peim,GSE,LSE,false)</process> | |
6 | + <process>#framesTransformation($thb_v_peim;GSE;LSE;false)</process> | |
7 | 7 | <output/> |
8 | -</param> | |
9 | 8 | \ No newline at end of file |
9 | +</param> | |
... | ... |
PARAM_DEF/athp1_xyz.xml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <get> |
4 | 4 | <amdaParam name="thb_xyz"/> |
5 | 5 | </get> |
6 | - <process>#framesTransformation($thb_xyz*RADIUS_EARTH,GSE,LSE,true)</process> | |
6 | + <process>#framesTransformation($thb_xyz*RADIUS_EARTH;GSE;LSE;true)</process> | |
7 | 7 | <output> |
8 | 8 | <plot> |
9 | 9 | <xyPlot isotropic="true"> |
... | ... |
PARAM_DEF/athp2_bl.xml
PARAM_DEF/athp2_bs.xml
PARAM_DEF/athp2_v_e.xml
PARAM_DEF/athp2_v_i.xml
PARAM_DEF/athp2_v_peim.xml
... | ... | @@ -3,6 +3,6 @@ |
3 | 3 | <get> |
4 | 4 | <amdaParam name="thc_v_peim"/> |
5 | 5 | </get> |
6 | - <process>#framesTransformation($thc_v_peim,GSE,LSE,false)</process> | |
6 | + <process>#framesTransformation($thc_v_peim;GSE;LSE;false)</process> | |
7 | 7 | <output/> |
8 | -</param> | |
9 | 8 | \ No newline at end of file |
9 | +</param> | |
... | ... |
PARAM_DEF/athp2_xyz.xml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <get> |
4 | 4 | <amdaParam name="thc_xyz"/> |
5 | 5 | </get> |
6 | - <process>#framesTransformation($thc_xyz*RADIUS_EARTH,GSE,LSE,true)</process> | |
6 | + <process>#framesTransformation($thc_xyz*RADIUS_EARTH;GSE;LSE;true)</process> | |
7 | 7 | <output> |
8 | 8 | <plot> |
9 | 9 | <xyPlot isotropic="true"> |
... | ... |