Newer
Older
<?xml version="1.0" encoding="UTF-8" ?>
<parameter-file instrument = "CRISP" valid-from = "2012-01-31T00:00:00">
<component-link name = "CRISP">
<parameter name="show-signed-theta" type="string">
<value val="Always" />
</parameter>
</component-link>
<component-link name="pointdetector">
<!-- Link to log file that stores the z position. This angle can be used to
calculate the z position since the distance along the x-axis between
the sample and this detector is known (12.113-10.25=1.863). Also theta in the logfile is
assumed to in degrees, hence the reason for the pi/180=0.0174533 transformation
to radians factor in the eq attribute. -->
<parameter name="z">
<logfile id="theta" eq="1.863*sin(value*0.0174533)" />
</parameter>
</component-link>
</parameter-file>