Metadata-Version: 1.1
Name: nrefocus
Version: 0.1.5
Summary: library for numerical focusing (refocusing, autofocusing) of complex wave fields
Home-page: https://github.com/RI-imaging/nrefocus
Author: Paul Müller
Author-email: paul.mueller@biotec.tu-dresden.de
License: BSD (3 clause)
Description: nrefocus
        ========
        
        |PyPI Version| |Build Status| |Coverage Status|
        
        Numerically (auto)refocus complex wave fields, such as those acquired using
        quantitative phase imaging techniques in modern microscopy.
        
        
        Documentation
        -------------
        
        The documentation is available `here  <http://RI-imaging.github.io/nrefocus/>`__.
        
        
        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
        .. |Build Status| image:: http://img.shields.io/travis/RI-imaging/nrefocus.svg
           :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
        
        
Keywords: autofocus,refocus,numerical focusing,DHM,phase imaging,quantitative phase,digital holography
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Science/Research
