Core Operations#
A diffractometer’s .core provides most of its functionality.
The core conducts transactions with the Solver on behalf of the
diffractometer. These transactions include the forward() and inverse()
coordinate transformations, at the core of scientific measurements using
a diffractometer.
Python class |
Purpose |
|---|---|
ophyd PseudoPositioner |
|
The class for a diffractometer’s |
|
Code for diffractometer geometries and capabilities. |
In addition to Solver transactions, the .core manages all
details involving the set of samples and their lattices & reflections.
See also
How to Work with a Diffractometer for step-by-step instructions on creating and using a diffractometer object.
Core concepts#
The table below summarizes the main topics managed by .core and points to
where each is described in more detail.
Concept |
Summary |
More detail |
|---|---|---|
Solver |
Backend library that implements diffractometer geometries, modes, and
the |
|
Geometry & mode |
The physical arrangement of axes (e.g. E4CV) and the computation mode
(e.g. |
|
Wavelength |
Beam wavelength used in |
|
Sample & lattice |
Crystal sample with its unit-cell lattice parameters; multiple samples can be registered and switched between. |
|
Reflections & UB matrix |
Measured orientation reflections used to compute the UB orientation
matrix via |
|
Constraints |
Limits on real-axis ranges that filter the solutions returned by
|
|
Axis names |
Cross-reference map between diffractometer axis names and solver axis
names, set by |
|
Presets |
Per-mode constant-axis values the solver assumes during |