- First working version of the triple axis UB matrix code

This commit is contained in:
koennecke
2005-05-13 07:40:57 +00:00
parent d0a535faa3
commit 6145b513f8
16 changed files with 1681 additions and 527 deletions

View File

@ -53,6 +53,7 @@ of the measurement.
parameter iSkip determines the number of lines to skip in the file. This
feature allows to continue measurement on not fully processed files.
<DT>dataset reopen filename
<DT>dataset reopen 001/trics2005n000051
<DD>Reopens an already existing file set for appending. Only the file root
without directory info or endings needs to be given.
<DT>dataset close
@ -93,6 +94,9 @@ This object knows about the following parameters:
max count in scan - 2* min count in scan.
<dt>fastscan
<dd>0 or 1: switches fastscan mode.
<dt>psimode
<dd>0 or 1: switches psi scanning mode. Please note that suitable HKL input files for this mode
must contain four numbers: H, K, L and psi.
<dt>psd
<dd>0 or 1: switches on PSD mode for measuring with the area detector. Currently this is mapped
to doing a tricsscan with the scan parameters as evaluted from the two theta range table. The
@ -102,7 +106,7 @@ This object knows about the following parameters:
</p>
<p>
Then there are command which allow to configure the table of two theta ranges and
scan parameters. All table rleated commands start with: dataset table. The following
scan parameters. All table related commands start with: dataset table. The following
commands are supported:
<dl>
<dt>dataset table list
@ -126,7 +130,7 @@ dataset supports two geometries: the first is the usual bisecting geometry. The
This is accounted for by two switches:
<dl>
<dt>dataset bi
<dd>switches into bissectiong mode. This is the default.
<dd>switches into bissecting mode. This is the default.
<dt>dataset nb
<dd>switches into normal beam mode.
</dl>