Blame view

PARAM_DEF/mex_xyz.xml 1.84 KB
a2dfcdd9   Elena Budnik   work
1
<?xml version="1.0"?>
7ddd4496   Elena.Budnik   work
2
3
4
5
6
7
<param xml:id="mex_xyz"><!--<TemporaryFillValue>NaN</TemporaryFillValue>-->
	<get>
		<vi name="mex:orb:all">
			<baseParam name="MEX"/>
			</vi>
			</get>
34d618fa   Elena.Budnik   restructure
8
			<process>$mex_orb_all_MEX/RADIUS_MARS</process> 
dbf5b42b   Elena.Budnik   work
9
			<output>
dc7cb448   Elena.Budnik   internal
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
			<plot>
				<xyPlot isotropic="true">
				<params>
					<param id="mex_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>
34d618fa   Elena.Budnik   restructure
25
26
					<curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
							<function name="mars_bowshock">
dc7cb448   Elena.Budnik   internal
27
								<attributes>
34d618fa   Elena.Budnik   restructure
28
29
30
									<attribute name="param1" value="135."/>
									<attribute name="param2" value="2.04"/>
									<attribute name="param3" value="1.02"/>
dc7cb448   Elena.Budnik   internal
31
32
33
34
35
36
37
38
39
40
41
42
43
									<attribute name="param4" value="0.55"/>
								</attributes>
							</function>
					</curvePlot>
					<curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
							<function name="venus_magnetopause">
								<attributes>
									<attribute name="param1" value="1.07"/>
									<attribute name="param2" value="-4."/>
									<attribute name="param3" value="1.5"/>
									<attribute name="param4" value="3."/>
								</attributes>
							</function>
34d618fa   Elena.Budnik   restructure
44
							</curvePlot>
dc7cb448   Elena.Budnik   internal
45
46
47
48
49
50
					<curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
							<function name="circle">
								<attributes>
								</attributes>
							</function>
					</curvePlot>
34d618fa   Elena.Budnik   restructure
51
				</additionalObjects> 
dc7cb448   Elena.Budnik   internal
52
				</xyPlot>
dbf5b42b   Elena.Budnik   work
53
54
			</plot>
			</output>
7ddd4496   Elena.Budnik   work
55
			</param>