Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.25 KB

README.rst

File metadata and controls

46 lines (29 loc) · 1.25 KB

flimage

PyPI Version Tests Status Coverage Status Docs Status

flimage is a Python3 library for handling fluorescence data. Its API is (as much as it makes sense) is identical to that of qpimage, making it a convenient tool for phase- and fluorescence colocalization.

Documentation

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

Installation

pip install flimage

Testing

pip install -e .
pip install pytest
pytest tests