flimage

library for manipulating fluorescence microscopy series data


Keywords
fluorescence, microscopy, bleach, correction
License
MIT
Install
pip install flimage==0.2.0

Documentation

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