- Fixes to HM code for AMOR TOF
- A couple of TAS fixes - o2t was fixed to work with any drivable - FOCUS was mended to include beam monitor in data file
This commit is contained in:
3
hkl.w
3
hkl.w
@ -19,6 +19,7 @@ The object uses the following object data structure:
|
||||
double fLastHKL[5];
|
||||
int iNOR;
|
||||
int iQuad;
|
||||
int iHM;
|
||||
pMotor pTheta;
|
||||
pMotor pOmega;
|
||||
pMotor pChi;
|
||||
@ -39,6 +40,8 @@ The fields are more or less self explaining:
|
||||
or is updated automatically from a wavelength variable.
|
||||
\item[fLastHKL] the HKL of the last reflection calculated.
|
||||
\item[iNor] a flag for normal beam calculation mode.
|
||||
\item[iHM] a flag for histogram memory mode. In this mode two theta
|
||||
limits are checked alos for detector 2 and 3.
|
||||
\item[pTheta] The two theta motor. All motor are needed for boundary
|
||||
checking.
|
||||
\item[pOmega] The omega axis motor.
|
||||
|
Reference in New Issue
Block a user