KuangshiAi commited on
Commit ·
2896c95
1
Parent(s): e08090b
update description and rubric for carp, foot, and lobster
Browse files
main/carp/task_description.txt
CHANGED
|
@@ -13,13 +13,23 @@ Instructions:
|
|
| 13 |
|
| 14 |
2. Apply volume rendering to visualize the carp skeleton.
|
| 15 |
|
| 16 |
-
3. Adjust the transfer function to highlight only the bony structures in
|
| 17 |
|
| 18 |
4. Optimize the viewpoint to display the full skeleton, ensuring the head, spine, and fins are all clearly visible in a single frame.
|
| 19 |
|
| 20 |
5. Analyze the visualization and answer the following questions:
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
6. Save your work:
|
| 25 |
Save the ParaView state as "carp/results/{agent_mode}/carp.pvsm".
|
|
|
|
| 13 |
|
| 14 |
2. Apply volume rendering to visualize the carp skeleton.
|
| 15 |
|
| 16 |
+
3. Adjust the transfer function to highlight only the bony structures in an X-ray style (suppressing soft tissue).
|
| 17 |
|
| 18 |
4. Optimize the viewpoint to display the full skeleton, ensuring the head, spine, and fins are all clearly visible in a single frame.
|
| 19 |
|
| 20 |
5. Analyze the visualization and answer the following questions:
|
| 21 |
+
|
| 22 |
+
Q1: Which of the following options correctly describes the fins visible in the carp skeleton visualization?
|
| 23 |
+
A. 5 fins: 1 dorsal, 2 pectoral, 2 pelvic
|
| 24 |
+
B. 6 fins: 1 dorsal, 2 pectoral, 2 pelvic, 1 caudal
|
| 25 |
+
C. 7 fins: 1 dorsal, 2 pectoral, 2 pelvic, 1 anal, 1 caudal
|
| 26 |
+
D. 8 fins: 2 dorsal, 2 pectoral, 2 pelvic, 1 anal, 1 caudal
|
| 27 |
+
|
| 28 |
+
Q2: Based on the visualization, what is the approximate ratio of skull length to total body length?
|
| 29 |
+
A. ~15%
|
| 30 |
+
B. ~22%
|
| 31 |
+
C. ~30%
|
| 32 |
+
D. ~40%
|
| 33 |
|
| 34 |
6. Save your work:
|
| 35 |
Save the ParaView state as "carp/results/{agent_mode}/carp.pvsm".
|
main/carp/visualization_goals.txt
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
|
|
| 1 |
1. Bone Isolation: Are the bones clearly visible while soft tissue and background are suppressed? Thin fin rays should be distinguishable without major loss.
|
| 2 |
|
| 3 |
2. Viewpoint Selection: Does the chosen viewpoint display the entire carp skeleton (head, spine, ribs, fins, tail) without critical occlusion?
|
| 4 |
|
| 5 |
3. X-ray Appearance: Does the visualization resemble an X-ray (monochrome or grayscale, transparent look, consistent lighting)?
|
| 6 |
|
| 7 |
-
4. Correct Data Setup: Was the dataset loaded with proper spacing (0.78125 × 0.390625 × 1.0)? The carp skeleton should appear in its correct proportions without distortion (i.e., the fish shape looks anatomically normal).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
vision:
|
| 2 |
1. Bone Isolation: Are the bones clearly visible while soft tissue and background are suppressed? Thin fin rays should be distinguishable without major loss.
|
| 3 |
|
| 4 |
2. Viewpoint Selection: Does the chosen viewpoint display the entire carp skeleton (head, spine, ribs, fins, tail) without critical occlusion?
|
| 5 |
|
| 6 |
3. X-ray Appearance: Does the visualization resemble an X-ray (monochrome or grayscale, transparent look, consistent lighting)?
|
| 7 |
|
| 8 |
+
4. Correct Data Setup: Was the dataset loaded with proper spacing (0.78125 × 0.390625 × 1.0)? The carp skeleton should appear in its correct proportions without distortion (i.e., the fish shape looks anatomically normal).
|
| 9 |
+
|
| 10 |
+
text:
|
| 11 |
+
1. Q1 correct answer: C. 7 fins: 1 dorsal, 2 pectoral, 2 pelvic, 1 anal, 1 caudal
|
| 12 |
+
|
| 13 |
+
2. Q2 correct answer: B. ~22%
|
main/foot/task_description.txt
CHANGED
|
@@ -13,7 +13,12 @@ Visualize the anatomical structures:
|
|
| 13 |
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.
|
| 14 |
|
| 15 |
2. Analyze the visualization and answer the following questions:
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
3. Save your work:
|
| 19 |
Save the ParaView state as "foot/results/{agent_mode}/foot.pvsm".
|
|
|
|
| 13 |
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.
|
| 14 |
|
| 15 |
2. Analyze the visualization and answer the following questions:
|
| 16 |
+
|
| 17 |
+
Q1: Based on the X-ray style volume rendering of the foot dataset, which of the following best describes the visibility of bony structures?
|
| 18 |
+
A. Both the phalanges and metatarsals are fully visible
|
| 19 |
+
B. The phalanges are fully visible, but the metatarsals are only partially visible
|
| 20 |
+
C. The metatarsals are fully visible, but the phalanges are only partially visible
|
| 21 |
+
D. Neither the phalanges nor the metatarsals are clearly visible
|
| 22 |
|
| 23 |
3. Save your work:
|
| 24 |
Save the ParaView state as "foot/results/{agent_mode}/foot.pvsm".
|
main/foot/visualization_goals.txt
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
| 1 |
1. Overall Goal: Does the visualization effectively distinguish between different tissue types in the foot dataset?
|
| 2 |
|
| 3 |
-
2.
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
vision:
|
| 2 |
1. Overall Goal: Does the visualization effectively distinguish between different tissue types in the foot dataset?
|
| 3 |
|
| 4 |
+
2. X-ray Appearance: Does the visualization resemble an X-ray (monochrome or grayscale, transparent look, consistent lighting)?
|
| 5 |
+
|
| 6 |
+
text:
|
| 7 |
+
1. Q1 correct answer: B. The phalanges are fully visible, but the metatarsals are only partially visible
|
main/lobster/task_description.txt
CHANGED
|
@@ -15,7 +15,12 @@ Visualize the scanned specimen:
|
|
| 15 |
2. Use natural colors appropriate for the specimen (red-orange for lobster)
|
| 16 |
|
| 17 |
3. Analyze the visualization and answer the following questions:
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
4. Save your work:
|
| 21 |
Save the ParaView state as "lobster/results/{agent_mode}/lobster.pvsm".
|
|
|
|
| 15 |
2. Use natural colors appropriate for the specimen (red-orange for lobster)
|
| 16 |
|
| 17 |
3. Analyze the visualization and answer the following questions:
|
| 18 |
+
|
| 19 |
+
Q1: Based on the isosurface visualization of the lobster specimen, how many walking legs are visible?
|
| 20 |
+
A. 6 walking legs
|
| 21 |
+
B. 7 walking legs
|
| 22 |
+
C. 8 walking legs
|
| 23 |
+
D. 10 walking legs
|
| 24 |
|
| 25 |
4. Save your work:
|
| 26 |
Save the ParaView state as "lobster/results/{agent_mode}/lobster.pvsm".
|
main/lobster/visualization_goals.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
|
|
| 1 |
1. Overall Goal: Does the visualization clearly show the structure and details of the Lobster?
|
| 2 |
|
| 3 |
2. Boundary Clearity: Are surface details and boundaries of the lobster well-defined?
|
| 4 |
|
| 5 |
3. Correct Color: Is the color of the lobster mimic a real one? (red-orange)
|
| 6 |
|
| 7 |
-
|
|
|
|
|
|
| 1 |
+
vision:
|
| 2 |
1. Overall Goal: Does the visualization clearly show the structure and details of the Lobster?
|
| 3 |
|
| 4 |
2. Boundary Clearity: Are surface details and boundaries of the lobster well-defined?
|
| 5 |
|
| 6 |
3. Correct Color: Is the color of the lobster mimic a real one? (red-orange)
|
| 7 |
|
| 8 |
+
text:
|
| 9 |
+
1. Q1 correct answer: B. 7 walking legs
|