Commit 1dd9bd59454f7ed30c707230c50f62913d15a1c8
1 parent
a5af3e8f
Exists in
master
and in
7 other branches
last changes to ARTEMIS parameters
Showing
7 changed files
with
26 additions
and
10 deletions
Show diff stats
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
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
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]"> |
... | ... |