Kitware / visualizer

The ParaViewWeb Visualizer application which can be used standalone or as a component within another web context.
https://kitware.github.io/visualizer/
BSD 3-Clause "New" or "Revised" License
115 stars 28 forks source link

Opening Ensight does not detect time #39

Closed ArnauMiro closed 7 years ago

ArnauMiro commented 7 years ago

Hi,

I've been trying to load time-dependent Ensight files into Visualizer and I noticed that it doesn't detect the time series. When I load in ParaView, the time series is detected normally, but not when I open with Visualizer.

Loading a state file doesn't help either.

Will this feature be added at some point?

Thanks,

Arnau

jourdain commented 7 years ago

This should work. If not, then it can be configured to do so and we should not need to add/edit any code for that.

Do you mind sharing a file that illustrate that issue with me?

Thanks,

Seb

ArnauMiro commented 7 years ago

Here it goes a screen cap of visualizer with Ensight data set loaded

This is paraview opening the same data set

As you can see ParaView detects that is time dependent and loads the time bar, whereas visualizer does not. The data set is a bit big but I can also share it if needed.

If it can be configured, can you please show me how? I would really love to use the visualizer tool but all my data is in Ensight format, so it is a big drawback.

Thanks for the help,

Best,

-- Arnau Miró

On 17 Aug 2017, at 17:11, Sebastien Jourdain notifications@github.com wrote:

This should work. If not, then it can be configured to do so and we should not need to add/edit any code for that.

Do you mind sharing a file that illustrate that issue with me?

Thanks,

Seb

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Kitware/visualizer/issues/39#issuecomment-323100420, or mute the thread https://github.com/notifications/unsubscribe-auth/ALcxYJabmyfpPaBkNdWyAjyC4HBR8zi7ks5sZFZ8gaJpZM4O5-bk.

jourdain commented 7 years ago

If I can get my hand on an Ensight time dataset and see why Visualizer is not picking up its time information, that would be useful. So I can figure out of the issue is in the code or in the config.

You can send me a private e-mail with your data, that would be great. sebastien.jourdain@kitware.com

jourdain commented 7 years ago

It worked for me?

screen shot 2017-08-17 at 11 58 16 am

jourdain commented 7 years ago

Which version of Visualizer and ParaView are you using?

ArnauMiro commented 7 years ago

I'm using Visualizer 2.2.2 and ParaView 5.4.0.

Is it fixed on the latest version?

-- Arnau Miró

On 17 Aug 2017, at 20:00, Sebastien Jourdain notifications@github.com wrote:

Which version of Visualizer and ParaView are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jourdain commented 7 years ago

I've tried on pv/master but will try on PV 5.4.0 now.

Which OS are you using?

jourdain commented 7 years ago

I managed to reproduce your issue with 5.4.0.

But it seems to be fixed on ParaView/master. Hopefully 5.4.1 will fix that issue too.

ArnauMiro commented 7 years ago

I'm on Ubuntu linux. I'll try with paraview 5.4.1

Thanks,

-- Arnau Miró

On 17 Aug 2017, at 20:15, Sebastien Jourdain notifications@github.com wrote:

I've tried on pv/master but will try on PV 5.4.0 now.

Which OS are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ArnauMiro commented 7 years ago

I fixed it by installing ParaView/master and running on Visualizer 2.3.0

q

Thanks for the help! I'm closing the issue.

jourdain commented 7 years ago

Thanks for your feedback and happy that's working for you now... ;-)