Metadata-Version: 1.2
Name: nrefocus
Version: 0.3.0
Summary: numerical focusing (refocusing, autofocusing) of complex wave fields
Home-page: https://github.com/RI-imaging/nrefocus
Author: Paul Müller
Author-email: dev@craban.de
License: BSD (3 clause)
Description: nrefocus
        ========
        
        |PyPI Version| |Tests Status| |Coverage Status| |Docs Status|
        
        Numerically (auto)refocus complex wave fields, such as those acquired using
        quantitative phase imaging techniques in modern microscopy.
        
        
        Documentation
        -------------
        
        The documentation is available is available at
        `nrefocus.readthedocs.io <https://nrefocus.readthedocs.io/en/stable/>`__.
        
        
        Installation
        ------------
        Install from the Python package index::
        
            pip install nrefocus
        
        or clone the repository and run::
        
            pip install -e .
        
        
        Testing
        -------
        Testing is done with pytest::
        
            pip install pytest
            pytest tests
        
        
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/nrefocus.svg
           :target: https://pypi.python.org/pypi/nrefocus
        .. |Tests Status| image:: https://img.shields.io/github/workflow/status/RI-Imaging/nrefocus/Checks
           :target: https://github.com/RI-Imaging/nrefocus/actions?query=workflow%3AChecks
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/RI-imaging/nrefocus/master.svg
           :target: https://codecov.io/gh/RI-imaging/nrefocus
        .. |Docs Status| image:: https://readthedocs.org/projects/nrefocus/badge/?version=latest
           :target: https://readthedocs.org/projects/nrefocus/builds/
        
Keywords: autofocus,refocus,numerical focusing,quantitative phase imaging,digital holographic microscopy
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.4, <4
