Metadata-Version: 2.1
Name: qpimage
Version: 0.7.3
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
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 (>=2.7.0)
Requires-Dist: lmfit
Requires-Dist: nrefocus[fftw] (>=0.4.3)
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 at
`qpimage.readthedocs.io <https://qpimage.readthedocs.io/en/stable/>`__.


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

::

    pip install qpimage


Testing
-------

::

    pip install pytest
    pip install -e .
    pytest tests


.. |PyPI Version| image:: https://img.shields.io/pypi/v/qpimage.svg
   :target: https://pypi.python.org/pypi/qpimage
.. |Tests Status| image:: https://img.shields.io/github/workflow/status/RI-Imaging/qpimage/Checks
   :target: https://github.com/RI-Imaging/qpimage/actions?query=workflow%3AChecks
.. |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/



