MedVisBonn / eyepy

A python package to read, analyse and visualize OCT and fundus data from various sources.

Home Page:https://medvisbonn.github.io/eyepy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable motion correction

yiqian-wang opened this issue · comments

Hi, I wonder if there is a way to load the bscans & layer segmentation data without performing motion correction via affine transformation?

Hey yiqian-wang,

eyepy does not perform any motion correction. The transform which can be given to the EyeVolume object maps a 2D projection of the volume data into the enface space, for annotation overlays for example. As of my understanding data exported with HEYEX in the .xml or .vol format is already motion corrected.

I see, thanks for your reply!