library for phase retrieval from holograms


Keywords
digital, holographic, microscopy, optics, quantitative, phase, imaging, refractive, index, numerical, focusing, scattering
License
MIT
Install
pip install qpretrieve==0.2.12

Documentation

qpretrieve

PyPI Version Tests Status 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