write_series
Description
A simple python script that aggregates data from a folder into a series file.
Folder, filename, and file ending are set via individual command line arguments
(-folder, -filename, -ending), where the filename is assumed to be in
the form <basename>_<timestamp>.<ending>.
The resulting file is a paraview series file called <basename>.series which will
link to the individual files for the different timestamps, thus rendering loading all
files into paraview unnecessary. Instead only the series file can be imported.
Home