Python script for extracting images from output #28746
-
I have run ~500 simulations and have the corresponding output files. I want to extract the images of the last timesteps of each of the files. I know how to do it with I am not sure if this is the right place to ask this question, but it would be great if someone could point me to a proper source on this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think whichever python package you are working with for extracting the data from vtu files is a better place to start from. Note that you can use VTK output in moose, exodus is not the only option |
Beta Was this translation helpful? Give feedback.
I think whichever python package you are working with for extracting the data from vtu files is a better place to start from.
Note that you can use VTK output in moose, exodus is not the only option
https://mooseframework.inl.gov/source/outputs/VTKOutput.html