Metadata-Version: 2.0
Name: qpimage
Version: 0.2.0
Summary: library for manipulating quantitative phase images
Home-page: https://github.com/RI-imaging/qpimage
Author: Paul Müller
Author-email: dev@craban.de
License: MIT
Description-Content-Type: UNKNOWN
Keywords: digital holographic microscopy,optics,quantitative phase imaging,refractive index,scattering
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6, <4
Requires-Dist: h5py
Requires-Dist: lmfit
Requires-Dist: nrefocus (>=0.1.5)
Requires-Dist: numpy (>=1.9.0)
Requires-Dist: scikit-image (>=0.11.0)
Requires-Dist: scipy (>=0.18.0)

qpimage
=======

|PyPI Version| |Tests Status| |Coverage Status| |Docs Status|


**qpimage** is a Python3 library for manipulating quantitative phase images.


Documentation
-------------

The documentation, including the code reference and examples, is available on
`readthedocs.io <https://qpimage.readthedocs.io/en/stable/>`__.


Installation
------------

::

    pip install qpimage


Testing
-------

::

    pip install -e .
    python setup.py test


.. |PyPI Version| image:: http://img.shields.io/pypi/v/qpimage.svg
   :target: https://pypi.python.org/pypi/qpimage
.. |Tests Status| image:: http://img.shields.io/travis/RI-imaging/qpimage.svg?label=tests
   :target: https://travis-ci.org/RI-imaging/qpimage
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/RI-imaging/qpimage/master.svg
   :target: https://codecov.io/gh/RI-imaging/qpimage
.. |Docs Status| image:: https://readthedocs.org/projects/qpimage/badge/?version=latest
   :target: https://readthedocs.org/projects/qpimage/builds/



