qpsphere is a Python3 library for analyzing spherical objects in quantitative phase imaging.
The documentation, including the reference and examples, is available at qpsphere.readthedocs.io.
pip install qpsphere
pip install -e . pip install pytest pytest tests
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