https://github.com/serbng/lauexplore
Post processing tools for data produced by the lauetools package.
https://github.com/serbng/lauexplore
data-science data-visualization synchrotron-radiation x-ray-diffraction
Last synced: 17 days ago
JSON representation
Post processing tools for data produced by the lauetools package.
- Host: GitHub
- URL: https://github.com/serbng/lauexplore
- Owner: serbng
- License: mit
- Created: 2025-06-26T11:40:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T08:32:58.000Z (25 days ago)
- Last Synced: 2026-01-14T12:18:43.105Z (25 days ago)
- Topics: data-science, data-visualization, synchrotron-radiation, x-ray-diffraction
- Language: Python
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lauexplore
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](https://github.com/BM32ESRF/lauetools) software.
The library is designed upon the lauetools ecosystem to manage its outputs for raster scans.
## Installation
The latest version can be installed directly from GitHub, where the source code is hosted
```bash
pip install git+https://github.com/serbng/lauexplore.git
```
The binary installer is also available at the Python Package Index (PyPI) and on Conda.
```bash
# PyPI
pip install lauexplore
```
```bash
# or conda
conda install -c ... lauexplore #TBD
```
## Documentation
Documentation is under development.
For now, refer to the in-code docstrings and the notebooks in the `examples/` folder.
## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to open an [issue](https://github.com/serbng/lauexplore/issues) or submit a [pull request](https://github.com/serbng/lauexplore/pulls).