Metadata-Version: 2.4
Name: lauexplore
Version: 1.0.0
Summary: Post processing tools for data produced by the lauetools package.
Author-email: Sergio Bongiorno <sergiobng@proton.me>, Beatriz G Foschiani <beatrizgfoschiani@gmail.com>
Maintainer-email: Beatriz G Foschiani <beatrizgfoschiani@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.0.*
Requires-Dist: scipy==1.13.*
Requires-Dist: matplotlib==3.9.*
Requires-Dist: pandas==2.2.*
Requires-Dist: h5py==3.11.*
Requires-Dist: fabio==2024.9.*
Requires-Dist: scikit-image==0.24.*
Requires-Dist: scikit-learn==1.5.*
Requires-Dist: wxpython==4.2.*
Requires-Dist: plotly==6.*
Requires-Dist: kaleido
Requires-Dist: anywidget>=0.9
Requires-Dist: ipykernel
Requires-Dist: jupyterlab
Requires-Dist: ipympl
Requires-Dist: ipywidgets
Requires-Dist: widgetsnbextension
Requires-Dist: LaueTools==3.1.25
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: license-file

# 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).
