MedVisBonn / eyepy

A python package to read, analyse and visualize OCT and fundus data from various sources.
https://medvisbonn.github.io/eyepy/
MIT License
42 stars 8 forks source link

Opening Heyex .edb .pdb .sdb files #18

Closed paulschmeida closed 1 week ago

paulschmeida commented 1 month ago

We are looking to run some analysis on over 35k files from Heyex. These files are structured in folders per patient and it seems that the actual imaging is in .sdb files. Any idea how to open these files programmatically in Python? Seems like every project out there expects a different file format...

Oli4 commented 1 month ago

Dear @paulschmeida,

I believe that the edb pdb and sdb are internal files of the Heyex Database. There is probably some way to read them but I have never tried. I would recommend to use the RAW export to VOL and then you can use eyepy to read and visualize the volumes.