File size: 842 Bytes
a8b7b1e 77dc289 | 1 2 3 4 5 6 7 8 9 10 11 12 | I would like to use ParaView to visualize a dataset.
Read in the file named "stream-glyph/data/stream-glyph.ex2".
Trace streamlines of the V data array seeded from a default point cloud.
Render the streamlines with tubes.
Add cone glyphs to the streamlines.
Color the streamlines and glyphs by the Temp data array.
View the result in the +X direction.
Save a screenshot of the result in the filename "stream-glyph/results/{agent_mode}/stream-glyph.png".
The rendered view and saved screenshot should be 1920 x 1080 pixels.
(Optional, but must save if use paraview) Save the paraview state as "stream-glyph/results/{agent_mode}/stream-glyph.pvsm".
(Optional, but must save if use python script) Save the python script as "stream-glyph/results/{agent_mode}/stream-glyph.py".
Do not save any other files, and always save the visualization image. |