lauexplore is a Python library for visualization and post-processing of Laue µdiffraction data.
The data is collected with the LAUEMAX instrument at beamline BM32 of the European Synchrotron Radiation Facility (ESRF) in Grenoble. The raw Laue patterns are analyzed with the in-house developed lauetools software.
The library is designed upon the lauetools ecosystem to manage its outputs for raster scans.
The latest version can be installed directly from GitHub, where the source code is hosted
pip install git+https://github.com/serbng/lauexplore.gitThe binary installer is also available at the Python Package Index (PyPI) and on Conda.
# PyPI
pip install lauexplore# or conda
conda install -c ... lauexplore #TBDDocumentation is under development.
For now, refer to the in-code docstrings and the notebooks in the examples/ folder.
Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.