Blame view

PARAM_DEF/vex_h_spec.xml 937 Bytes
34d618fa   Elena.Budnik   restructure
1
<?xml version="1.0"?>
11bf241b   Elena.Budnik   mex ima
2
3
4
5
6
7
8
9
10
11
12
13
<param xml:id="vex_h_spec_##anode##">
	<info>    
		<table>
			<centerAutoTable variable="true" name="Energy" centerName="vex_ima_energy" units="eV" log="false"/>
		</table>
	</info>
	<get>
		<amdaParam name="vex_ima_energy"/>
		<vi name="vex:ima:extra">
			<baseParam name="HpSpec" dim3Num="2" dim3CutIndex="##anode##"/>
		</vi>
	</get>
90bc9dbd   Benjamin Renard   Fix a bug with pa...
14
	<process>total($vex_ima_extra_HpSpec_CUT_2_##anode##,1)</process>
11bf241b   Elena.Budnik   mex ima
15
16
17
18
19
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="vex_h_spec_##anode##">
9bede098   Benjamin Renard   Set uselog0asmin ...
20
						<spectro yAxis="y-left" uselog0asmin="true"/>
11bf241b   Elena.Budnik   mex ima
21
22
23
24
25
26
27
					</param>
				</params> 
				<axes>
					<yAxis>
						<digitalAxis id="y-left" scale="logarithmic"/>               
					</yAxis>
					<zAxis>
2f460d5a   Elena.Budnik   mex imaextra sum,...
28
29
30
						 <colorAxis scale="logarithmic"> 
                            <range min="0.1" max="100000" extend="true"/>
                        </colorAxis>
11bf241b   Elena.Budnik   mex ima
31
32
33
34
35
36
					</zAxis>
				</axes>
			</timePlot>  
	  </plot>
	</output>
</param>