Closed SaeedShurrab closed 1 year ago
Any updates @marksgraham
This seems to fail very early on, reading the first header. Are you sure this is an e2e scan? Do you know which scanner it came from (maybe very old or very new?), and I'd it is a standard OCT or some different modality?
El mié, 25 de ene de 2023 00:08, Saeed Shurrab @.***> escribió:
Any updates @marksgraham https://github.com/marksgraham
— Reply to this email directly, view it on GitHub https://github.com/marksgraham/OCT-Converter/issues/83#issuecomment-1403182541, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4UIM2BUWYEHR6PCGV6YOTWUDGNZANCNFSM6AAAAAAUDNQ2DM . You are receiving this because you were mentioned.Message ID: @.***>
Hi Mark,
This is the first line of the e2e file, could you check the problem?
434d 4462 0000 0000 0000 0000 6400 0000 CMDb........d...
This matches the start of my .e2e files so it is an .e2e .. what is the filesize?
around 50 Mb
Hm this is very difficult to debug remotely.. is it a normal OCT scan? If you can send me the scan I can take a look
hmmm. It is not allowed to send the file elsewhere due to privacy issues.
Yeah fair enough. And have you had any luck with eyepy which has a similar but seperately implemented .e2e reader - will help us work out if the problem is a code bug or a problem with us not fully understanding the .e2e specification.
Yeah fair enough. And have you had any luck with eyepy which has a similar but seperately implemented .e2e reader - will help us work out if the problem is a code bug or a problem with us not fully understanding the .e2e specification.
even eyepie does not work for the file that I have, Thanks Mark
The eyepy reader seems to fail later, because it does not find the Bscan meta data. Parsing of the file contents seems to work, so the file should be fine.
Hi guys
We managed to open the .E2E and .sdb files using convert_oct_data c++ library to .img, then we use oct-converter to from .img to JpeG. Thanks for your help
Thank you for sharing your solution!
Hi,
Thanks, good to know. Looks like there is something we can learn about the .e2e format from that library - will look into when I get a chance.
Best, Mark
Closed because without the ability to access the data I don't think I can work on fixing this
Hi, I am experiencing the same error with an .E2E file. I can send you a file if you want
Sorry for missing this - this is separate from the previous unicode issue you were having? If you're still having the issue you can send me the file and I'll take a look
Hi Mark
Thank you so much for the great tool. I am trying to extract data from E2E file but I get an error when I read the file:
then I get the following response:
What might be the problem??