Skip to content
Snippets Groups Projects
IN4_Parameters.xml 790 B
Newer Older
<?xml version="1.0" encoding="UTF-8" ?>
<parameter-file instrument="IN4" valid-from="2012-10-01T00:00:00">
	<component-link name="IN4">

		<parameter name="deltaE-mode" type="string">
			<value val="direct" />
		</parameter>

		<!-- Distance between sample and equatorial line of the detector. Mandatory 
			if you want to correct the flight paths. -->
		<parameter name="l2" type="string">
			<value val="2.0" />
		</parameter>

		<!-- formula for Detector efficiency calculation. Algorithm: DetectorEfficiencyCorUser 
			See http://muparser.sourceforge.net/mup_features.html#idDef2 for available 
			operators -->
		<parameter name="formula_eff" type="string">
			<value val="0.951*exp(-0.0887/sqrt(e))*(1.0-exp(-5.597/sqrt(e)))" />
	</component-link>

</parameter-file>