Blame view

PARAM_DEF/vex_xyz.xml 1.2 KB
34d618fa   Elena.Budnik   restructure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<param xml:id="vex_xyz">
 <get>
    <vi name="vex:orb:all">
      <baseParam name="VEX"/>
    </vi>
  </get>
  <process>$vex_orb_all_VEX/RADIUS_VENUS</process>
  <output>
	  <plot>
		<xyPlot isotropic="true">
			<params>
				<param id="vex_xyz">
						<orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
							<line type="line" style="plain" width="1" color="[0,0,255]" />
							<timeTick step="auto" number="0" minor="0" color="[255,0,0]">
								<font name="sans-serif" size="8" style="upright" weight="bold"/>
								<firstSymbol type="triangle" size="4" color="[0,255,0]"/>
								<symbol type="full-circle" size="4" color="[255,0,255]"/>
							</timeTick>
						</orbitserie>
				</param>
			</params>
			<additionalObjects>
				<curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
ec4ebf81   Elena.Budnik   orbit plot mars/v...
26
						<function name="venus_bowshock"/>					
34d618fa   Elena.Budnik   restructure
27
28
				</curvePlot>
				<curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
ec4ebf81   Elena.Budnik   orbit plot mars/v...
29
						<function name="venus_magnetopause"/>
34d618fa   Elena.Budnik   restructure
30
31
				</curvePlot>
				<curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
ec4ebf81   Elena.Budnik   orbit plot mars/v...
32
						<function name="circle"/>
34d618fa   Elena.Budnik   restructure
33
34
35
36
37
38
				</curvePlot>
			</additionalObjects>
	</xyPlot>
   </plot>
</output>
</param>