[Paraview] ParaView display wall support

2009-10-29 Thread liu ning
Hello everyone, We are working on a project that targets to visualize large scale data. The rendered image should be displayed in high resolution. So we have to use a display wall , with one display showing only a part of the whole image. I wonder if ParaView can directly support display wall, or

[Paraview] Displaying points and normals

2009-10-29 Thread Christoph Heindl
Hi, I wonder if the following is possible: Given a comma-separated value file (.csv) with six fields. The first three fields are the coordinates of the points and the last three fields are the associated point normal vectors. For example: 134.3 232.2 123.3 1.0 0.0 0.0 with space as field

[Paraview] Image filters extent

2009-10-29 Thread Jérôme
Hi all, I am fighting again against these extent problems. see threads: http://www.paraview.org/pipermail/paraview/2009-January/010903.html http://www.paraview.org/pipermail/paraview/2009-April/011674.html (for the last mail, indeed)

Re: [Paraview] Displaying points and normals

2009-10-29 Thread David Doria
On Thu, Oct 29, 2009 at 4:35 AM, Christoph Heindl christoph.hei...@gmail.com wrote: Thanks a lot for your help! Works great! Best regards, Christoph Christoph + all, Every time someone does something like this successfully that seems like it is reasonably common/reasonable to want to do, I

[Paraview] netCDF support in Paraview

2009-10-29 Thread Jonathan Vincent
Hi, I have been trying to get netCDF support to work with paraview 3.6.1 There is a previous thread on the subject, which I find a bit confusing. http://www.paraview.org/pipermail/paraview/2009-March/011585.html Initially I tried to build as plugins, but cmake gave the warning that plugins

Re: [Paraview] netCDF support in Paraview

2009-10-29 Thread Moreland, Kenneth
ParaView 3.6.1 comes with a netCDF reader. You should be able to just select a netCDF file and it will load (with caveats about netCDF being more of an IO level than a format and the ParaView reader will make assumptions). ParaView will expect the extension to be .ncdf or .nc, but any

[Paraview] Problem with rescaling scalars to data range

2009-10-29 Thread Alexander Sakowitz
Hi, I'm using Paraview 3.4.0 on Linux. When I want to rescale scalar fields automatically to the data range, it rescales to the range [0,1] even though the real range is sth. totally different. This problem occured spontanously (yesterday it worked fine for the same data sets). Does anyone know

Re: [Paraview] [vtkusers] vtkDelaunay3D

2009-10-29 Thread Jérôme
Hi Alessandro, please, reply to the list so that anyone having the answer could... well, answers. As you said, this is a warning, not an error. Do you get the expected output? I get this warning when I don't give good settings to the Delaunay filter. Jerome 2009/10/29 Alessandro Artusi

[Paraview] Serial remote views of distributed data

2009-10-29 Thread David Thompson
Hi all, I'm looking to convert a (currently serial) VTK application into a ParaView-style client (one that talks to a distributed set of pvserver processes) and have a few questions about pqView, distributed data, and remote display. My situation is that I have 1. large-distributed

[Paraview] De-selection controls?

2009-10-29 Thread Verhoeven, Niek (UK)
Hello Newby question. Paraview give the option to select Cells, Points etc by using the icons in the 'Selection Control' toolbar. You can then view the selected data points using the 'Spreatsheet view' or the 'Selection inspector' panel. These two give you the option to de-select part of you

Re: [Paraview] Problems with Paraview 3.6.1 on cluster (client - server mode)

2009-10-29 Thread Moreland, Kenneth
(Responding back to the ParaView list.) These symbols should be defined in the GL library that is part of Mesa. You should have a library like /home/myuser/TempOSMesa/Mesa-7.6/lib/libGL.so. That is where the symbols should be defined. libOSMesa.so simply references those libraries. It is