This is a package to handle scattering geometry. It can:
- Create a scattering geometry with arbitrary detector, beam and sample geometry.
- Calculate reciprocal space coordinates.
Python environment: python3
pip install sgeom
- A quick start jupyter notebook is at: examples/usage.ipynb.
- An example using geom from extra-geom is at: examples/with_extra-geom.ipynb.