Mark Graham
Mark Graham
Hey, Thats an interesting observation - are you looking at the data in the numpy array as it comes out the scanenr? Or after the data has been saved to...
Could you look at the distribution of the data extracted into a np array, before it is saved into png? I'm wondering if the process of converting the image to...
Hi there, 1. If you save as sequential image files (e.g. .png) do you get different slices? 2. I'm aware of this, but there isn't too much I can about...
Hi, To change the .e2e scaling, you would want to change this line in the code: https://github.com/marksgraham/OCT-Converter/blob/c335a40f9afd7a32d5865e0a4067b2dfdf44630d/oct_converter/readers/e2e.py#L161 where each pixel is raised to the power of 1/2.4 and multiplie by...
That is strange. Is there any way you would be able to share a .e2e file with me, and the corresponding scans exported in HEYEX, for me to take a...
Really interesting. I think as a minimum we could allow users to set the gamma value as an argument so they experiment with how this might affect their data.
Thanks @Oli4 Your package looks useful, I've had users request the ability to read HEYEX files before. Would you be happy if I linked to it in a 'Related projects'...
Hi @Oli4 , Done!
Hi, I haven't encountered single image slices but agree it would be useful to handle this. If you manage to extend it to handle this case feel free to submit...
Hi there, I've been trying to extract this recently. The most progress I've made is that I can extract birthdate https://github.com/marksgraham/OCT-Converter/blob/11bdf6a3297d5414c9436aa4e6981af2e7268923/oct_converter/readers/e2e.py#L179 which, as is stated in the uocte link you...