[Paraview] JSON based new meta file format for series added
Favre Jean
jfavre at cscs.ch
Wed Jun 6 08:35:33 EDT 2018
ParaView 5.5 Release Notes present a JSON-based reader for time series. I have prepared a meta-data file for a series of *vtu files, I called it name.vtu.series
but ParaView 5.5.1 does not present me with any choice of reader which would accept it. Is there a compile option to enable, or what is the trick?
*.series are not listed as "Supported Files"
Here are the first few lines of my file:
{
"file-series-version" : "1.0",
"files" : [
{ "name" : "noname_0000000.vtu", "time" : 0.0 },
{ "name" : "noname_0000251.vtu", "time" : 0.0335713 },
{ "name" : "noname_0000358.vtu", "time" : 0.066844 },
{ "name" : "noname_0000440.vtu", "time" : 0.100014 },
..etc...
]
}
Any help would be appreciated.
-----------------
Jean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview/attachments/20180606/b34e22c2/attachment.html>
More information about the ParaView
mailing list