Blame view

PARAM_DEF/pas_3d_spec.xml 852 Bytes
a1cf7f7d   Elena.Budnik   helios aus scalar
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<param xml:id="pas_3d_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="so:pas:3d">
5ac673ec   Elena.Budnik   pas 3d counts
11
			<baseParam name="COUNTS" dim3Num="0" dim3CutIndex="##anode##" useNearestValue="true"/> 
a1cf7f7d   Elena.Budnik   helios aus scalar
12
13
		</vi>
	</get>
90bc9dbd   Benjamin Renard   Fix a bug with pa...
14
	<process>total($so_pas_3d_COUNTS_CUT_0_##anode##,1)</process>
a1cf7f7d   Elena.Budnik   helios aus scalar
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="pas_3d_spec_##anode##">
						<spectro yAxis="y-left" uselog0asmin="true"/>
					</param>
				</params> 
				<axes>
					<yAxis>
						<digitalAxis id="y-left" scale="linear"/>               
					</yAxis>
					<zAxis>
						<colorAxis scale="logarithmic"/>
					</zAxis>
				</axes>
			</timePlot>  
	  </plot>
	</output>
</param>