Metadata-Version: 2.1
Name: drymass
Version: 0.10.4
Summary: manipulation and analysis of phase microscopy data
Home-page: https://github.com/RI-imaging/DryMass
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: appdirs
Requires-Dist: matplotlib (>=2.2.0)
Requires-Dist: numpy (>=1.12.0)
Requires-Dist: scikit-image (>=0.16.1)
Requires-Dist: tifffile (>=2020.5.25)
Requires-Dist: qpformat (>=0.10.6)
Requires-Dist: qpimage (>=0.6.2)
Requires-Dist: qpsphere (>=0.5.7)

|DryMass|
=========

|PyPI Version| |Tests Status Linux| |Tests Status Win| |Coverage Status| |Docs Status|


**DryMass** is a Python library and a command-line tool for manipulating
and analyzing quantitative phase microscopy images of cell-sized objects.


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

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


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

::

    pip install DryMass


Testing
-------

::

    pip install -e .
    python setup.py test


.. |DryMass| image:: https://raw.github.com/RI-imaging/DryMass/master/docs/logo/drymass.png
.. |PyPI Version| image:: https://img.shields.io/pypi/v/DryMass.svg
   :target: https://pypi.python.org/pypi/DryMass
.. |Tests Status Linux| image:: https://img.shields.io/travis/RI-imaging/DryMass.svg?label=tests_linux
   :target: https://travis-ci.org/RI-imaging/DryMass
.. |Tests Status Win| image:: https://img.shields.io/appveyor/ci/paulmueller/drymass/master.svg?label=tests_win
   :target: https://ci.appveyor.com/project/paulmueller/drymass
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/RI-imaging/DryMass/master.svg
   :target: https://codecov.io/gh/RI-imaging/DryMass
.. |Docs Status| image:: https://readthedocs.org/projects/drymass/badge/?version=latest
   :target: https://readthedocs.org/projects/drymass/builds/



