pas_2d_energy.xml 962 Bytes
<?xml version="1.0"?>
<param xml:id="pas_2d_energy_##min##_##max##">
	<info>    
		<table>
            <boundsTable dim="0" name="CEMIndex" boundsName="CEMIndex" units=""/>
            <boundsTable dim="1" name="ElevIndex" boundsName="ElevIndex" units=""/>
        </table>
	</info>    
	<get>
		<vi name="so:pas:3d">
			<baseParam name="COUNTS" dim3Num="2" minSumIndex="##min##" maxSumIndex="##max##" useNearestValue="true">
                <clb name="ElevIndex"/>
                <clb name="CEMIndex"/>  
            </baseParam>
		</vi>
	</get>
	<process/>
	<output>
		<plot>
			<timePlot>
				<params>
					<param id="pas_2d_energy_##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>