SciVisAgentBench-tasks / sci_volume_data /duct /task_description.txt
KuangshiAi
Remove napari_mcp_evals folder and add bioimage_data folder with Git LFS
3a2d55e
raw
history blame
825 Bytes
Task:
Load the Duct Flow dataset from "duct/data/duct_193x194x1000_float32.raw", the information about this dataset:
Duct Flow
Description: A wall-bounded flow in a duct.
Data Type: float32
Data Byte Order: little Endian
Data Spacing: 1x1x1
Data Extent: 193x194x1000
Data loading is very important, make sure you correctly load the dataset according to their features.
Visualize the flow dynamics:
1. Apply volume rendering to show the turbulent structures
2. Use a blue-to-red colormap to show vorticity or velocity magnitude
3. Create isosurfaces at multiple values to show different turbulence intensities
4. Add a contour on a slice plane to show flow patterns
Please think step by step and make sure to fulfill all the visualization goals mentioned above.
Finally, save the paraview state as "duct/results/duct.pvsm"