Blame view

PARAM_DEF/mea1_2d_azim.xml 1.06 KB
53912f3c   Elena.Budnik   bepi mea1 3d draft
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<param xml:id="mea1_2d_azim_##min##_##max##">
    <info>    
		<table>
            <centerAutoTable dim="0" name="Sectors" centerName="Sectors" units="deg" log="false"/>
			<centerAutoTable dim="1" variable="true" fullVariable="true" name="Energy" centerName="bepi_mea1_3denergy" units="eV" log="false"/>
		</table>
	</info>    
c292a7cc   Elena.Budnik   mea1 3d
9
    <!--<gap_threshold>150</gap_threshold> -->   
53912f3c   Elena.Budnik   bepi mea1 3d draft
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
35
36
37
38
	<get>
		<vi name="bepi:mea1:3d">
			<baseParam name="counts" dim3Num="0" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true">   
                <clb name="Sectors"/>
            </baseParam>
		</vi>
        <amdaParam name="bepi_mea1_3denergy"/>
	</get>
	<process/>
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="mea1_2d_azim_##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>