From 2f868fdf6ecf15396d4680f9b19d780959f1302d Mon Sep 17 00:00:00 2001 From: monj <monj@dtu.dk> Date: Wed, 15 Sep 2021 15:08:03 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a90b2e3..7b80ae9 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ <a name='1'></a> ### 1. Description of repository content -The tutorials demonstrate the use of the structure tensor tool for the analysis of orientations from 2D and 3D data. With these tutorials we would like you to 1) learn how to choose the parameters to obtain desirable results, 2) see different options for visualising the output of the structure tensor, and 3) get inspiration for scientific questions that you could answer with the structure tensor tool. The 2D and 3D example tutorials (_ST2D_examples_ and _ST3D_examples_) come as python scripts (.py) and Jupyter Notebooks (.ipynb). While the 2D script covers many examples, the 3D script dives into one example and thus comes with more details. You can also find a set of guided exercises with solutions, names _ST2D_exercise_withSolutions.ipynb_. The tutorials come with a set of utils (helper functions), named _utilsST_2D.py_- and _utilsST_3D.py_, to inspect the output of the structure tensor in various ways. +The tutorials demonstrate the use of the structure tensor tool for the analysis of orientations from 2D and 3D data. These tutorials have been developed for the implementation in https://github.com/Skielex/structure-tensor. This implementation is compatible with the python package `cupy`. Therefore, if you have large volumes to process and a graphical processing unit (GPU), you can speed up your computations simply by having a working installation of [cupy](https://docs.cupy.dev/en/stable/install.html). -These tutorials have been developed for the implementation in https://github.com/Skielex/structure-tensor. This implementation is compatible with the python package `cupy`. Therefore, if you have large volumes to process and a graphical processing unit (GPU), you can speed up your computations simply by having a working installation of [cupy](https://docs.cupy.dev/en/stable/install.html). +With these tutorials we would like you to 1) learn how to choose the parameters to obtain desirable results, 2) see different options for visualising the output of the structure tensor, and 3) get inspiration for scientific questions that you could answer with the structure tensor tool. The 2D and 3D example tutorials (_ST2D_examples_ and _ST3D_examples_) come as python scripts (.py) and Jupyter Notebooks (.ipynb). While the 2D script covers many examples, the 3D script dives into one example and thus comes with more details. You can also find a set of guided exercises with solutions, names _ST2D_exercise_withSolutions.ipynb_. The tutorials come with a set of utils (helper functions), named _utilsST_2D.py_- and _utilsST_3D.py_, to inspect the output of the structure tensor in various ways. To find out more, click on the binder icon to run the tutorials online [](https://mybinder.org/v2/git/https%3A%2F%2Flab.compute.dtu.dk%2FQIM%2Ftutorials%2Fstructuretensor/HEAD) -- GitLab