| I would like to use ParaView to visualize a dataset. | |
| Create a wavelet object. Change the view size to 400x400. | |
| Show the wavelet object and reset the camera to fit the data. | |
| Next, create a contour of wavelet object from the dataset "RTData". | |
| The contour should have isosurfaces at the following values: 97.222075, 157.09105, 216.96002500000003, and 276.829. | |
| Show the contour and color it with the same colormap that is used for coloring "RTData". | |
| Finally, save the contour in PLY format to the file "write-ply/results/{agent_mode}/PLYWriterData.ply". | |
| Save the visualization image as "write-ply/results/{agent_mode}/write-ply.png". | |
| (Optional, but must save if use paraview) Save the paraview state as "write-ply/results/{agent_mode}/write-ply.pvsm". | |
| (Optional, but must save if use python script) Save the python script as "write-ply/results/{agent_mode}/write-ply.py". | |
| Do not save any other files, and always save the visualization image. |