Coder Social home page Coder Social logo

heyexreader's Introduction

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

heyexreader's People

Contributors

ayl avatar pkhateri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

heyexreader's Issues

Writing .vol files

Hi,

I was wondering if you have any code that allows for writing data to .vol files? I work on a tool that reads various OCT formats, with the aim of writing them to more general formats for analysis, but someone has requested writing to .vol for interoperability with some analysis packages in ImageJ. I'm not familiar with the format but found this codebase and wondered if you had anything of the sort?

Thanks,
Mark

read e2e

Thanks for sharing your code, I just wondering is there any chance to read the e2e similar to your code?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.