Metadata-Version: 2.1
Name: nxtomomill
Version: 1.1.0
Summary: "applications and library to convert raw format to NXTomo format"
Home-page: https://gitlab.esrf.fr/tomotools/nxtomomill
Author: Henri Payno, Pierre Paleo, Pierre-Olivier Autran, Jérôme Lesaint, Alessandro Mirone
Author-email: henri.payno@esrf.fr, pierre.paleo@esrf.fr, pierre-olivier.autran@esrf.fr, jerome.lesaint@esrf.fr, mirone@esrf.fr
License: MIT
Project-URL: Bug Tracker, https://gitlab.esrf.fr/tomotools/nxtomomill/-/issues
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: h5py>=3.0
Requires-Dist: silx>=2.0
Requires-Dist: nxtomo>=1.3.0dev3
Requires-Dist: tomoscan[full]>=2.1.0a12
Requires-Dist: packaging
Requires-Dist: pyunitsystem>=2.0.0a
Requires-Dist: tqdm
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: python-gitlab; extra == "test"
Provides-Extra: doc
Requires-Dist: Sphinx<5.2.0,>=4.0.0; extra == "doc"
Requires-Dist: h5glance; extra == "doc"
Requires-Dist: ipykernel; extra == "doc"
Requires-Dist: jupyter_client; extra == "doc"
Requires-Dist: nbconvert; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: pandoc; extra == "doc"
Requires-Dist: pydata_sphinx_theme; extra == "doc"
Requires-Dist: pytest; extra == "doc"
Requires-Dist: python-gitlab; extra == "doc"
Requires-Dist: scikit-image; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: sphinx-design; extra == "doc"
Provides-Extra: setup-requires
Requires-Dist: numpy; extra == "setup-requires"
Requires-Dist: setuptools; extra == "setup-requires"

# nxtomomill

nxtomomill provide a set of applications and tools around the [NXtomo](https://manual.nexusformat.org/classes/applications/NXtomo.html) format defined by the [NeXus community](https://manual.nexusformat.org/index.html#).

It includes for example the convertion from bliss raw data (@ESRF) to NXtomo, or from spec EDF (@ESRF) to NXtomo. But also creation from scratch and edition of an NXtomo from a python API.

It also embed a `nexus` module allowing users to easily edit Nxtomo

## installation

To install the latest 'nxtomomill' pip package

```bash
pip install nxtomomill
```

You can also install nxtomomill from source: 

```bash
pip install git+https://gitlab.esrf.fr/tomotools/nxtomomill.git
```

## documentation

General documentation can be found here: [https://tomotools.gitlab-pages.esrf.fr/nxtomomill/](https://tomotools.gitlab-pages.esrf.fr/nxtomomill/)

## application

documentation regarding applications can be found here: [https://tomotools.gitlab-pages.esrf.fr/nxtomomill/tutorials/index.html](https://tomotools.gitlab-pages.esrf.fr/nxtomomill/tutorials/index.html)

or to get help you can directly go for

```bash
nxtomomill --help
```
