SciVisAgentBench-tasks / main /foot /task_description.txt
KuangshiAi
update description and rubric for carp, foot, and lobster
2896c95
raw
history blame
1.29 kB
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.
Visualize the anatomical structures:
1. Apply volume rendering with an X-ray transfer function that distinguishes soft tissues and bones. Bones with darker color, and soft tissue with lighter color.
2. Analyze the visualization and answer the following questions:
Q1: Based on the X-ray style volume rendering of the foot dataset, which of the following best describes the visibility of bony structures?
A. Both the phalanges and metatarsals are fully visible
B. The phalanges are fully visible, but the metatarsals are only partially visible
C. The metatarsals are fully visible, but the phalanges are only partially visible
D. Neither the phalanges nor the metatarsals are clearly visible
3. Save your work:
Save the ParaView state as "foot/results/{agent_mode}/foot.pvsm".
Save the answers to the analysis questions in plain text as "foot/results/{agent_mode}/answers.txt".