From c3e9b49c31526b01cebf6bb8ae918b8901a380a4 Mon Sep 17 00:00:00 2001
From: vand <vand@dtu.dk>
Date: Sat, 25 Apr 2020 11:42:55 +0200
Subject: [PATCH] Update README.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8d19119..c942e5b 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,8 @@
 
 Structure tensor in 2D and 3D. 
 
-Code for computation of the structure tensor and the notebooks with the examples of use.
+Contains modules with the code that computes structure tensors in 2D and 3D 
+(the files st2d.py and st3d.py) and also a few helping functions for easier 
+visualization. The examples for the use of modules are in the fiels 
+st2d\_examples.py and st3d\_examples.py. The two jupyter notebooks contain 
+more-or-less the same examples. Small pieces of data are provided.
-- 
GitLab