Blame view

mav_euv_flagm.xml 691 Bytes
0ca1d159   Elena.Budnik   add euv_model params
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
26
27
28
29
<?xml version="1.0"?>
<param xml:id="mav_euv_flagm">
	<info>
		<status_def>
			<status minVal="0" maxVal="0" name="best MAVEN proxies"/>
			<status minVal="1" maxVal="1" name="poor MAVEN proxies"/>
			<status minVal="2" maxVal="2" name="best Earth proxies"/>
			<status minVal="3" maxVal="3" name="poor Earth proxies"/>
		</status_def>
	</info>
<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
	<get>
		<vi name="mvn:euv:mod">
			<baseParam name="flag"/>
		</vi>
	</get>
	<process/>
	<output>
		<plot>
		<statusPlot position="top" colorMapIndex="0">
				<params>
					<param id="mav_euv_flagm"> 
						<serie/>
					</param>
				</params>
		</statusPlot>
		</plot>
	</output>
</param>