Blame view

PARAM_DEF/mex_h_spec.xml 1 KB
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
14
15
<param xml:id="mex_h_spec_##anode##">
	<info>    
		<table>
			<centerAutoTable variable="true" name="Energy" centerName="mex_ima_energy" units="eV" log="false"/>
		</table>
	</info>
	<get>
		<amdaParam name="mex_ima_energy"/>
		<vi name="mex:ima:extra">
			<baseParam name="HpSpec" dim3Num="2" dim3CutIndex="##anode##"/>
			<baseParam name="HGhostSpec" dim3Num="2" dim3CutIndex="##anode##"/>
			<baseParam name="Pacc"/>
		</vi>
	</get>
90bc9dbd   Benjamin Renard   Fix a bug with pa...
16
	<process>total(mex_imah_calculate($mex_ima_extra_HpSpec_CUT_2_##anode##,$mex_ima_extra_HGhostSpec_CUT_2_##anode##,$mex_ima_energy,$mex_ima_extra_Pacc,0), 1)</process>
11bf241b   Elena.Budnik   mex ima
17
18
19
20
21
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="mex_h_spec_##anode##">
9bede098   Benjamin Renard   Set uselog0asmin ...
22
						<spectro yAxis="y-left" uselog0asmin="true"/>
11bf241b   Elena.Budnik   mex ima
23
24
25
26
27
28
29
30
31
32
33
34
35
36
					</param>
				</params> 
				<axes>
					<yAxis>
						<digitalAxis id="y-left" scale="logarithmic"/>               
					</yAxis>
					<zAxis>
						<colorAxis scale="logarithmic"/>
					</zAxis>
				</axes>
			</timePlot>  
	  </plot>
	</output>
</param>