Skip to content

Tools for reverse engineering multifocal intraocular lenses

License

Notifications You must be signed in to change notification settings

drocheam/miol-reng-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

miol-reng-tools

Tools for Reverse Engineering Multifocal Intraocular Lenses

This is the repository of the project Reverse Engineering of Multifocal Intraocular Lenses Using a Confocal Microscope that was conducted as research seminar at the TH Köln in WS 2020/21.

Details can be found in the paper included in the repository.

Structure

Element Function
Measurements\ Measurement data and processing parameters
Code\lib\ Implemented library package
Code\GenerateProfiles.py Generate surface profiles from a measurement
Code\EstimateThickness.py Measure lens edge thickness
Code\CompareStitching.py Compare different stitching methods on a measurement
Code\ShowProfiles.py Show generated profiles

The project includes functions from musurf-reader.

Required packages:

copy, matplotlib, numpy, PyQt5, scipy, struct, os

Tested with Python 3.8, PyCharm 2020.3.2 and Spyder 4.2.1