Metadata-Version: 2.1
Name: sairyscan
Version: 0.0.2
Summary: Airyscan multi-array detector high resolution image reconstruction
Home-page: https://github.com/sylvainprigent/sairyscan
Author: Sylvain Prigent
Author-email: meriadec.prigent@gmail.com
License: BSD-3-Clause
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch (>=1.11.0)
Requires-Dist: torchvision (>=0.12.0)
Requires-Dist: scikit-image (>=0.18.3)
Requires-Dist: aicspylibczi
Provides-Extra: testing
Requires-Dist: tox ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'


# SAiryscan

SAiryscan is a python library to reconstruct high resolution images from the raw data of the Airyscan multi-detector array

# Documentation

The documentation is available [here](https://sylvainprigent.github.io/sairyscan/).

# Development

## Build the documentation

The documentation is written with Sphinx. To build is run the commands:

```bash
cd docs
pipenv run sphinx-build -b html ./source ./build
```
