From 65a3a78b4adaa102984b3b9ffc835fbe18214ebb Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:47:58 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 009b5ab..1c8d09f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # gevi +## Main files: + +Anime.py : Is a class used for displaying 2d Movies from a 3D Matrix. + +ImageAlignment.py: Is a class used for aligning two images (move and rotate as well as an unused scale option). This source code is based on https://github.com/matejak/imreg_dft . Is was ported to PyTorch such it can run in GPUs. + +DataContailer.py: Main class for data pre-processing of the gevi raw data. ## TODO / Known problems