SciVisAgentBench-tasks / sci_volume_data /foot /task_description.txt
KuangshiAi
first commit
3cb1822
raw
history blame
814 Bytes
Task:
Load the Foot dataset from "foot/data/foot_256x256x256_uint8.raw", the information about this dataset:
Foot
Description: Rotational C-arm x-ray scan of a human foot. Tissue and bone are present in the dataset.
Data Type: uint8
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.
Then visualize it and extract isosurfaces to reveal the internal structures. Create one isosurface for soft tissue (lower isovalue, color: red, opacity: 0.3) and another for bone/dense structures (higher isovalue, color: white, opacity: 0.8).
Please think step by step and make sure to fulfill all the visualization goals mentioned above.
Finally, save the paraview state as "foot/results/foot.pvsm"