marksgraham / OCT-Converter

Tools for extracting the raw optical coherence tomography (OCT) and fundus data from proprietary file formats.
https://pypi.org/project/oct-converter/
MIT License
199 stars 72 forks source link

laterality is not properly extracted from e2e files #45

Closed Dbrown411 closed 2 years ago

Dbrown411 commented 2 years ago

Hello, thank you for the great package. When trying to extract the laterality info using:

for volume in oct_volumes: volume.save('{}.png'.format(volume.laterality))

I get files saved as None.png. I'm sure I'm doing something obvious wrong here but I'd appreciate a pointer.

Thanks

Originally posted by @amanasj in https://github.com/marksgraham/OCT-Converter/discussions/28#discussioncomment-2034901