Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

60
doc/user/amor2t.htm Normal file
View File

@ -0,0 +1,60 @@
<HTML>
<HEAD>
<TITLE>AMOR 2 Theta</TITLE>
</HEAD>
<BODY>
<H1>AMOR 2 Theta </H1>
<P>
The movement off the two theta is quite complex at the reflectometer
AMOR. The angle of the detector itself is expressed by translations
along the optical bench and in height. Then the angle of the detector
needs to be adjusted as well. Moreover some diaphragms along the way
from the sample to the detector need adjustment as well. In polarizing
mode the analyzer position must be corrected as well. In order to do
this a virtual motor has been created which takes care of this
movement. As such this object has no real user interface except the
usual printing of the position when the name of the virtual motor is
typed. However, in order to do his work this virtual motor needs a lot
of parameters. These are described below. It is assumed that the
virtual motors name is a2t.
</P>
<p>
Parameters needed by the AMOR virtual two theta motor
<dL>
<dt>detectord
<dd>distance of the detector from the sample.
<dt>d4d
<DD>distance of diaphragm 4 from the sample.
<dt>d5d
<DD>distance of diaphragm 5 from the sample.
<dt>sampleh
<DD>An additive factor describing the height of the sample, i.e. the
height of the table itself.
<dt>detectorh
<DD>The base height of the detector.
<dt>d4h
<DD>The base height of diaphragm 4.
<dt>d5h
<DD>The base height of diaphragm 5.
<DT>interrupt
<DD> The interrupt to issue if this motor fails to operate.
</dl>
The values of parameters can be inquired by typing:
<pre>
a2t parname
</pre>
and set by:
<pre>
a2t parname newval
</pre>
For example:
<pre>
a2t detectord
155.
a2t detectord 300.
</pre>
</p>
</BODY>
</HTML>