Skip to main content

Read ROI files .zip or .roi generated with ImageJ.

Project description

read-roi

PyPI version Build Status codecov

Read ROI files .zip or .roi generated with ImageJ. Code is largely inspired from : http://rsb.info.nih.gov/ij/developer/source/ij/io/RoiDecoder.java.html

Functions

from read_roi import read_roi_file
from read_roi import read_roi_zip

roi = read_roi_file(roi_file_path)

# or

rois = read_roi_zip(roi_zip_path)

Note

  • Some format specifications are not implemented. See RoiDecoder.java for details.
  • Most of "normal" ROI files should work.
  • Feel free to hack it and send me modifications.

Requirements

  • Python 3.5 and above.

Install

pip install read-roi

Or you can use Anaconda and conda-forge :

conda config --add channels conda-forge
conda install read-roi

License

Under BSD license. See LICENSE.

Authors

Release a new version

  • Run tests: pytest -v read_roi/.
  • Install rever: conda install -y rever.
  • Run check: rever check.
  • Bump and release new version: rever VERSION_NUMBER.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

read-roi-1.6.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page