Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.32 KB

README.rst

File metadata and controls

46 lines (29 loc) · 1.32 KB

qpretrieve

PyPI Version Coverage Status Docs Status

qpretrieve is a Python3 library for Fourier-based retrieval of quantitative phase information from experimental data. If you are looking for a library to load quantitative phase data from various file formats, please take a glance at qpformat.

Documentation

The documentation, including the code reference and examples, is available at qpretrieve.readthedocs.io.

Installation

pip install qpretrieve

Testing

pip install pytest
pip install -e .
pytest tests