RI-imaging / qpsphere

Python library for spheres in quantitative phase imaging

Home Page:https://qpsphere.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qpsphere

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

About

Python library for spheres in quantitative phase imaging

https://qpsphere.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%