pas_2d_elevation.xml 842 Bytes
<?xml version="1.0"?>
<param xml:id="pas_2d_elevation_##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="1" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true"/> 
		</vi>
	</get>
	<process/>
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="pas_2d_elevation_##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>