Commit 46db7015689f5611d99cdc1b9912c2894ffe88b7

Authored by Elena.Budnik
1 parent bb89911f

Changes m10_b_mo -> m10_b_mso, m10_m3_b_mo -> m10_m3_b_mso.

PARAM_DEF/athp1_xyz.xml
... ... @@ -4,5 +4,33 @@
4 4 <amdaParam name="thb_xyz"/>
5 5 </get>
6 6 <process>#framesTransformation($thb_xyz*RADIUS_EARTH,GSE,LSE,true)</process>
7   - <output/>
  7 + <output>
  8 + <plot>
  9 + <xyPlot isotropic="true">
  10 + <params>
  11 + <param id="athp1_xyz">
  12 + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
  13 + <line type="line" style="plain" width="1" color="[0,0,255]" />
  14 + <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
  15 + <font name="sans-serif" size="8" style="upright" weight="bold"/>
  16 + <firstSymbol type="triangle" size="4" color="[0,255,0]"/>
  17 + <symbol type="full-circle" size="4" color="[255,0,255]"/>
  18 + </timeTick>
  19 + </orbitserie>
  20 + </param>
  21 + </params>
  22 + <additionalObjects>
  23 + <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
  24 + <function name="bowshock_farris"/>
  25 + </curvePlot>
  26 + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  27 + <function name="magnetopause_shue"/>
  28 + </curvePlot>
  29 + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
  30 + <function name="circle"/>
  31 + </curvePlot>
  32 + </additionalObjects>
  33 + </xyPlot>
  34 + </plot>
  35 + </output>
8 36 </param>
... ...
PARAM_DEF/athp2_r.xml
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <param xml:id="athp2_r">
3 3 <get>
4   - <amdaParam name="thc_r"/>
  4 + <amdaParam name="athp2_xyz"/>
5 5 </get>
6   - <process></process>
  6 + <process>magnitude($athp2_xyz)</process>
7 7 <output/>
8   -</param>
9 8 \ No newline at end of file
  9 +</param>
... ...
PARAM_DEF/athp2_xyz.xml
... ... @@ -4,5 +4,33 @@
4 4 <amdaParam name="thc_xyz"/>
5 5 </get>
6 6 <process>#framesTransformation($thc_xyz*RADIUS_EARTH,GSE,LSE,true)</process>
7   - <output/>
  7 + <output>
  8 + <plot>
  9 + <xyPlot isotropic="true">
  10 + <params>
  11 + <param id="athp2_xyz">
  12 + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
  13 + <line type="line" style="plain" width="1" color="[0,0,255]" />
  14 + <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
  15 + <font name="sans-serif" size="8" style="upright" weight="bold"/>
  16 + <firstSymbol type="triangle" size="4" color="[0,255,0]"/>
  17 + <symbol type="full-circle" size="4" color="[255,0,255]"/>
  18 + </timeTick>
  19 + </orbitserie>
  20 + </param>
  21 + </params>
  22 + <additionalObjects>
  23 + <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
  24 + <function name="bowshock_farris"/>
  25 + </curvePlot>
  26 + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  27 + <function name="magnetopause_shue"/>
  28 + </curvePlot>
  29 + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
  30 + <function name="circle"/>
  31 + </curvePlot>
  32 + </additionalObjects>
  33 + </xyPlot>
  34 + </plot>
  35 + </output>
8 36 </param>
... ...
PARAM_DEF/m10_b_mo.xml renamed to PARAM_DEF/m10_b_mso.xml
1 1 <?xml version="1.0" encoding="UTF-8"?>
2   -<param xml:id="m10_b_mo">
  2 +<param xml:id="m10_b_mso">
3 3 <get>
4 4 <vi name="m10:mag:m1mean6s">
5 5 <baseParam name="B_MO"/>
... ...
PARAM_DEF/m10_m1_lat2.xml 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<param xml:id="m10_m1_lat2">
  3 + <get>
  4 + <vi name="m10:m1:orb2">
  5 + <baseParam name="POS_LAT"/>
  6 + </vi>
  7 + </get>
  8 + <process></process>
  9 + <output>
  10 + <!---<plot>ORBIT</plot>-->
  11 + </output>
  12 +</param>
... ...
PARAM_DEF/m10_m3_b_mo_std.xml renamed to PARAM_DEF/m10_m1_lon2.xml
1 1 <?xml version="1.0" encoding="UTF-8"?>
2   -<param xml:id="m10_m3_b_mo_std">
  2 +<param xml:id="m10_m1_lon2">
3 3 <get>
4   - <vi name="m10:mag:m3mean6s">
5   - <baseParam name="B_std"/>
  4 + <vi name="m10:m1:orb2">
  5 + <baseParam name="POS_LON"/>
6 6 </vi>
7 7 </get>
8 8 <process></process>
... ...
PARAM_DEF/m10_m3_b_mo.xml renamed to PARAM_DEF/m10_m3_b_mso.xml
1 1 <?xml version="1.0" encoding="UTF-8"?>
2   -<param xml:id="m10_m3_b_mo">
  2 +<param xml:id="m10_m3_b_mso">
3 3 <get>
4 4 <vi name="m10:mag:m3mean6s">
5 5 <baseParam name="B_MO"/>
... ...