Commit 7c0ad960871ab5653553e241ae8b7f96e5dd31b8

Authored by Elena.Budnik
1 parent 755cc4f2

orbit plot

Showing 1 changed file with 52 additions and 22 deletions   Show diff stats
vex_xyz.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id="vex_xyz"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="vex:orb:all"><baseParam name="VEX"/></vi></get>
3   -<process description="RV=6052">$vex_orb_all_VEX/6052.0</process>
4   -<output><plot>
5   - <xyPlot isotropic="false">
6   - <params>
7   - <param id="vex_xyz">
8   - <orbitserie projection="XY" xAxis="0" yAxis="1">
9   - <line type="line" style="plain" width="1" color="[10,120,13]" />
10   - <symbol type="diamond" size="5" color="[10,120,13]" />
11   - </orbitserie>
12   - </param>
13   - </params>
14   - <axes>
15   - <xAxis>
16   - <digitalAxis id="0"/>
17   - </xAxis>
18   - <yAxis>
19   - <digitalAxis id="1"/>
20   - </yAxis>
21   - </axes>
22   - </xyPlot>
  2 +<param xml:id="vex_xyz">
  3 + <get>
  4 + <vi name="vex:orb:all">
  5 + <baseParam name="VEX"/>
  6 + </vi>
  7 + </get>
  8 + <process description="RV=6052">$vex_orb_all_VEX/6052.0</process>
  9 + <output><plot>
  10 + <xyPlot isotropic="true">
  11 + <params>
  12 + <param id="vex_xyz">
  13 + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
  14 + <line type="line" style="plain" width="1" color="[0,0,255]" />
  15 + <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
  16 + <font name="sans-serif" size="8" style="upright" weight="bold"/>
  17 + <firstSymbol type="triangle" size="4" color="[0,255,0]"/>
  18 + <symbol type="full-circle" size="4" color="[255,0,255]"/>
  19 + </timeTick>
  20 + </orbitserie>
  21 + </param>
  22 + </params>
  23 + <additionalObjects>
  24 + <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
  25 + <function name="venus_bowshock">
  26 + <attributes>
  27 + <attribute name="param1" value="145."/>
  28 + <attribute name="param2" value="1.35"/>
  29 + <attribute name="param3" value="1.18"/>
  30 + <attribute name="param4" value="0.55"/>
  31 + </attributes>
  32 + </function>
  33 + </curvePlot>
  34 + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  35 + <function name="venus_magnetopause">
  36 + <attributes>
  37 + <attribute name="param1" value="1.07"/>
  38 + <attribute name="param2" value="-4."/>
  39 + <attribute name="param3" value="1.5"/>
  40 + <attribute name="param4" value="3."/>
  41 + </attributes>
  42 + </function>
  43 + </curvePlot>
  44 + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
  45 + <function name="circle">
  46 + <attributes>
  47 + </attributes>
  48 + </function>
  49 + </curvePlot>
  50 + </additionalObjects>
  51 + </xyPlot>
23 52 </plot>
24   - </output></param>
  53 + </output>
  54 +</param>
... ...