From f8f0356da8a0525217ad1250c12ee322824c138e Mon Sep 17 00:00:00 2001 From: koennecke Date: Fri, 24 Nov 2006 15:51:32 +0000 Subject: [PATCH] - Added support for accessing the exe file management functions from scripts - Make maximize use soft motor positions --- doc/user/exeman.html | 7 +++++++ doc/user/tasub.htm | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/doc/user/exeman.html b/doc/user/exeman.html index b4da23e1..f0880351 100644 --- a/doc/user/exeman.html +++ b/doc/user/exeman.html @@ -45,6 +45,13 @@ named buffer within the stack of nested buffers.
Clears the queue of batch buffers
exe queue
Prints the content of the batch buffer queue. +
exe fullpath filename +
Prints the full path name for filename if the file can be located + somewhere in exe paths. Else an error is printed. The purpose is to use + exe file management facilties in scripts. +
exe makepath filename +
Prints the full path name for filename in the first direcory of batch path. + This is a tool to have scripts open files in the proper user directory.
exe run
Starts executing the batch buffers in the queue.
exe print buffername diff --git a/doc/user/tasub.htm b/doc/user/tasub.htm index 0e2f618e..9d506f5e 100644 --- a/doc/user/tasub.htm +++ b/doc/user/tasub.htm @@ -81,6 +81,12 @@ In order to calculate a UB matrix a list of reflections must be maintained. This
Add a new reflection to the list. Besides the indices all angles are given: a3, the sample rotation, a4, sample two theta, sgu, upper tilt cradle, sgl, lower tilt cradle and incoming energey ei and outgoing energy ef. +
tasub addauxref qh qk ql +
Adds an auxiliary reflection with indices qh, qk, ql to the list. A4 is + calculated from cell constants. A3 is either left alone or is calculated to + have the correct angular difference to a previous reflection. This is a help + for setting up the instrument or running powder mode. When a UB has been + generated from auxiliary reflections, a3, sgu and sgl angles will be incorrect.

Calculations