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

changes on fda.py #85

Closed furkantrky closed 1 year ago

furkantrky commented 1 year ago

Hello, I was working on with this repo for fda files and I can not extract the images with decode function after that I add a try except and with except part I decode the data with bytes io. And I add some functions to get the other informations in fda file and wrote another .py file with a function that extract bscans images, video, fundus image, gray scale fundus image and a json which contains other informations in fda file.

marksgraham commented 1 year ago

Thanks, will merge for now and await any further updates in a further PR

furkantrky commented 1 year ago

Okay thanks for the merge I'll try to work on the improvment on my freetimes.

furkantrky commented 1 year ago

Hi, I have a question, will you release new update for python package.

marksgraham commented 1 year ago

Hi @FurkyT I've now released to PyPi

furkantrky commented 1 year ago

Thanks, I hope I can make the improvments soon.