- Added missing issing doc files

This commit is contained in:
cvs
2004-01-22 13:39:18 +00:00
parent eb93393e15
commit abb48f4b10
8 changed files with 736 additions and 0 deletions

34
doc/user/trscan.htm Normal file
View File

@ -0,0 +1,34 @@
<HTML>
<HEAD>
<TITLE>TRICS specific Count and Scan Command </TITLE>
</HEAD>
<BODY>
<H1>PSD-TRICS Count and Tricsscan Command</H1>
<P>
Two special commands have been defined for TRICS with a PSD:
<dl>
<dt>count <tt>mode preset </tt>
<dd>counts with all three detectors. The parameter mode defines which
counting mode is used, supported are <b>preset</b> for counting up to a
preset monitor or <b>timer</b> for counting for a specified time intervall.
The second prameter preset is either the preset monitor or the preset
counting time, depending on the mode choosen. Both parameters are
optional, if they are notc specified values from the last run will be used.
count does not store any data.
<dt>tricsscan <tt>start step np mode preset</tt>
<dd>This command creates a new data file and then performs a scan in omega,
storing meausured data after each step. <tt>start step np</tt> define the
scan range in omega. Start is the start position, step the step width to
use and np is the number of steps to do. The optional parameters mode and
preset have the same meaning as in the count command described above.
Mode and preset how data is collected at each step in omega.
<dt>psdrefscan filename step np mode preset
<dd>reads reflection HKL values from file filename and performs
tricsscans for each reflection. These will be done eith step width
step, the number of steps np with counting mode mode and a preset of
preset. These parameters have the same meaning as described above.
</dl>
</P>
</BODY>
</HTML>