library for analyzing spherical objects in phase imaging


Keywords
digital, holographic, microscopy, optics, quantitative, phase, imaging, refractive, index, scattering, digital-holographic-microscopy, holography, phython, quantitative-phase-imaging, refractive-index, single-cell-analysis
License
MIT
Install
pip install qpsphere==0.5.9

Documentation

qpsphere

PyPI Version Tests Status Coverage Status Docs Status

qpsphere is a Python3 library for analyzing spherical objects in quantitative phase imaging.

Documentation

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

Installation

pip install qpsphere

Testing

pip install -e .
pip install pytest
pytest tests

Releases to PyPI

The wheel distribution of qpsphere includes binaries of the BHFIELD program and are thus platform-specific. When creating the wheels, the plat-name command line argument must be set.

# on Windows
python setup.py sdist bdist_wheel --plat-name win_amd64
# on Linux
python setup.py sdist bdist_wheel --plat-name manylinux1_x86_64