seidart.visualization.vtkbuild module¶
- seidart.visualization.vtkbuild.build()¶
Convert SeidarT 3D field output files to VTK image data.
The function reads the global command-line configuration set by
main(), loads the project, constructs the spatial grid, and writes VTK files for visualization tools that support image data.
- seidart.visualization.vtkbuild.main(project_file: str, channel: str, numsteps: int)¶
This main function …
- Parameters:
project_file (str) – Path to the project file.
channel (str) – Data channel to be analyzed.
numsteps (int) – The time step interval between the images to be used. For example, n=20 means that every 20th image will be used.
- Returns:
None