Blame view

PARAM_DEF/mex_o_flux.xml 895 Bytes
3da53b5c   Elena.Budnik   mex_o_flux
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<param xml:id="mex_o_flux_##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="HeavySpec" dim3Num="2" dim3CutIndex="##anode##"/>
49b0e0b6   Elena.Budnik   mex_o_flux pacc
12
			<baseParam name="Pacc"/>
3da53b5c   Elena.Budnik   mex_o_flux
13
14
		</vi>
	</get>
90bc9dbd   Benjamin Renard   Fix a bug with pa...
15
	<process>total(mex_imao_calculate($mex_ima_extra_HeavySpec_CUT_2_##anode##,$mex_ima_energy,$mex_ima_extra_Pacc),1)</process>
3da53b5c   Elena.Budnik   mex_o_flux
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="mex_o_flux_##anode##">
						<spectro yAxis="y-left"/>
					</param>
				</params> 
				<axes>
					<yAxis>
						<digitalAxis id="y-left" scale="logarithmic"/>               
					</yAxis>
					<zAxis>
						<colorAxis scale="logarithmic"/>
					</zAxis>
				</axes>
			</timePlot>  
	  </plot>
	</output>
</param>