adriendrs
adriendrs
Motivation: --------------- The `compute_rockingcurve()` routine available at `tofu/spectro/_rockingcurve.py` makes it possible to compute the diffraction pattern of specific crystals (material, Miller indices, etc). In order to symplify the code, all...
The use of the `_compute_rockingcurve()` routine works interactively with the `tofu/spectro/_rockingcurve_def.py` file. The uploading of a CrystalClass is still needed. The line code launching the routine is showed below: ...
> @adriendaros , I have a question: > > The key `sin(theta)/lambda` (now called `sin_theta_lambda`, see above for reasons), seems to never be used in the routine `compute_rockingcurve()`. => why...
Issue fixed in ToFuProject/datastock