[Paraview] Windows build with PCL plugin?
Please excuse the basic nature of this... I would like a Windows build of ParaView with the PCL plugin for point cloud processing. Do I need to compile from source to do this, or is there already a binary with this plugin included? Regards, Ben Electronic mail messages entering and leaving Arup business systems are scanned for viruses and acceptability of content ___ Powered by www.kitware.com 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: http://public.kitware.com/mailman/listinfo/paraview
[Paraview] Add tkinter to Paraview without compiling?
All, Is there a way to add tkinter to the Linux binary downloaded from the site or will we need to compile from source here to accomplish this? Thanks Dennis ___ Powered by www.kitware.com 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: http://public.kitware.com/mailman/listinfo/paraview
[Paraview] how to build the paraview superbuild with mesa on a cluster (where user is not a root user)
Hi, Can anyone please give me some instructions how to Paraview Superbuid to install and use them with out using the GUI (using the python script to render the images on the cluster or super computer). I see there are some instructions in here: https://gitlab.kitware.com/paraview/paraview-superbuild/ But I could not find any build instructions. Kind regards, Mathi ___ Powered by www.kitware.com 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: http://public.kitware.com/mailman/listinfo/paraview
Re: [Paraview] Sliding time window statistics
Hi Ross, The easiest way I can think of to do this would be to create a ParaView Python script to loop over the windows/chunks that you want. What I would do is use the trace capability to load the files in your first chunk that you want and create your full pipeline. Then save that state and edit it to loop over the set chunks that you want with the given files corresponding to that chunk. Note that I'm assuming here that the data time steps fall nicely into your time chunks. If your data sets have multiple time steps in a single file (e.g. time series ExodusII files) then you can use the Extract Time Steps filter to get what time steps you want from your reader. Cheers, Andy On Wed, Jun 28, 2017 at 7:56 AM, Ross Gardiner < ross.gardi...@ultrahaptics.com> wrote: > Hi all, > > I have a time series of scalar fields (imageData) and want to use ParaView > to compute a moving average of the values in the field with respect to time. > > For example (just looking at a single point in the field for this example): > > Time --> > > 02462 > > |-| > 2 > |-| > 4 > |-| >4 > > In my research so far, I’ve found the Temporal Statistics filter, but this > doesn’t appear to support ‘chunking’ the time series or using a sliding > window. > > Is there any way to do something like this in ParaView? Would I have to > write a custom filter? If so, where should I start? > > I’m trying to do this as part of a numerical approximation to an integral > dt. > > Thanks, > > Ross > > ___ > Powered by www.kitware.com > > 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: > http://public.kitware.com/mailman/listinfo/paraview > ___ Powered by www.kitware.com 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: http://public.kitware.com/mailman/listinfo/paraview
[Paraview] Sliding time window statistics
Hi all, I have a time series of scalar fields (imageData) and want to use ParaView to compute a moving average of the values in the field with respect to time. For example (just looking at a single point in the field for this example): Time --> 02462 |-| 2 |-| 4 |-| 4 In my research so far, I’ve found the Temporal Statistics filter, but this doesn’t appear to support ‘chunking’ the time series or using a sliding window. Is there any way to do something like this in ParaView? Would I have to write a custom filter? If so, where should I start? I’m trying to do this as part of a numerical approximation to an integral dt. Thanks, Ross ___ Powered by www.kitware.com 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: http://public.kitware.com/mailman/listinfo/paraview