SciVisAgentBench-tasks / paraview /stream-glyph /task_description.txt
KuangshiAi
merge chatvis bench and main
77dc289
raw
history blame
842 Bytes
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.