From 04f867b23d461860692731d73bc8a25e19af0a07 Mon Sep 17 00:00:00 2001 From: wetzels <wetzels@rhrk.uni-kl.de> Date: Fri, 3 Jun 2022 15:47:03 +0200 Subject: [PATCH] Update Exercise 8 (Submission Format) --- ex8/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ex8/README.md b/ex8/README.md index f440f6d..4a0d3a0 100644 --- a/ex8/README.md +++ b/ex8/README.md @@ -9,7 +9,7 @@ Your goal now is to create a contour tree to visualize the topology of the datas <img src="img/vtk.png" width="600"> -**Summary of Tasks:** Create a contour tree visualization for the given dataset. Which class do you need to use? +**Summary of Tasks:** Create a contour tree visualization for the given dataset. Save your submission code as `task1.py`. Which class do you need to use? ## Task 2: Advanced Topological Methods (1P) @@ -23,11 +23,13 @@ The result should look like this: <img src="https://i.gyazo.com/9f65ce63818eda7eb28d2f26ccde8a6a.gif" width="400"> +**Summary of Tasks:** Use TTK to compute the contour tree for the given dataset and render the tree and the original domain together in the same window. Save your submission code as `task2.py`. + ## Task 3: Creating Data (1P) In the previous task, you used a given dataset. Your task now is to create a dataset and observe how the resulting tree changes. For this assignment you need to edit this README file and answer a concrete question. -**Summary of Tasks:** Create an interesting dataset to visualize with a contour tree. What are problems which can arise when using extreme datasets e.g. all zeros and no elevation? Note that these oddities may even be present in the example data. +**Summary of Tasks:** Create an interesting dataset to visualize with a contour tree and submit it as `task3.vtk`. What are problems which can arise when using extreme datasets e.g. all zeros and no elevation? Note that these oddities may even be present in the example data. *Your answer:* -- GitLab