From 13fc5ba70e9fc6dce549c1acde0b37e3bcce7ba1 Mon Sep 17 00:00:00 2001 From: vand <vand@dtu.dk> Date: Tue, 19 Jan 2021 08:35:43 +0100 Subject: [PATCH] Update todo.md --- todo.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/todo.md b/todo.md index ccf2394..19ba5c0 100644 --- a/todo.md +++ b/todo.md @@ -1,13 +1,20 @@ -Make informative readme on the use of layered surface detection tool. +* Move to QIM tools +* Decide on citatios, licence, etc. +* Make nice figure for qim webpage. -There should be a description of how to install dependencies. -I had to install slgbuilder by typing: 'pip install slgbuilder' in the command line + +Anders' comments +* Make informative readme on the use of layered surface detection tool. + +* There should be a description of how to install dependencies. + +* I had to install slgbuilder by typing: 'pip install slgbuilder' in the command line slgbuilder is code from Niels Jeppesen, which I guess it not so well known. -Then I needed to use qim-tools. This was more difficult, because I cloned qim-tools and I did not have a description on how to install the tool. But it is just writing: 'python setup.py install' on the command line +* Then I needed to use qim-tools. This was more difficult, because I cloned qim-tools and I did not have a description on how to install the tool. But it is just writing: 'python setup.py install' on the command line -I got an error, because I did not have SimpleITK installed. I installed it from Conda. +* I got an error, because I did not have SimpleITK installed. I installed it from Conda. -- GitLab