Skip to main content

A python package to read, analyse and visualize OCT and fundus data form various sources.

Project description

eyepy

Use Python to import, analyse and visualize retinal imaging data.

header_gif

Documentation PyPI version DOI

The eyepy python package provides a simple interface to import and process OCT volumes. Everything you import with one of our import functions becomes an EyeVolume object which provides a unified interface to the data. The EyeVolume object provides methods to plot the localizer (fundus) image and B-scans as well as to compute and plot quantifications of voxel annotations such as drusen. Check out the documentation, especially the Cookbook chapter, for more information.

Features

  • Import Data (Heyex-E2E, Heyex-VOL, Heyex-XML, Topcon-FDA, B-Scan collections, RETOUCH Challenge, AMD Dataset from Duke University)
  • Analyze OCT volumes (compute and quantify drusen)
  • Visualize OCT volumes with annotations and quantifications
  • Save and load EyeVolume objects

Getting Started

Installation

Attention: If you want to use a version prior to 0.12.0 you have to install from the eyepie name instead. This is because we used eyepie as a package name on PyPI until the previous owner of the eyepy name on PyPI was so kind to transfer it to us.

To install the latest version of eyepy run pip install -U eyepy. (It is eyepie for versions < 0.12.0)

Getting Started

When you don't hava a supported OCT volume at hand you can check out our sample dataset to get familiar with eyepy.

from eyepy.data import load
ev = load("drusen_patient")

If you have data at hand use one of eyepys import functions.

# Import HEYEX E2E export
ev = ep.import_heyex_e2e("path/to/file.e2e")
# Import HEYEX XML export
ev = ep.import_heyex_xml("path/to/folder")
# Import HEYEX VOL export
ev = ep.import_heyex_vol("path/to/file.vol")
# Import Topcon FDA export
ev = ep.import_topcon_fda("path/to/file.fda")
# Import volume from Duke public dataset
ev = ep.import_duke_mat("path/to/file.mat")
# Import volume form RETOUCH challenge
ev = ep.import_retouch("path/to/volume_folder")

Related Projects:

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

eyepy-0.12.2.tar.gz (49.6 kB view details)

Uploaded Source

Built Distribution

eyepy-0.12.2-py3-none-any.whl (57.6 kB view details)

Uploaded Python 3

File details

Details for the file eyepy-0.12.2.tar.gz.

File metadata

  • Download URL: eyepy-0.12.2.tar.gz
  • Upload date:
  • Size: 49.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for eyepy-0.12.2.tar.gz
Algorithm Hash digest
SHA256 41f8a62e1d5d17045f0416db211f80c3133bbf255395db99445508101d26c293
MD5 0d8748365c6054934603db3be7b3a62e
BLAKE2b-256 a1092aa67d5871c5815c5d4eb9b54507b7e74f1ed5df3a1f5dbb947129aebdd0

See more details on using hashes here.

File details

Details for the file eyepy-0.12.2-py3-none-any.whl.

File metadata

  • Download URL: eyepy-0.12.2-py3-none-any.whl
  • Upload date:
  • Size: 57.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for eyepy-0.12.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5d9c2be828a8acc99ccdc0691c0a124b0b8f2551ec89e4fb13abb3a235d1db52
MD5 6b161809cf6cead046d30bc7deda3dfc
BLAKE2b-256 898e4733d36d4d0f0758d8335f265617c1ed47bb19e795fc7c1c4d04a8686ecc

See more details on using hashes here.

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