Skip to content

Python library for opening quantitative phase imaging file formats

License

Notifications You must be signed in to change notification settings

RI-imaging/qpformat

Repository files navigation

qpformat

PyPI Version Coverage Status Docs Status

qpformat is a Python library for opening quantitative phase imaging data file formats.

Documentation

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

Installation

pip install qpformat

Testing

pip install -e .
pip install pytest
pytest tests