MedVisBonn / eyepy

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

Getting error while reading .vol file #1

Closed Naveedkhan283 closed 2 years ago

Naveedkhan283 commented 2 years ago

Description

I am trying to read meta data information from .vol file but it gives error "buffer is too small for requested array" I have also attached the screen shot of the error.

Could please help why i am getting this error ?

Thanks, Naveed

error reading vol

Oli4 commented 2 years ago

Dear Naveed,

Sorry for the late reply. I never encountered this issues so far. Where did you get this data from? I just released eyepy 0.4, give it a try.

import eyepy as ep
ev = ep.import_heyex_vol(path)

If it is still not working let me know Best regards Olivier