Blame view

PARAM_DEF/mex_xyz_mso.xml 1.2 KB
a2dfcdd9   Elena Budnik   work
1
<?xml version="1.0"?>
27dedbb4   Elena.Budnik   new mex orbit
2
<param xml:id="mex_xyz_mso">
7ddd4496   Elena.Budnik   work
3
	<get>
27dedbb4   Elena.Budnik   new mex orbit
4
5
		<vi name="mex:orb:mars">
			<baseParam name="MSO"/>
ec4ebf81   Elena.Budnik   orbit plot mars/v...
6
7
		</vi>
	</get>
27dedbb4   Elena.Budnik   new mex orbit
8
	<process>$mex_orb_mars_MSO/RADIUS_MARS</process>
ec4ebf81   Elena.Budnik   orbit plot mars/v...
9
10
11
12
	<output>
		<plot>
		<xyPlot isotropic="true">
			<params>
27dedbb4   Elena.Budnik   new mex orbit
13
				<param id="mex_xyz_mso">
ec4ebf81   Elena.Budnik   orbit plot mars/v...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
					<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">
					<function name="mars_bowshock"/>				
				</curvePlot>
				<curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
					<function name="mars_magnetopause"/>								
				</curvePlot>
				<curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
					<function name="circle"/>
				</curvePlot>
			</additionalObjects> 
		</xyPlot>
		</plot>
	</output>
</param>