Blame view

PARAM_DEF/pas_2d_cem.xml 830 Bytes
33280ad8   Elena.Budnik   solo pas 2d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<param xml:id="pas_2d_cem_##min##_##max##">
	<!--<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">
			<baseParam name="COUNTS" dim3Num="0" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"/> 
		</vi>
	</get>
	<process/>
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="pas_2d_cem_##min##_##max##">
						<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>