Files
sics/doc/user/amortof.htm

81 lines
2.3 KiB
HTML

<HTML>
<HEAD>
<TITLE>AMOR in TOF Mode</TITLE>
</HEAD>
<BODY>
<H1>AMOR in Time Of Flight Mode</H1>
<P>
AMOR can be operated in time of flight mode with a large position
sensitive detector. Measuring in this mode involves:
<ul>
<li>Aligning the instrument.
<li>Configuring the histogram memory.
<li>Configuring the chopper.
<li>count for some time.
</ul>
</P>
<h2><a name="conf">Configuring the Histogram Memory</a></h2>
<p>
In order to use the histogram memory, it has to be configured. Two
things have to be taken care of:
<ul>
<li>Configuring the resolution.
<li>Configuring the time binning.
</ul>
See also the general <a href="histogram.htm"> histogram memory</a>
section.
</p>
<p>
The resolution of the PSD in pixels can be tailored to the experiment
at hand. To this purpose the command psdconfigure is available:
<dl>
<dt>psdconfigure hm <var>xsize ysize</var>
<DD>xsize and ysize are the resolution of the detector in x
direction (beam width) and y direction (two theta).
</dl>
Usually this should already have been set up for you.
</p>
<p>
Configuring the time binning is a two step process:
<ul>
<li>Generate the time binning in SICS with the command:
<dl>
<dt>hm genbin <var>start step nBins</var>
<DD>This generates an equidistant time binning starting at time start,
with stepwidth step and nBins time bins.
</dl>
<li>Configure the histogram memory to use the new time binning with:
<ul>
<li>hm init
</ul>
</ul>
Please note, that non equidistant time binnings are possible as
well. See the main <a href="histogram.htm">histogram memory</a>
documentation for details.
</p>
<h2><a name="chop">Configuring the Chopper</a></h2>
<p>
The most important thing about the chopper, its rotation speed, can
not be controlled from the instrument control system. It has to be
adjusted <strong>MANUALLY</strong> at the chopper control PC at the
hall floor. There are two other parameters, however, which are needed
by the detector electronics in order to process the chopper
synchronisation signal properly. The commands are:
<dl>
<dt>aw
<dd>Read the current value of the acceptance window.
<dt>aw <var>val</var>
<DD>Set the acceptance window to val.
<dt>td
<dd>Read the current value of the time to delay to start.
<dt>td <var>val</var>
<dd>Set the time delay to start to val.
</dl>
</p>
</BODY>
</HTML>