- Conescan working now
- Removed old NETReadTillterm SKIPPED: psi/libpsi.a psi/tasdriveo.c
This commit is contained in:
5
cone.w
5
cone.w
@ -18,6 +18,7 @@ typedef struct {
|
||||
pIDrivable pDriv;
|
||||
reflection target;
|
||||
float lastConeAngle;
|
||||
float qScale;
|
||||
pUBCALC ubi;
|
||||
int center;
|
||||
pHKL pHkl;
|
||||
@ -28,6 +29,10 @@ The fields are:
|
||||
\item[pDes] The standard object descriptor
|
||||
\item[pDriv] The drivable interface which implements most of this modules
|
||||
functionality.
|
||||
\item[lastConeAngle] The last cone angle set. Used instead of the not implemented
|
||||
back calculation.
|
||||
\item[qScale] An adaptor factor to multiply onto the scattering vector length. This is
|
||||
in order to find the target reflection even if the lattice constants are inaccurate.
|
||||
\item[target] The target reflection of the cone. This determines the length
|
||||
of the scattering vector and the opening angle of the cone.
|
||||
\item[ubi] A pointer to the UBCALC module which holds things like lattice constants.
|
||||
|
Reference in New Issue
Block a user