Blame view

PARAM_DEF/athp1_ion_sp.xml 1.3 KB
2f69af25   Elena.Budnik   added ARTEMIS par...
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
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<param xml:id="athp1_ion_sp">
	<info>
		<table>
			<centerAutoTable name="energy" variable="true" fullVariable="true" centerName="thb_ion_sp_energy" log="false" units="eV"/>
		</table>
	</info>
	<gap_threshold>8</gap_threshold>
	<get>
		<amdaParam name='thb_ion_sp'/>
        	<amdaParam name='thb_ion_sp_energy'/>
	</get>
	<process>$thb_ion_sp</process>
	<output>
		<plot>
		<timePlot>
			<params>
				<param id="athp1_ion_sp">
					<spectro yAxis="y-left"/>
				</param>
			</params> 
			<axes>
<!--				<xAxis>
					<timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
						<range extend="true"/>
						<tick position="outwards" minorGrid="false" majorGrid="false"/>
						<legend/>
					</timeAxis>
				</xAxis>-->
				<yAxis>
					<digitalAxis id="y-left" reverse="false" scale="logarithmic">
						<!--<range extend="true"/>-->
						<!--<tick position="outwards" minorGrid="false" majorGrid="false"/>
						<legend/>-->
					</digitalAxis>					
				</yAxis>
				<zAxis>
					<colorAxis colorMapIndex="1" scale="logarithmic">
						<!--<range extend="true"/>-->
						<!--<tick position="outwards" minorGrid="false" majorGrid="false"/>-->
					</colorAxis>
				</zAxis>
			</axes>
		</timePlot>  
	  </plot>	
	</output>
</param>