Metadata-Version: 2.4
Name: nrstitcher_utils
Version: 1.1.0
Summary: NRStitcher utils for esrf usage
Author: Arttu Miettenen, Yervand Azatian
Author-email: Jayde Livingstone <jayde.livingstone@gmail.com>, Henri Payno <henri.payno@esrf.fr>
License: The nrstitcher_utils library goal is to ease usage of nrstitcher at esrf
        
        nrstitcher_utils is distributed under the MIT license.
        
        The MIT license follows:
        
        Copyright (c) European Synchrotron Radiation Facility (ESRF)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
        the Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://gitlab.esrf.fr/tomotools/nrstitcher_utils
Project-URL: Documentation, https://readthedocs.org/projects/nrstitcher_utils
Project-URL: Repository, https://gitlab.esrf.fr/tomotools/nrstitcher_utils
Project-URL: Changelog, https://gitlab.esrf.fr/tomotools/nrstitcher_utils/-/blob/main/CHANGELOG.md
Keywords: nrstitcher,pi2,tomography,tomotools,esrf
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: packaging
Requires-Dist: h5py
Requires-Dist: tomoscan
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: doc
Requires-Dist: Sphinx<5.2.0,>=4.0.0; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: nbconvert; extra == "doc"
Requires-Dist: pandoc; extra == "doc"
Requires-Dist: sphinx_autodoc_typehints; extra == "doc"
Requires-Dist: pydata_sphinx_theme; extra == "doc"
Dynamic: license-file

# nrstitcher_utils

The goal of this project is to ease usage of ![NRSticher program](https://pi2-docs.readthedocs.io/en/latest/nr_stitcher.html) with esrf datasets

## how to access it from esrf infrascture

``` bash
module load nrstitcher_utils
```

## documentation

Latest build documentation can be found [here](https://nrstitcher-utils-tomotools-7f52d4ab174ba161998ecb1bcc6adfcada61.gitlab-pages.esrf.fr/)
