OCT-Converter icon indicating copy to clipboard operation
OCT-Converter copied to clipboard

Tools for extracting the raw optical coherence tomography (OCT) and fundus data from proprietary file formats.

Results 14 OCT-Converter issues
Sort by recently updated
recently updated
newest added

Hi everyone, First of all, thanks @marksgraham for taking the time to build this amazing OCT-converter. My question is related to the acquisition date for .e2e OCTs. Neither your OCT-converter...

Code for reading Zeiss' obfuscated dicom format is available here: https://github.com/pydicom/pydicom/discussions/1618 I can implement but don't have any zeiss dicom data to test on - if anyone has any to...

help wanted

Hi There! First of all, thank you Mark for your work! I was trying out your implementation for converting Heidelberg's E2E format to images and videos, respectively. I can execute...

Hi, Thank you for the great tool! We are using it to convert all the formats however we are noticing that when a dicom file contains only a single image,...

Hey, your converter is a long needed tool. Somehow I have problems to open E2E files using your example E2E code. Everytime, I got this error message: Traceback (most recent...

Hi Mark Hope you're doing well. These days I've been extracting some fda files to png and I've notice that the program extracts all the images with the same distribution...

Hi Mark, You added `bscan_metadata` to the e2e reader in the latest commits. I think each slice of layer segment has one corresponding `bscan_metadata`. I was wondering how can I...

I found scaley in metadata, but i didn't find out scaleX in this. is there any way I can find scaleX?

Documenting the roadmap here, feel free to pick up any issues or suggest more: ### Easy first issues - [x] Add type hints throughout. [This reader](https://github.com/marksgraham/OCT-Converter/blob/main/oct_converter/readers/boct.py) has an example. Types...

enhancement
good first issue

Hi Mark, About outputting dicom file label information. 1、I can obtain all the fundus data now, but can the number of files output in dicom format be consistent with images?...