Blame view

PARAM_DEF/mav_swia_fspec.xml 1.39 KB
34d618fa   Elena.Budnik   restructure
1
<?xml version="1.0"?>
34d618fa   Elena.Budnik   restructure
2
<param xml:id="mav_swia_fspec">
4d1b1894   Elena.Budnik   correct mav_swia/...
3
4
	<info>
		<table>
0e7fec22   Elena.Budnik   maven swiaspec
5
			<boundsTable name="Energy" variable="true" name="Energy" boundsName="mav_swia_energy" units="eV"/>
4d1b1894   Elena.Budnik   correct mav_swia/...
6
7
8
9
		</table>
	</info>
	<get>
		<vi name="mavpds:swia:specboard">
0e7fec22   Elena.Budnik   maven swiaspec
10
			<baseParam name="spectra_diff_en_fluxes"/>
4d1b1894   Elena.Budnik   correct mav_swia/...
11
		</vi>
0e7fec22   Elena.Budnik   maven swiaspec
12
		<amdaParam name='mav_swia_energy'/>
4d1b1894   Elena.Budnik   correct mav_swia/...
13
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
39
40
41
42
43
44
45
46
47
	</get>
	<process/>
	<output>
	   <plot>
		<timePlot>
			<params>
				<param id="mav_swia_fspec">
					<spectro yAxis="y-left"/>
				</param>
			</params> 
			<axes>
				<xAxis>
					<timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
						<range extend="true"/>
						<tick position="outwards" minorGrid="false" majorGrid="false"/>
						<legend/>
					</timeAxis>
				</xAxis>
				<yAxis>
					<digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
						<range extend="true"/>
						<tick position="outwards" minorGrid="false" majorGrid="false"/>
						<legend/>
					</digitalAxis>					 
				</yAxis>
				<zAxis>
					<colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
						<range extend="true"/>
						<tick position="outwards" minorGrid="false" majorGrid="false"/>
					</colorAxis>
				</zAxis>
			</axes>
		</timePlot>  
	  </plot>
	</output>
34d618fa   Elena.Budnik   restructure
48
</param>