mandorra / OCT-Reader

This repository aims to read/write RAW exported OCTs from Heidelberg Engineering machines in a Python/Numpy environment.
MIT License
6 stars 2 forks source link

can you help me to run this code #2

Open ehsanwwe opened 2 years ago

ehsanwwe commented 2 years ago

Hello i need to run your code to open an oct file but in Python im not expert (i'm pro Ai programmer with over 17 years exprience in C families)

can you help me what i need to add the enviroment variabels ( library and ... ) and how can i run this in a CLI command

mandorra commented 2 years ago

Hi! I am sorry to tell you this is a very old project of mine and I discontinued it so I don't know if it currently runs anymore.

Your best shot to try to run this is to install numpy in your Python environment and write a script that calls this functions. However, keep in mind that I only implemented two functions (Read OCT Header and Read SLO Image), not B-Scans which may be of your interest. Also it only works with specific OCT manufacturer.

Oli4 commented 1 year ago

@ehsanwwe If you are still interested in reading OCT data, have a look at eyepy. It has readers for E2E, VOL, and XML exports from Heidelberg Engineering and provides a unified interface to the data that enables data access, analysis, and visualization.