Skip to main content

Python package for reading and parsing Heyex Heidelberg Spectralis OCT files

Project description

heyexReader

License: GPL v3 Documentation Status Python 2.7 Python 3.6

This is a native python implementation for reading Heidelberg Heyex Spectralis files. The current version only supports the Heyex VOL files.

The full documentation of this project is located at: http://heyexreader.readthedocs.io/

Installation

$ pip install heyexReader

Requirements

  • Numpy
  • Pillow

Getting Started

import heyexReader

vol = heyexReader.volFile("test.vol")

vol.renderIRslo("slo.png", renderGrid = True)
vol.renderOCTscans("oct", renderSeg = True)

print(vol.oct.shape)
print(vol.irslo.shape)

Thanks To

The basis for this code was ported from Markus Mayer's excellent work https://www5.cs.fau.de/research/software/octseg/.

Funded by

Research to Prevent Blindness National Eye Institute

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

heyexReader-0.1.3.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

heyexReader-0.1.3-py3-none-any.whl (19.9 kB view hashes)

Uploaded Python 3

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