Commit 9c35d476fbea890ec53ed966e65a523a27ba9b3c

Authored by Elena.Budnik
1 parent fc5578ab

corrected bad frameTransformation usage in ARTEMIS parameters

PARAM_DEF/athp1_bl.xml
... ... @@ -3,6 +3,6 @@
3 3 <get>
4 4 <amdaParam name="thb_bl"/>
5 5 </get>
6   - <process>#framesTransformation($thb_bl,GSE,LSE,false)</process>
  6 + <process>#framesTransformation($thb_bl;GSE;LSE;false)</process>
7 7 <output/>
8 8 </param>
... ...
PARAM_DEF/athp1_bs.xml
... ... @@ -3,6 +3,6 @@
3 3 <get>
4 4 <amdaParam name="thb_bs"/>
5 5 </get>
6   - <process>#framesTransformation($thb_bs,GSE,LSE,false)</process>
  6 + <process>#framesTransformation($thb_bs;GSE;LSE;false)</process>
7 7 <output/>
8   -</param>
9 8 \ No newline at end of file
  9 +</param>
... ...
PARAM_DEF/athp1_v_e.xml
... ... @@ -3,6 +3,6 @@
3 3 <get>
4 4 <amdaParam name="thb_v_e"/>
5 5 </get>
6   - <process>#framesTransformation($thb_v_e,GSE,LSE,false)</process>
  6 + <process>#framesTransformation($thb_v_e;GSE;LSE;false)</process>
7 7 <output/>
8   -</param>
9 8 \ No newline at end of file
  9 +</param>
... ...
PARAM_DEF/athp1_v_i.xml
... ... @@ -3,6 +3,6 @@
3 3 <get>
4 4 <amdaParam name="thb_v_i"/>
5 5 </get>
6   - <process>#framesTransformation($thb_v_i,GSE,LSE,false)</process>
  6 + <process>#framesTransformation($thb_v_i;GSE;LSE;false)</process>
7 7 <output/>
8   -</param>
9 8 \ No newline at end of file
  9 +</param>
... ...
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
... ... @@ -3,6 +3,6 @@
3 3 <get>
4 4 <amdaParam name="thc_bl"/>
5 5 </get>
6   - <process>#framesTransformation($thc_bl,GSE,LSE,false)</process>
  6 + <process>#framesTransformation($thc_bl;GSE;LSE;false)</process>
7 7 <output/>
8   -</param>
9 8 \ No newline at end of file
  9 +</param>
... ...
PARAM_DEF/athp2_bs.xml
... ... @@ -3,6 +3,6 @@
3 3 <get>
4 4 <amdaParam name="thc_bs"/>
5 5 </get>
6   - <process>#framesTransformation($thc_bs,GSE,LSE,false)</process>
  6 + <process>#framesTransformation($thc_bs;GSE;LSE;false)</process>
7 7 <output/>
8   -</param>
9 8 \ No newline at end of file
  9 +</param>
... ...
PARAM_DEF/athp2_v_e.xml
... ... @@ -3,6 +3,6 @@
3 3 <get>
4 4 <amdaParam name="thc_v_e"/>
5 5 </get>
6   - <process>#framesTransformation($thc_v_e,GSE,LSE,false)</process>
  6 + <process>#framesTransformation($thc_v_e;GSE;LSE;false)</process>
7 7 <output/>
8   -</param>
9 8 \ No newline at end of file
  9 +</param>
... ...
PARAM_DEF/athp2_v_i.xml
... ... @@ -3,6 +3,6 @@
3 3 <get>
4 4 <amdaParam name="thc_v_i"/>
5 5 </get>
6   - <process>#framesTransformation($thc_v_i,GSE,LSE,false)</process>
  6 + <process>#framesTransformation($thc_v_i;GSE;LSE;false)</process>
7 7 <output/>
8   -</param>
9 8 \ No newline at end of file
  9 +</param>
... ...
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">
... ...