- Notifications
You must be signed in to change notification settings - Fork10
Python package to read Heidelberg Spectralis files
License
NotificationsYou must be signed in to change notification settings
ayl/heyexReader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a native python implementation for reading Heidelberg HeyexSpectralis files. The current version only supports the Heyex VOL files.
The full documentation of this project is located at:http://heyexreader.readthedocs.io/
$ pip install heyexReader
- Numpy
- Pillow
importheyexReadervol=heyexReader.volFile("test.vol")vol.renderIRslo("slo.png",renderGrid=True)vol.renderOCTscans("oct",renderSeg=True)print(vol.oct.shape)print(vol.irslo.shape)
The basis for this code was ported from Markus Mayer's excellent workhttps://www5.cs.fau.de/research/software/octseg/.
About
Python package to read Heidelberg Spectralis files
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.