-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reading e2e laterality metadata #123
Comments
What seems to fix is the following edit here:
whilst commenting out:
in line 239 |
Thanks for raising this. I wasn't sure how to associate laterality chunks to imaging chunks when implementing this, so I guessed and checked it worked out with the few scans I had available to me. It could well be your approach is better, but I might leave this issue open a while and see if anyone else has any opinions/experiences they can weigh in with before I go ahead and change the code. |
Sure, no problem. Thank you for considering! |
For my heidelberg OCT dataset, I am reading the following e2e scans:
ONH (Retina) - dimensions 384x496, 73 slices;
Macula (Choroid) - dimensions 512x496, 25 slices;
Macula (Retina) - dimensions 52x496, 49 slices;
Upon reading the volumes, volume.Laterality wrongfully always returns "L" for all ONH scans. Before the recently updated e2e reader, I had slightly modified the read_oct_volume() method in e2e.pyto extract more metadata, which correctly returned laterality.
So far I cannot locate the problem of this issue myself, I will share my code for e2e.py :
The text was updated successfully, but these errors were encountered: