File size: 464 Bytes
eee57cc | 1 2 3 4 5 6 | 1. Load the data file "moons/data/moons.vti".
2. Apply topological simplification to the field "SplatterValues" with a persistence threshold of 10.
3. Compute the Morse-Smale segmentation on the simplified scalar field.
4. Save only the Ascending Manifold as "moons/results/{agent_mode}/moons.vti".
It should have a point array called "AscendingManifold".
For each point x, the array "AscendingManifold" should store the id number of the region that x belongs to. |