[Paraview] ParaviewWeb: True color volume rendering

2011-09-21 Thread Rajvikram Singh
Hi Sebastien     Thanks to all the help from you guys we made good progress regarding rendering multi-channel volumes. The users have come back with another request that I've been unsuccessful in resolving. The original volumes are a stack of RGB images and the users are familiar with seeing th

Re: [Paraview] ParaviewWeb : Repeated calls to GetLookupTableForArray do not change the RGBpoints array

2011-05-19 Thread Rajvikram Singh
e", num_components : 1, HSVWrap : 0, NanColor : nanColor, RGBPoints : rgbPoints, ColorSpace : colorSpace});             Sof = pv.CreatePiecewiseFunction( {Points: sofPoints});                    } // End of loadXMLColorMap() Thanks again. - Raj --- On Thu, 19/5/11, Sebastien Jourdain wro

Re: [Paraview] ParaviewWeb : Repeated calls to GetLookupTableForArray do not change the RGBpoints array

2011-05-19 Thread Rajvikram Singh
-- On Thu, 19/5/11, Utkarsh Ayachit wrote: From: Utkarsh Ayachit Subject: Re: [Paraview] ParaviewWeb : Repeated calls to GetLookupTableForArray do not change the RGBpoints array To: "Rajvikram Singh" Cc: paraview@paraview.org Date: Thursday, 19 May, 2011, 6:49 PM How are you loading

[Paraview] ParaviewWeb : Repeated calls to GetLookupTableForArray do not change the RGBpoints array

2011-05-18 Thread Rajvikram Singh
Hi    I've a case where the users can load .xml files saved from the Paraview's 'Edit Color Map' widget and apply the color maps (containing R,G,B and Opacity values) to volume rendering. When I start the application a call is made is load a "default.xml" file and then do a : Lut = pv.GetLooku

[Paraview] Paraview Web view along X,Y or Z

2011-05-13 Thread Rajvikram Singh
Hi    I would like to provide the ParaviewWeb session users to be able to view their data along the major axes at any point. I looked at the view properties and there were member functions for setCameraViewUp() and setCameraPosition() but I was not able to orient the camera correctly. Am I missi

[Paraview] ParaviewWeb two sessions, two views, two volume datasets

2011-05-09 Thread Rajvikram Singh
Hi everyone     I would like to load two volume datasets (called FISH and SIMS in the code below) in ParaviewWeb and then render them side by side in two different views. The users should be able to 'lock' the camera amongst the two views so that moving the object in one window also affects the

Re: [Paraview] ParaviewWeb : Adding interactive slice filter to pipeline

2011-05-03 Thread Rajvikram Singh
/5/11, Sebastien Jourdain wrote: From: Sebastien Jourdain Subject: Re: [Paraview] ParaviewWeb : Adding interactive slice filter to pipeline To: "Rajvikram Singh" Cc: paraview@paraview.org Date: Wednesday, 4 May, 2011, 4:29 AM Hi Raj,  I managed to show the correct color by

[Paraview] ParaviewWeb : Adding interactive slice filter to pipeline

2011-04-29 Thread Rajvikram Singh
Hi    I am trying to add a simple slice filter to a ParaviewWeb client that users could use interact with a volume. The bundled PWApp application does this already and so I tried to go through the code and looked at some Python examples. I was able to get an interactive widget to render but it s

Re: [Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-28 Thread Rajvikram Singh
Thanks Sebastien .. that was the problem :) It works fine now and I can switch the different datasets on/off. --- On Thu, 28/4/11, Sebastien Jourdain wrote: From: Sebastien Jourdain Subject: Re: [Paraview] Problem loading multiple volumes in ParaviewWeb To: "Rajvikram Singh" Cc

[Paraview] Problem loading multiple volumes in ParaviewWeb

2011-04-27 Thread Rajvikram Singh
Hi everyone .. Greetings !    I'm trying to create a web visualization page where biologists in our lab can see their multi-channel volume data. Each channel is a separate file and since there could be as many as 11-12 channels I want to give them the ability to switch the volumes on/off or ev