| Task: |
| Load the Richtmyer dataset from "richtmyer/data/richtmyer_256x256x240_float32.vtk". |
| Generate a visualization image of the Richtmyer dataset, Entropy field (timestep 160) of Richtmyer-Meshkov instability simulation, with the following visualization settings: |
| 1) Create volume rendering |
| 2) Set the opacity transfer function as a ramp function from value 0.05 to 1 of the volumetric data, assigning opacity 0 to value less than 0.05 and assigning opacity 1 to value 1. |
| 3) Set the color transfer function following the 7 rainbow colors and assign a red color [1.0, 0.0, 0.0] to the highest value, a purple color [0.5, 0.0, 1.0] to the lowest value. |
| 4) Visualization image resolution is 1024x1024 |
| 5) Set the viewpoint parameters as: [420, 420, -550] to position; [128, 128, 150] to focal point; [-1, -1, 1] to camera up direction |
| 6) Turn on the shade and set the ambient, diffuse and specular as 1.0 |
| 7) White background. Volume rendering ray casting sample distance is 0.1 |
| 8) Don't show color/scalar bar or coordinate axes. |
| Save the visualization image as "richtmyer/results/{agent_mode}/richtmyer.png". |
| (Optional, but must save if use paraview) Save the paraview state as "richtmyer/results/{agent_mode}/richtmyer.pvsm". |
| (Optional, but must save if use pvpython script) Save the python script as "richtmyer/results/{agent_mode}/richtmyer.py". |
| (Optional, but must save if use VTK) Save the cxx code script as "richtmyer/results/{agent_mode}/richtmyer.cxx" |
| Do not save any other files, and always save the visualization image. |