Re: [Paraview] 2d image tiling problem

2017-02-28 Thread Moreland, Kenneth
I cannot think of any existing reader with a format that is similar to what you describe. That said, the VTK/ParaView data structures could hold such a thing no problem. It might be your best bet is to create a reader (or programmable source) that reads in the metafile. -Ken From: ParaView

[Paraview] 2d image tiling problem

2017-02-28 Thread Scott, W Alan
Hi guys, I have a user that wants to visualize very large images (i.e., terrabyte size images). These images are composed of tiles or subimages, which are offset in the main image according to a metafile. Does Kitware have any tools for visualizing and manipulating large images? Thanks,

Re: [Paraview] [EXTERNAL] Re: ParaView 5.3.0 Release Candidate 1 binaries are available for download

2017-02-28 Thread Scott, W Alan
Gena, I just tried saving animations, Linux, local server, using master from yesterday. This includes a fix for https://gitlab.kitware.com/paraview/paraview/issues/17222 that is not in RC2. I was able to successfully create an .avi file with can.exo in one view and plot over line (line chart

Re: [Paraview] ParaView 5.3.0 Release Candidate 1 binaries are available for download

2017-02-28 Thread Utkarsh Ayachit
Mathieu, Do you want to take this one on? I suspect the patch needs some more tweaking. Utkarsh On Tue, Feb 28, 2017 at 7:53 AM, Gena Bug wrote: > Hi, Utkarsh > > I've tried your patch and now it's possible to set real numbers for axis > range (Line Chart View). Also, Set

Re: [Paraview] Issues viewing PV5.0.0 Filters/Alphabetical submenu

2017-02-28 Thread Ben Boeckel
On Tue, Feb 28, 2017 at 19:02:50 +0900, kenichiro yoshimi wrote: > Has this issue been resolved? > > I think that this might be caused by a bug in Qt 4.8.6: > https://bugreports.qt.io/browse/QTBUG-54921 I think we came to the same conclusion. Windows has used Qt4 4.8.4 since then to avoid the

Re: [Paraview] Issues viewing PV5.0.0 Filters/Alphabetical submenu

2017-02-28 Thread Cory Quammen
Hi Yoshimi, Would you mind testing the latest release candidate of ParaView 5.3.0 available at www.paraview.org/download? It is built on Qt 5, FYI. Thanks, Cory On Tue, Feb 28, 2017 at 5:02 AM, kenichiro yoshimi wrote: > Hi, > > Has this issue been resolved? > > I

Re: [Paraview] [Non-DoD Source] PVSB on Mac OSX 10.12

2017-02-28 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
Chuck – I ran a clean build on my OS X 10.12 system and added the flag “-DUSE_SYSTEM_png=OFF” to my top-level cmake command – and I still get the same failure deep down inside of the ParaView build – can’t find …… Cmake must be seeing something in the OS X 10.12 environment that’s different from

Re: [Paraview] ParaView 5.3.0 Release Candidate 1 binaries are available for download

2017-02-28 Thread Gena Bug via ParaView
Hi, Utkarsh I've tried your patch and now it's possible to set real numbers for axis range (Line Chart View). Also, Set Range dialog is now working (both Rescale buttons are work). However, in Calculator filter dot and comma are treated differently for real numbers in scientific notation:

Re: [Paraview] Issues viewing PV5.0.0 Filters/Alphabetical submenu

2017-02-28 Thread kenichiro yoshimi
Hi, Has this issue been resolved? I think that this might be caused by a bug in Qt 4.8.6: https://bugreports.qt.io/browse/QTBUG-54921 Regards, yoshimi 2016-01-21 18:40 GMT+09:00 Fuerntratt, Hermann : > Hi, > I have built ParaView 5.0.0 > in VS2013, 64 bit >