[Paraview] CSV data display

2013-04-17 Thread Venkat Kolluru
Hi, I have a CSV data in which I have time, x, y, z and other attributes as columns. I am able to load the data and followed the help to display the points. But I am trying to find a way to use time column to animate the particles? Any ideas? Thanks Venkat Venkat S. Kolluru Technical Director,

[Paraview] UpdatePipeline

2013-04-17 Thread Ian Krukow
Hi, I have got a question concerning the effect of UpdatePipeline. Does it make a difference from which pipeline object I call this function, or does it always update the entire pipeline? Best regards Ian ___ Powered by www.kitware.com Visit other

[Paraview] Render Windows show in animation when Saving animation in Running Paraview in parallel

2013-04-17 Thread Hedieh Ebrahimi
Hello all, I am running paraview in parallel and so as a result of running in paraview , my dataset which is a big cube divides in to several render outlines (smaller boxes, I am not sure what is the technical term to call it ). When I try to save an animation in parallel mode though, all these

[Paraview] Qt-4.7.4 vs Qt-4.8.4

2013-04-17 Thread Kashiwa, Bucky
FYI it appears that building the v3.98.1 client fails with Qt-4.7.4 in the routine at ./Qt/Components/Resources/UI/pqApplicationOptions.ui which uses 'alignment' in two locations: item row=8 column=3 alignment=Qt::AlignVCenter item row=8 column=1 alignment=Qt::AlignLeft

Re: [Paraview] ParticlesPathes too short?

2013-04-17 Thread Berk Geveci
Hmmm. I wonder if there is a bug in the way time is treated in the code. Something that scales time. How do you know that path lines are too short? Another tool is producing different results maybe? On Tue, Apr 16, 2013 at 11:31 AM, Favre Jean jfa...@cscs.ch wrote: Hello there, I have a

[Paraview] ask question

2013-04-17 Thread andré kpozehoue
Hi, I'm a new paraview user, but i never read dicomdir file in paraview, and now i need to read it with paraview. Somebody can tell me please how do it with all steps? thank   André KPOZEHOUE, Development Engineer  Embedded Software  Image 3D Processing C/C++, QT, OpenCV, Linux, Matlab 2 Rue

Re: [Paraview] CSV data display

2013-04-17 Thread Sebastien Jourdain
Hi Venkat, you can use the threshold filter to select a given time and create an animation cue that will change the threshold value (the time for you) so you will be able to use the time management of ParaView with your data in a somewhat transparent manner. Seb PS: You might be able to find

Re: [Paraview] UpdatePipeline

2013-04-17 Thread Sebastien Jourdain
It should update the upstream part of the pipeline based on which proxy you call it on. Seb On Wed, Apr 17, 2013 at 9:58 AM, Ian Krukow i.kru...@tu-braunschweig.dewrote: Hi, I have got a question concerning the effect of UpdatePipeline. Does it make a difference from which pipeline object