KuangshiAi commited on
Commit
d723753
·
1 Parent(s): f4ab3a3

modify some GS results and task descriptions

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
main/bonsai/.DS_Store CHANGED
Binary files a/main/bonsai/.DS_Store and b/main/bonsai/.DS_Store differ
 
main/carp/GS/carp_gs.pvsm CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b6b1f8ef7f14cc0939313dece7a3f73725efa29f0b3242827a3205ee27d5d55
3
- size 234004
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cad692d281b2875a7ddcc9f35e0573bd9843380fae07a1cc99d84103732306c
3
+ size 225932
main/carp/GS/gs_diagonal_view.png CHANGED

Git LFS Details

  • SHA256: e3187f1a9c69d4d603694861a2182d0a41bbf516675d535a0c460e5b6375ee20
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB

Git LFS Details

  • SHA256: 3e0b1aa4537471531ac783aa3e9adf8605caa5c7da5a3bdc1e9f5dcb27d894ae
  • Pointer size: 131 Bytes
  • Size of remote file: 156 kB
main/carp/GS/gs_front_view.png CHANGED

Git LFS Details

  • SHA256: 196703c0863f4ed986398f2f66d71ed9c21fa2f55915f400a483cbb8cfb3e3b3
  • Pointer size: 130 Bytes
  • Size of remote file: 39.1 kB

Git LFS Details

  • SHA256: 9a165e317eb501de0e9619fbbbec73f556fa2a8e9e085459a9c5058157688282
  • Pointer size: 130 Bytes
  • Size of remote file: 67.7 kB
main/carp/GS/gs_side_view.png CHANGED

Git LFS Details

  • SHA256: 3c2abebbde4f8a5188b3350afd0c219ad503ae9a01af4b39ce7f90ff1041ca97
  • Pointer size: 130 Bytes
  • Size of remote file: 90.3 kB

Git LFS Details

  • SHA256: cafac92a550a7206e676111ae48a41a6d1cfb45c707c8b42c6e4eb6a4916fc17
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
main/carp/task_description.txt CHANGED
@@ -13,7 +13,7 @@ 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 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
 
 
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 a warm yellow tone, resembling the skeletal displays commonly seen in museums (suppressing soft tissue, you may need to enable shading or fine-tune the lighting to achieve the optimal visual effect).
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
 
main/foot/GS/gs_diagonal_view.png ADDED

Git LFS Details

  • SHA256: c4025fa1020ebd62e617cd330a68a90f02d25b1cf6a6e347683f4c4c021d88c8
  • Pointer size: 131 Bytes
  • Size of remote file: 183 kB
main/foot/GS/gs_front_view.png ADDED

Git LFS Details

  • SHA256: 7b3bd08e7a1d642482f7ffa8b42c43015e2dab8b4a95b811ce57a64f9099b8d3
  • Pointer size: 131 Bytes
  • Size of remote file: 140 kB
main/foot/GS/gs_side_view.png ADDED

Git LFS Details

  • SHA256: eff922edefdd631b5e15597b4204ea58bdd68383f2040cb555cd352e14f9e2dd
  • Pointer size: 131 Bytes
  • Size of remote file: 182 kB
main/lobster/GS/gs_diagonal_view.png ADDED

Git LFS Details

  • SHA256: d920917001b635681525676ce3442f2fd2317852f23f21af744784810106a066
  • Pointer size: 131 Bytes
  • Size of remote file: 212 kB
main/lobster/GS/gs_front_view.png ADDED

Git LFS Details

  • SHA256: 955c0e45680573f3a0d143877c11c0e5c9b14c41851919684fd6e18a2d4c04b4
  • Pointer size: 131 Bytes
  • Size of remote file: 283 kB
main/lobster/GS/gs_side_view.png ADDED

Git LFS Details

  • SHA256: 40efb325e8230ed3cbcb388b256a9748cc371c3cf94c0f6bb92c9e263dfb8928
  • Pointer size: 131 Bytes
  • Size of remote file: 141 kB
main/lobster/GS/lobster_gs.pvsm CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4850853e90dc12c5b72c08a48dde7972da869ed6a1ffca9b43fae04e85618057
3
- size 378290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:955b28b9caa3cff4c97ad777f63484fae606faeb66a7b0be8b55361a3f56e23e
3
+ size 378283
main/screenshot_gs.sh CHANGED
@@ -1,9 +1,9 @@
1
  # !/bin/bash
2
- # Example usage of screenshot_helper.py for the carp dataset,
3
  # which generates three views (front, side, diagonal) of screenshots for a given ParaView state file
4
- pvpython screenshot_helper.py --gs_state_path carp/GS/carp_gs.pvsm \
5
- --gs_img_path carp/GS \
6
- --data_directory carp/data \
7
  # data_directory is needed to load the data files correctly, otherwise use the data path in the state file
8
- # --result_state_path carp/results/carp_result.pvsm \
9
- # --result_img_path carp/results \
 
1
  # !/bin/bash
2
+ # Example usage of screenshot_helper.py for the tornado dataset,
3
  # which generates three views (front, side, diagonal) of screenshots for a given ParaView state file
4
+ pvpython screenshot_helper.py --gs_state_path tornado/GS/tornado_gs.pvsm \
5
+ --gs_img_path tornado/GS \
6
+ --data_directory tornado/data \
7
  # data_directory is needed to load the data files correctly, otherwise use the data path in the state file
8
+ # --result_state_path tornado/results/tornado_result.pvsm \
9
+ # --result_img_path tornado/results \
main/supernova/.DS_Store CHANGED
Binary files a/main/supernova/.DS_Store and b/main/supernova/.DS_Store differ
 
main/supernova/GS/gs_diagonal_view.png CHANGED

Git LFS Details

  • SHA256: c09397358f712ef4da2a8ba31f3a6d474df7869c256fcc5d1231222338b1ef98
  • Pointer size: 131 Bytes
  • Size of remote file: 278 kB

Git LFS Details

  • SHA256: 6b9fd1e04c63a7106bde57d69433513f7f5586e8369a90ff1e948d3763b2bb0b
  • Pointer size: 131 Bytes
  • Size of remote file: 361 kB
main/supernova/GS/gs_front_view.png CHANGED

Git LFS Details

  • SHA256: a4f79f852d76d0267e09517687c86b7ce4892b632ccdd078f524fd10bda8d796
  • Pointer size: 131 Bytes
  • Size of remote file: 274 kB

Git LFS Details

  • SHA256: dd6efaa2d120e24408051670988d7e6ea8722ed33a3aae96086e0eede1bfe5e8
  • Pointer size: 131 Bytes
  • Size of remote file: 376 kB
main/supernova/GS/gs_side_view.png CHANGED

Git LFS Details

  • SHA256: 73d10622c11fa07dc2c30a9215e04cd0f7f32588fbbd3596baac96b0b44da3f1
  • Pointer size: 131 Bytes
  • Size of remote file: 320 kB

Git LFS Details

  • SHA256: 3172ffc5c5002f25544d1a12dad5a47b9fe09b5051325259e4190e9dff7123ef
  • Pointer size: 131 Bytes
  • Size of remote file: 406 kB
main/supernova/GS/supernova_gs.pvsm CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22c09e249d30b845f08876fc48c05f0f338929e7c8f7a8e438f142900fa0dc11
3
- size 475414
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:474a80993255b7c322461eb0c631cb971fd59925f4f28eac76432c7f9d7fa371
3
+ size 506778
main/supernova/task_description.txt CHANGED
@@ -8,7 +8,7 @@ Data Spacing: 1x1x1
8
  Data Extent: 256x256x256
9
  Data loading is very important, make sure you correctly load the dataset according to their features.
10
 
11
- Then visualize it and extract two isosurfaces. One of them use color red, showing areas with low density (isovalue 40 and opacity 0.4), while the other use color blue, showing areas with high density (isovalue 150 and opacity 0.8).
12
 
13
  Please think step by step and make sure to fulfill all the visualization goals mentioned above. Only make the two isosurfaces visible.
14
 
 
8
  Data Extent: 256x256x256
9
  Data loading is very important, make sure you correctly load the dataset according to their features.
10
 
11
+ Then visualize it and extract two isosurfaces. One of them use color red, showing areas with low density (isovalue 40 and opacity 0.2), while the other use color blue, showing areas with high density (isovalue 150 and opacity 0.4).
12
 
13
  Please think step by step and make sure to fulfill all the visualization goals mentioned above. Only make the two isosurfaces visible.
14
 
main/tornado/.DS_Store CHANGED
Binary files a/main/tornado/.DS_Store and b/main/tornado/.DS_Store differ
 
main/tornado/GS/.DS_Store CHANGED
Binary files a/main/tornado/GS/.DS_Store and b/main/tornado/GS/.DS_Store differ
 
main/tornado/GS/gs_diagonal_view.png CHANGED

Git LFS Details

  • SHA256: 49af2e632fd82221e826b74f9b88bfd8afb19d655d813b664c5f2da304a60a26
  • Pointer size: 131 Bytes
  • Size of remote file: 484 kB

Git LFS Details

  • SHA256: e4e1a56b0f5cdbc405bf62c4c757e9ee50f48f39034a4ebab781d2edbf52413f
  • Pointer size: 131 Bytes
  • Size of remote file: 542 kB
main/tornado/GS/gs_front_view.png CHANGED

Git LFS Details

  • SHA256: 812375bd3867ebfa42188641ed2d94408d64d6be93387dd7e345a90a54dd8232
  • Pointer size: 131 Bytes
  • Size of remote file: 597 kB

Git LFS Details

  • SHA256: ec5ae707d051742e36779a26c7bececcf31fddea91c59853aa9dfc93020e8d92
  • Pointer size: 131 Bytes
  • Size of remote file: 646 kB
main/tornado/GS/gs_side_view.png CHANGED

Git LFS Details

  • SHA256: 16904f34f00c8d366ea2ba16e6fa1576b65fdd9b249f2dca75af7875b10af050
  • Pointer size: 131 Bytes
  • Size of remote file: 312 kB

Git LFS Details

  • SHA256: a471ec2ebe3227aaa7234472014c28106838554272ac3eacb16f7a5adbcd1321
  • Pointer size: 131 Bytes
  • Size of remote file: 336 kB
main/tornado/GS/tornado_gs.pvsm CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0925273b0be89973865699b20ca9bc92214a10c0d69aa785bc7366ac96ec3e3
3
- size 597880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf886758e0a73b96bb0df842f59cf1e1be23712b75bcef47f89363a807cafcff
3
+ size 608378
main/tornado/task_description.txt CHANGED
@@ -10,7 +10,7 @@ Data loading is very important, make sure you correctly load the dataset accordi
10
 
11
  Add a “glyph” filter under the tornado data to display velocity glyph, set an appropriate “Scale Factor” so the glyphs are visible.
12
 
13
- Then add a “stream tracer” filter under the tornado data to generate streamlines. Choose “Point Cloud” as “Seed Type”, and do not show sphere.
14
 
15
  Add a “tube” filter under the stream tracer you just created to generate tubes for visualizing the streamlines. Set an appropriate radius. Make the stream tracer invisible and the tube visible. At last, render the streamlines as tubes.
16
 
 
10
 
11
  Add a “glyph” filter under the tornado data to display velocity glyph, set an appropriate “Scale Factor” so the glyphs are visible.
12
 
13
+ Then add a “stream tracer” filter under the tornado data to generate streamlines. Choose “Point Cloud” as “Seed Type”, and do not show sphere. Try to figure out the best position to place the critical points and the radius of the sphere for optimal visualization.
14
 
15
  Add a “tube” filter under the stream tracer you just created to generate tubes for visualizing the streamlines. Set an appropriate radius. Make the stream tracer invisible and the tube visible. At last, render the streamlines as tubes.
16