Commit 1dd9bd59454f7ed30c707230c50f62913d15a1c8

Authored by Elena.Budnik
1 parent a5af3e8f

last changes to ARTEMIS parameters

PARAM_DEF/athp1_r.xml
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <param xml:id="athp1_r">
3 3 <get>
4   - <amdaParam name="athp1_xyz"/>
  4 + <amdaParam name="athp1_xyz_lse"/>
5 5 </get>
6   - <process>magnitude($athp1_xyz)</process>
  6 + <process>magnitude($athp1_xyz_lse)</process>
7 7 <output/>
8   -</param>
9 8 \ No newline at end of file
  9 +</param>
... ...
PARAM_DEF/athp1_xyz_gsm.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;GSM;true)</process>
  6 + <process>#framesTransformation($thb_xyz;GSE;GSM;true)</process>
7 7 <output>
8 8 <plot>
9 9 <xyPlot isotropic="true">
... ...
PARAM_DEF/athp1_xyz_hee.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="athp1_xyz_hee">
  3 + <get>
  4 + <amdaParam name="thb_xyz"/>
  5 + </get>
  6 + <process>#framesTransformation($thb_xyz*RADIUS_EARTH;GSE;HEE;true)/ASTRONOMICAL_UNIT</process>
  7 + <output/>
  8 +</param>
... ...
PARAM_DEF/athp1_xyz.xml renamed to PARAM_DEF/athp1_xyz_lse.xml
1 1 <?xml version="1.0" encoding="UTF-8"?>
2   -<param xml:id="athp1_xyz">
  2 +<param xml:id="athp1_xyz_lse">
3 3 <get>
4 4 <amdaParam name="thb_xyz"/>
5 5 </get>
... ... @@ -8,7 +8,7 @@
8 8 <plot>
9 9 <xyPlot isotropic="true">
10 10 <params>
11   - <param id="athp1_xyz">
  11 + <param id="athp1_xyz_lse">
12 12 <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
13 13 <line type="line" style="plain" width="1" color="[0,0,255]" />
14 14 <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
... ...
PARAM_DEF/athp2_r.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="athp2_r">
3 3 <get>
4   - <amdaParam name='thc_r'/>
  4 + <amdaParam name='athp2_xyz_lse'/>
5 5 </get>
6   - <process>$thc_r</process>
  6 + <process>magnitude($athp2_xyz_lse)</process>
7 7 <output/>
8 8 </param>
... ...
PARAM_DEF/athp2_xyz.xml renamed to PARAM_DEF/athp2_xyz_gse.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="athp2_xyz">
  2 +<param xml:id="athp2_xyz_gse">
3 3 <get>
4 4 <amdaParam name='thc_xyz'/>
5 5 </get>
... ... @@ -8,7 +8,7 @@
8 8 <plot>
9 9 <xyPlot isotropic="true">
10 10 <params>
11   - <param id="athp2_xyz">
  11 + <param id="athp2_xyz_gse">
12 12 <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
13 13 <line type="line" style="plain" width="1" color="[0,0,255]" />
14 14 <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
... ...
PARAM_DEF/athp2_xyz_hee.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="athp2_xyz_hee">
  3 + <get>
  4 + <amdaParam name="thc_xyz"/>
  5 + </get>
  6 + <process>#framesTransformation($thc_xyz*RADIUS_EARTH;GSE;HEE;true)/ASTRONOMICAL_UNIT</process>
  7 + <output/>
  8 +</param>
... ...