KuangshiAi
Remove napari_mcp_evals folder and add bioimage_data folder with Git LFS
3a2d55e
raw
history blame
1 kB
Task:
Load the Isotropic Turbulence dataset from "tacc_turbulence/data/tacc_turbulence_256x256x256_float32.raw", the information about this dataset:
Isotropic Turbulence
Description: The dataset represents a time step from an isotropic turbulence simulation. A single variable, enstrophy, is represented on a Cartesian grid.
Data Type: float32
Data Byte Order: little Endian
Data Spacing: 1x1x1
Data Extent: 256x256x256
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 "tacc_turbulence/results/tacc_turbulence.pvsm"