We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the (hk0) scan near the (440), do this with a move to (440), then bp.rel_scan(). It's a common type of scan to demonstrate.
bp.rel_scan()
Do this for all existing geometry examples (examples/geo_*.ipynb).
examples/geo_*.ipynb
The text was updated successfully, but these errors were encountered:
A scan (RE(bp.scan([fourc], fourc.h, 3.9, 4.1, fourc.k, 3.9, 4.1, 5))) already exists at the (440).
RE(bp.scan([fourc], fourc.h, 3.9, 4.1, fourc.k, 3.9, 4.1, 5))
Add this new move and rel_scan() after the existing content.
move
rel_scan()
Sorry, something went wrong.
Also, refactor to use the hkl.geometries.SimMixin() class to replace boilerplate code in the examples.
hkl.geometries.SimMixin()
DOC #67 re-work the geometry examples
4e58e64
DOC #67 update the other notebooks
5ff2b4f
prjemian
Successfully merging a pull request may close this issue.
For the (hk0) scan near the (440), do this with a move to (440), then
bp.rel_scan()
. It's a common type of scan to demonstrate.Do this for all existing geometry examples (
examples/geo_*.ipynb
).The text was updated successfully, but these errors were encountered: