Re: [Paraview] Calculation of eigenvalues of velocity tensors

2012-05-03 Thread Janusz Michalik
Hello all, Has anyone tried to compute the eigenvalues of tensors? In particular, I am interested in plotting the isosurface of the second eigenvalue of S^2+Omega^2 where S and Omega are the symmetric and antisymetric parts of the velocity gradient tensor \nabla U. Thank you in advance.

[Paraview] Paraview handles data different on MacOS

2012-05-03 Thread Fabian Key
Dear Paraview developers and users, I am using Paraview (3.14.1) to visualize the solution of a simulation program. The program generates data files in vtp format (ASCII). A representative file is attached. Using Paraview on Windows 7 (64 Bit) or ubuntu12.04 (32 Bit) everything works, but on

Re: [Paraview] Paraview handles data different on MacOS

2012-05-03 Thread Fred Fred
Edit your file and change types from 32 to 64 (Int32 - Int64, Float32 - Float64). Date: Thu, 3 May 2012 10:09:58 +0200 From: fabian@rwth-aachen.de To: paraview@paraview.org Subject: [Paraview] Paraview handles data different on MacOS Dear Paraview developers and users,

Re: [Paraview] Calculation of eigenvalues of velocity tensors

2012-05-03 Thread David E DeMarle
Python calculator? http://paraview.org/Wiki/ParaView/Users_Guide/Python_Calculator David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, May 3, 2012 at 3:47 AM, Janusz Michalik janusz.micha...@epfl.ch wrote: Hello all, Has

Re: [Paraview] Paraview handles data different on MacOS

2012-05-03 Thread Michael Jackson
I can confirm the crash on OS X. Here is the top part of the stack trace: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x Crashed Thread: 0 Dispatch queue: com.apple.main-thread Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0

Re: [Paraview] Paraview handles data different on MacOS

2012-05-03 Thread Fabian Key
Changing the type attributes of the data arrays from e.g. float32 to float64 solved the problem on Mac OS X. Am 03.05.2012 15:38, schrieb Michael Jackson: I can confirm the crash on OS X. Here is the top part of the stack trace: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes:

Re: [Paraview] Paraview handles data different on MacOS

2012-05-03 Thread Michael Jackson
Doesn't make sense to me but, hey if it works. Great. -- Mike Jackson www.bluequartz.net On May 3, 2012, at 10:06 AM, Fabian Key wrote: Changing the type attributes of the data arrays from e.g. float32 to float64 solved the problem on Mac OS X. Am 03.05.2012 15:38, schrieb Michael Jackson:

Re: [Paraview] Calculation of eigenvalues of velocity tensors

2012-05-03 Thread Burlen Loring
Hi Janusz, If you have image data there is a filter for this. Plugins/SQToolkit/vtkSQVortexFilter.h Burlen On 05/03/2012 12:47 AM, Janusz Michalik wrote: Hello all, Has anyone tried to compute the eigenvalues of tensors? In particular, I am interested in plotting the isosurface of the

[Paraview] format cube axis

2012-05-03 Thread Dinesh Kumar
Hi, Is it possible to format cube axis now, i.e. font size, line weight etc ? If yes, can someone please guide me how? I have seen the request for this before, haven't been able to find if the solution is already available. -- dinesh = Linux is easy. Start

[Paraview] Bug in setting negative extents in Wavelet and Mandelbrot source

2012-05-03 Thread Cory Quammen
I'm running ParaView 3.14.1 on Mac OS X. When I use either the Wavelet or Mandelbrot sources and try to modify the extent in any dimension to be negative, something strange happens if I clear out the text field first before editing it. When I type the negative sign -, the number 1 is inserted. If

Re: [Paraview] Bug in setting negative extents in Wavelet and Mandelbrot source

2012-05-03 Thread Cory Quammen
I compiled HEAD on master. Everything seems to be fixed there. Thanks, Cory On Thu, May 3, 2012 at 12:24 PM, Cory Quammen cquam...@cs.unc.edu wrote: I'm running ParaView 3.14.1 on Mac OS X. When I use either the Wavelet or Mandelbrot sources and try to modify the extent in any dimension to be

Re: [Paraview] [EXTERNAL] format cube axis

2012-05-03 Thread Scott, W Alan
No, at present you cannot change font size or line width. A quick look did not turn up a specific feature request for this functionality. Please add one to the bug tracker. Alan -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf

[Paraview] changing the current view in pvw

2012-05-03 Thread Cagatay Bilgin
I am trying to build a web application that can visualize different objects by the use of a drop down bar. I do not want to create new connections or sessions every time the user changes object to be visualized. I've been trying the whole morning and could not figure out how to i) delete the

Re: [Paraview] How to exchange *vtk file to *grd or *xyz file

2012-05-03 Thread David Doria
On Tue, May 1, 2012 at 5:11 AM, Magician f_magic...@mac.com wrote: Hi, I'm from Japan too. :) Almost all users may be trying to do postprocessing all data on ParaView. So I think it's pretty difficult to get informations about converters from VTK. If you want to convert VTK to other

[Paraview] Can't open any file after paraview crashed

2012-05-03 Thread David Luet
Hi, One of our paraview users crashed paraview, probably because of a problem with the data. But now he can't open any file. The paraview window comes up, lets you select a case but then paraview gets stuck. Nothing happens in Display tab for instance. It works for other users as well as for this

Re: [Paraview] changing the current view in pvw

2012-05-03 Thread Sebastien Jourdain
Hi Cagatay, does your data needs to be a ParaView state file, our would it be better if it was some other VTK compatible file ? Seb On Thu, May 3, 2012 at 3:18 PM, Cagatay Bilgin bilgi...@gmail.com wrote: I am trying to build a web application that can visualize different objects by the use

Re: [Paraview] changing the current view in pvw

2012-05-03 Thread Sebastien Jourdain
Normally loading a state file should re-initialize everything, so the activeView = paraview.CreateIfNeededRenderView(); paraview.ResetCamera(); activeView.setCenterOfRotation(activeView.getCameraFocalPoint()); should be redone and all the renderer should be re-init with the new view id. Seb

Re: [Paraview] Can't open any file after paraview crashed

2012-05-03 Thread David E DeMarle
Something is corrupted in his .config/ParaView/ParaView3.14.1.ini file. (Or %APPDATA%\ParaView\ParaView3.14.1.ini on windows). Copy that to something else, and have him reload the data. Comparing the new one ParaView generates to the corrupted one should show what exactly got corrupted. David

Re: [Paraview] changing the current view in pvw

2012-05-03 Thread Cagatay Bilgin
It only re-initializes if I create another session like this paraview.createSession(Shuttle, , default); but I think I shouldn't be creating a new session just to see a different object. I am completely ok with using different file formats. All I am trying to do is to minimize the

Re: [Paraview] changing the current view in pvw

2012-05-03 Thread Sebastien Jourdain
Well there is several way to deal with what you want to achieve. 1) if all the data that you are interested are kind of small then you can all load them and just call paraview.Show({proxy: objA}) or paraview.Hide({proxy: objA}) To get the proper references of objA, objB, ..., from the state

Re: [Paraview] changing the current view in pvw

2012-05-03 Thread Cagatay Bilgin
Hi Seb, The first option will not scale. We will have a growing number of tissue samples to be visualized and this option will be infeasible soon. I am already re-initializing the renderer with the new activeview. The minimal example illustrating the issue is here var renderers = {}; var