Re: [Paraview] JSON based new meta file format for series added

2018-06-08 Thread David Ortley
So, on a related note, I just tried the .series format with silo files, but
it doesn't seem to work.

I get the correct filename and time in the 'Info' tab as I click the
forward timestep button, but I'm never given an option of which silo
variables to load, and no silo file loads.

Is the .series file only for certain filetypes?

-David Ortley

On Wed, Jun 6, 2018 at 6:46 AM, Favre Jean  wrote:

>
> Never, I'll answer my own question.
> Must have been an operator error.
>
> Selecting "All Files (*)" and simply double-clicking on the file name does
> the job.
>
> That is a great addition to ParaView. Well done!
>
> Jean
>
> ___
> Powered by www.kitware.com
>
> ParaView discussion is moving! Please visit https://discourse.paraview.
> org/ for future posts.
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/paraview
>
>
___
Powered by www.kitware.com

ParaView discussion is moving! Please visit https://discourse.paraview.org/ for 
future posts.

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] JSON based new meta file format for series added

2018-06-06 Thread Favre Jean

Never, I'll answer my own question.
Must have been an operator error.

Selecting "All Files (*)" and simply double-clicking on the file name does the 
job.

That is a great addition to ParaView. Well done!

Jean
___
Powered by www.kitware.com

ParaView discussion is moving! Please visit https://discourse.paraview.org/ for 
future posts.

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/paraview


[Paraview] JSON based new meta file format for series added

2018-06-06 Thread Favre Jean
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_000.vtu", "time" : 0.0 },
{ "name" : "noname_251.vtu", "time" : 0.0335713 },
{ "name" : "noname_358.vtu", "time" : 0.066844 },
{ "name" : "noname_440.vtu", "time" : 0.100014 },
..etc...
  ]
}
Any help would be appreciated.
-
Jean
___
Powered by www.kitware.com

ParaView discussion is moving! Please visit https://discourse.paraview.org/ for 
future posts.

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/paraview