| Task: | |
| 1. Load the dragon dataset from "dragon/data/dragon.vtu". Apply an elevation function along the y-axis, ranging from 0 to 100. | |
| 2. Compute the persistence diagram using the \"elevation\" scalar field. | |
| 3. After filtering out persistence values less than 10, compute the critical points (e.g., minima, maxima, and saddle points) on the dataset. | |
| 4. Analyze the visualization and answer the following questions: | |
| Q1: How many saddle-maximum pairs are present in the dataset? | |
| (A) 2 (B) 4 (C) 6 (D) 10. | |
| Q2: How many minima are computed? | |
| (A) 2 (B) 5 (C) 8 (D) 10. | |
| Q3: Are there any saddle-saddle pairs in the persistence diagram? | |
| (Yes/No) | |
| 5. Save your work: | |
| Save the ParaView state as "dragon/results/{agent_mode}/dragon.pvsm". | |
| Save the answers to the analysis questions in plain text as "dragon/results/{agent_mode}/answers.txt". |