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

Blueish fundus image from fda files #104

Closed drombas closed 1 year ago

drombas commented 1 year ago

Hi, fundus images from fda files look blueish when plotted.

Have you encountered this before?

I believe it is a just matter of swapped red and blue axes. Would it make sense to fix it?

Oli4 commented 1 year ago

This is mentioned in the uocte documentation as well. I think just switching the blue with the red channel is the way to go.

marksgraham commented 1 year ago

Hi,

The only .fda file I have for testing is so low quality that I didn't notice the colours are wrong! But yes, lets fix it!