Blame view

PARAM_DEF/c1_hia_pad_energy.xml 1.38 KB
9b133348   Elena Budnik   work
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<param xml:id="c1_hia_pad_energy">
  <info>        
        <table>
                <boundsTable name="Energy" boundsName="energy" units="eV"/>
        </table>
  </info>
  <get>
dbf5b42b   Elena.Budnik   work
9
	<amdaParam name="c1_hia_pad"/>
9b133348   Elena Budnik   work
10
11
  </get>
  <process description="total($c1_hia_pad,1)">total($c1_hia_pad,1)</process>
dbf5b42b   Elena.Budnik   work
12
13
14
15
16
17
18
19
  <output>
	  <plot>
		  <timePlot>
			<params>
				<param id="c1_hia_pad_energy">
					<spectro yAxis="y-left"/>
				</param>
			</params> 
da2009c5   Elena.Budnik   new params
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
			<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>
dbf5b42b   Elena.Budnik   work
35
36
37
38
39
40
				<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>
da2009c5   Elena.Budnik   new params
41
				</axes>
dbf5b42b   Elena.Budnik   work
42
43
44
		</timePlot>  
	  </plot>
  </output>
9b133348   Elena Budnik   work
45
</param>