Metadata-Version: 2.1
Name: pyBlindRL
Version: 0.1.2rc84.post1
Summary: A Python implementation of blind Richardson-Lucy deconvolution
Author-email: "Logan Walker, PhD" <loganaw@umich.edu>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: pyspark>=3.0.0 ; extra == "spark"
Requires-Dist: bandit[toml]==1.7.8 ; extra == "test"
Requires-Dist: black==24.4.0 ; extra == "test"
Requires-Dist: check-manifest==0.49 ; extra == "test"
Requires-Dist: flake8-bugbear==24.2.6 ; extra == "test"
Requires-Dist: flake8-docstrings ; extra == "test"
Requires-Dist: flake8-formatter_junit_xml ; extra == "test"
Requires-Dist: flake8 ; extra == "test"
Requires-Dist: flake8-pyproject ; extra == "test"
Requires-Dist: pre-commit==3.7.0 ; extra == "test"
Requires-Dist: pylint==3.1.0 ; extra == "test"
Requires-Dist: pylint_junit ; extra == "test"
Requires-Dist: pytest-cov==5.0.0 ; extra == "test"
Requires-Dist: pytest-mock<3.14.1 ; extra == "test"
Requires-Dist: pytest-runner ; extra == "test"
Requires-Dist: pytest==8.1.1 ; extra == "test"
Requires-Dist: pytest-github-actions-annotate-failures ; extra == "test"
Requires-Dist: shellcheck-py==0.10.0.1 ; extra == "test"
Project-URL: Documentation, https://geeklogan.github.io/pyBlindRL/
Project-URL: Source, https://github.com/GeekLogan/pyBlindRL
Project-URL: Tracker, https://github.com/GeekLogan/pyBlindRL/issues
Provides-Extra: spark
Provides-Extra: test

# pyBlindRL

This repository implements blind Richardson-Lucy deconvolution [1] using a PyTorch-based pipeline.

[1] D. A. Fish, A. M. Brinicombe, E. R. Pike, and J. G. Walker, "Blind deconvolution by means of the Richardson–Lucy algorithm," J. Opt. Soc. Am. A 12, 58-65 (1995).

## Template Citation

This project's layout and CI are based on the great Python project template provided by [Microsoft](https://github.com/microsoft/python-package-template).
