SciVisAgentBench-tasks / main /lobster /task_description.txt
KuangshiAi
update description and rubric for carp, foot, and lobster
2896c95
raw
history blame
1.04 kB
Task:
Load the Lobster dataset from "lobster/data/lobster_301x324x56_uint8.raw", the information about this dataset:
Lobster
Description: CT scan of a lobster contained in a block of resin.
Data Type: uint8
Data Byte Order: little Endian
Data Spacing: 1x1x1.4
Data Extent: 301x324x56
Data loading is very important, make sure you correctly load the dataset according to their features.
Visualize the scanned specimen:
1. Create an isosurface at the specimen boundary, find a proper isovalue to show the whole structure.
2. Use natural colors appropriate for the specimen (red-orange for lobster)
3. Analyze the visualization and answer the following questions:
Q1: Based on the isosurface visualization of the lobster specimen, how many walking legs are visible?
A. 6 walking legs
B. 7 walking legs
C. 8 walking legs
D. 10 walking legs
4. Save your work:
Save the ParaView state as "lobster/results/{agent_mode}/lobster.pvsm".
Save the answers to the analysis questions in plain text as "lobster/results/{agent_mode}/answers.txt".