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
193 stars 70 forks source link

typo #111

Closed dpsong closed 1 year ago

dpsong commented 1 year ago

Thank you so much for your work. There is a very minor bug,. fda.read_metadata() in line 32 of OCT-Converter/examples/demo_fda_extraction.py should be fda.read_all_metadata().

marksgraham commented 1 year ago

Thanks for pointing out the error. Fixed now!