Metadata-Version: 1.1
Name: nrefocus
Version: 0.1.7
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-Content-Type: UNKNOWN
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 on `readthedocs.io <https://nrefocus.readthedocs.io/en/stable/>`__.
        
        
        Installation
        ------------
        Install from the Python package index
        
        ::
        
            pip install nrefocus
        
        or download the package and run
        
        ::
        
            python setup.py install
        
        
        Testing
        -------
        Some functionalities of the module are tested with
        
        ::
        
            python setup.py test
        
        
        
        .. |PyPI Version| image:: http://img.shields.io/pypi/v/nrefocus.svg
           :target: https://pypi.python.org/pypi/nrefocus
        .. |Tests Status| image:: http://img.shields.io/travis/RI-imaging/nrefocus.svg?label=tests
           :target: https://travis-ci.org/RI-imaging/nrefocus
        .. |Coverage Status| image:: https://img.shields.io/coveralls/RI-imaging/nrefocus.svg
           :target: https://coveralls.io/r/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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
