[Paraview] Superbuild 3.98.1

2013-04-19 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
I've been playing around with SuperBuild and it seems to working correct.  But, 
it also seems to be pulling the most recent source updates from the git 
repository.   Is there a way use SuperBuild to only build the most recent 
production release (3.98.1)?

Thanks



Rick Angelini

USArmy Research Laboratory
CISD/HPC Architectures Team
Building 120 Cube 315
Phone:  410-278-6266
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Superbuild 3.98.1

2013-04-19 Thread Reuter, Michael A.
Find the ParaView git line in the versions.cmake file and change the GIT_TAG to 
v3.98.1. That worked for me.

Cheers,
M

Dr. Michael Reuter
Data Analysis and Visualization Group
Neutron Data Analysis and Visualization Division
Oak Ridge National Laboratory

Office: 1-865-241-7216
Fax: 1-865-574-6080
Email: reute...@ornl.gov

From: Angelini, Richard C CIV USARMY ARL (RickUS) 
richard.c.angelini@mail.milmailto:richard.c.angelini@mail.mil
Date: Friday, April 19, 2013 8:39 AM
To: paraview@paraview.orgmailto:paraview@paraview.org 
paraview@paraview.orgmailto:paraview@paraview.org
Subject: [Paraview] Superbuild 3.98.1

I've been playing around with SuperBuild and it seems to working correct.  But, 
it also seems to be pulling the most recent source updates from the git 
repository.   Is there a way use SuperBuild to only build the most recent 
production release (3.98.1)?

Thanks



Rick Angelini

USArmy Research Laboratory
CISD/HPC Architectures Team
Building 120 Cube 315
Phone:  410-278-6266
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Search Informations to use Dicom and DicomDir types in ParaView????

2013-04-19 Thread andré kpozehoue
I work now on medical images, that Dicom and DicomDir format, I try to display 
it on ParaView GUI. I need a good tutorial to do it correctly.  


 
André KPOZEHOUE,
Development Engineer 
Embedded Software  Image 3D Processing
C/C++, QT, OpenCV, Linux, Matlab


2 Rue Watteau, 42100 Saint-Etienne
+33 (0)6 34 95 30 57
kpo...@yahoo.fr___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] CSV data display

2013-04-19 Thread Taylor, Erin M.
I struggled with the Threshold filter on Table To Points for a while before 
realizing that the Table to Points is a 1-cell grid with all points in that one 
cell. The Threshold filter on time will not work in that case because the 
threshold will either turn all the points on or off.

You can work around this by using the Delaunay3D filter on the Table to Points 
object to turn your data into an unstructured grid.  Then you can use Threshold 
on those grid cells and isolate (or animate) times.

Hope this helps.

Erin

From: Sebastien Jourdain 
sebastien.jourd...@kitware.commailto:sebastien.jourd...@kitware.com
Date: Wednesday, April 17, 2013 10:53 PM
To: Venkat Kolluru venkat.koll...@erm.commailto:venkat.koll...@erm.com
Cc: paraview@paraview.orgmailto:paraview@paraview.org 
paraview@paraview.orgmailto:paraview@paraview.org
Subject: Re: [Paraview] CSV data display

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 some informations here 
http://paraview.org/Wiki/ParaView/Users_Guide/Animation


On Wed, Apr 17, 2013 at 10:13 AM, Venkat Kolluru 
venkat.koll...@erm.commailto:venkat.koll...@erm.com wrote:
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, Surfacewater Modeling Group

ERM
350 Eagleview Boulevard, Suite 200
Exton, PA 19341-1180

Tel: 610 524 3654tel:610%20524%203654
Mob: 610 764 0579tel:610%20764%200579

www.erm.comhttp://www.erm.com/
venkat.koll...@erm.commailto:venkat.koll...@erm.com




This message contains information which may be confidential, proprietary, 
privileged, or otherwise protected by law from disclosure or use by a third 
party. If you have received this message in error, please contact us 
immediately and take the steps necessary to delete the message completely from 
your computer system. Thank you.

Please visit ERM's web site: http://www.erm.com

___
Powered by www.kitware.comhttp://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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] CSV data display

2013-04-19 Thread Taylor, Erin M.
I agree that would be useful.

Another workaround is to write each timestep to a separate csv file and label 
it in a time series, I.e. data_0.csv, data_1.csv, …, data_N.csv where N are the 
timesteps.  When you open the file series, paraview will read it in as a time 
series and animate it.

From: Venkat Kolluru venkat.koll...@erm.commailto:venkat.koll...@erm.com
Date: Friday, April 19, 2013 12:02 PM
To: Erin M. Taylor erin.tay...@jhuapl.edumailto:erin.tay...@jhuapl.edu, 
Sebastien Jourdain 
sebastien.jourd...@kitware.commailto:sebastien.jourd...@kitware.com
Cc: paraview@paraview.orgmailto:paraview@paraview.org 
paraview@paraview.orgmailto:paraview@paraview.org
Subject: RE: [Paraview] CSV data display

Hi all,
Many thanks for the tips.
I am still having trouble in executing the task.
It would be nice if there is a way to just select a column from the table and 
hook it up with animation tool.
In the table to points approach, we get option to select x, y, z columns. Why 
not have an option to select for time and any attribute for coloring (which I 
think it is already there).

Thanks
Venkat

From: Taylor, Erin M. [mailto:erin.tay...@jhuapl.edu]
Sent: Friday, April 19, 2013 11:58 AM
To: Sebastien Jourdain; Venkat Kolluru
Cc: paraview@paraview.orgmailto:paraview@paraview.org
Subject: Re: [Paraview] CSV data display

I struggled with the Threshold filter on Table To Points for a while before 
realizing that the Table to Points is a 1-cell grid with all points in that one 
cell. The Threshold filter on time will not work in that case because the 
threshold will either turn all the points on or off.

You can work around this by using the Delaunay3D filter on the Table to Points 
object to turn your data into an unstructured grid.  Then you can use Threshold 
on those grid cells and isolate (or animate) times.

Hope this helps.

Erin

From: Sebastien Jourdain 
sebastien.jourd...@kitware.commailto:sebastien.jourd...@kitware.com
Date: Wednesday, April 17, 2013 10:53 PM
To: Venkat Kolluru venkat.koll...@erm.commailto:venkat.koll...@erm.com
Cc: paraview@paraview.orgmailto:paraview@paraview.org 
paraview@paraview.orgmailto:paraview@paraview.org
Subject: Re: [Paraview] CSV data display

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 some informations here 
http://paraview.org/Wiki/ParaView/Users_Guide/Animation

On Wed, Apr 17, 2013 at 10:13 AM, Venkat Kolluru 
venkat.koll...@erm.commailto:venkat.koll...@erm.com wrote:
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, Surfacewater Modeling Group

ERM
350 Eagleview Boulevard, Suite 200
Exton, PA 19341-1180

Tel: 610 524 3654tel:610%20524%203654
Mob: 610 764 0579tel:610%20764%200579

www.erm.comhttp://www.erm.com/
venkat.koll...@erm.commailto:venkat.koll...@erm.com




This message contains information which may be confidential, proprietary, 
privileged, or otherwise protected by law from disclosure or use by a third 
party. If you have received this message in error, please contact us 
immediately and take the steps necessary to delete the message completely from 
your computer system. Thank you.

Please visit ERM's web site: http://www.erm.com

___
Powered by www.kitware.comhttp://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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview




This message contains information which may be confidential, proprietary, 
privileged, or otherwise protected by law from disclosure or use by a third 
party. If you have received this message in error, please contact us 
immediately and take the steps necessary to delete the message completely from 
your computer system. Thank you.

Please visit ERM's web site: http://www.erm.com
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] CSV data display

2013-04-19 Thread Venkat Kolluru
Hi all,
Many thanks for the tips.
I am still having trouble in executing the task.
It would be nice if there is a way to just select a column from the table and 
hook it up with animation tool.
In the table to points approach, we get option to select x, y, z columns. Why 
not have an option to select for time and any attribute for coloring (which I 
think it is already there).

Thanks
Venkat

From: Taylor, Erin M. [mailto:erin.tay...@jhuapl.edu]
Sent: Friday, April 19, 2013 11:58 AM
To: Sebastien Jourdain; Venkat Kolluru
Cc: paraview@paraview.org
Subject: Re: [Paraview] CSV data display

I struggled with the Threshold filter on Table To Points for a while before 
realizing that the Table to Points is a 1-cell grid with all points in that one 
cell. The Threshold filter on time will not work in that case because the 
threshold will either turn all the points on or off.

You can work around this by using the Delaunay3D filter on the Table to Points 
object to turn your data into an unstructured grid.  Then you can use Threshold 
on those grid cells and isolate (or animate) times.

Hope this helps.

Erin

From: Sebastien Jourdain 
sebastien.jourd...@kitware.commailto:sebastien.jourd...@kitware.com
Date: Wednesday, April 17, 2013 10:53 PM
To: Venkat Kolluru venkat.koll...@erm.commailto:venkat.koll...@erm.com
Cc: paraview@paraview.orgmailto:paraview@paraview.org 
paraview@paraview.orgmailto:paraview@paraview.org
Subject: Re: [Paraview] CSV data display

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 some informations here 
http://paraview.org/Wiki/ParaView/Users_Guide/Animation

On Wed, Apr 17, 2013 at 10:13 AM, Venkat Kolluru 
venkat.koll...@erm.commailto:venkat.koll...@erm.com wrote:
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, Surfacewater Modeling Group

ERM
350 Eagleview Boulevard, Suite 200
Exton, PA 19341-1180

Tel: 610 524 3654tel:610%20524%203654
Mob: 610 764 0579tel:610%20764%200579

www.erm.comhttp://www.erm.com/
venkat.koll...@erm.commailto:venkat.koll...@erm.com




This message contains information which may be confidential, proprietary, 
privileged, or otherwise protected by law from disclosure or use by a third 
party. If you have received this message in error, please contact us 
immediately and take the steps necessary to delete the message completely from 
your computer system. Thank you.

Please visit ERM's web site: http://www.erm.com

___
Powered by www.kitware.comhttp://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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview




This message contains information which may be confidential, proprietary, 
privileged, or otherwise protected by law from disclosure or use by a third 
party. If you have received this message in error, please contact us 
immediately and take the steps necessary to delete the message completely from 
your computer system. Thank you.

Please visit ERM's web site: http://www.erm.com
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


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

2013-04-19 Thread Scott, W Alan
Hedieh,
Not sure if you have a reply.  I think I am missing your point, but try 
changing the representation from Outline to Solid. This can be done a few rows 
below the Help menu label.  It could be that ParaView is initially bringing 
your data in in Outline mode (which is somewhat confusing) in order to not take 
the time to do the rendering if you normally wouldn't render anyway (such as if 
you then slice or contour).

If that isn't what you mean, mind posting a screenshot of what you see?

Alan

From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On 
Behalf Of Hedieh Ebrahimi
Sent: Wednesday, April 17, 2013 9:10 AM
To: paraview@paraview.org
Subject: [EXTERNAL] [Paraview] Render Windows show in animation when Saving 
animation in Running Paraview in parallel

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 division outlines are also 
recorded.
I run in parallel just to have faster results on big datasets and I don´t want 
to see the outline of the divisions from parallel run to be recorded in the 
animation.
Is there anyway to get rid of these ?
Thanks
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Using MobileSocketPlugin to get metadata

2013-04-19 Thread Bueter, Travis J. (ST-Student)
Hi,

I am trying to get the metadata from ParaView by connecting to the socket. 
I'm having an issue where I am correctly sending the command to send the data 
but I'm not receiving the length value or string correctly. Below is my method 
how I am currently trying to get the length value:

// In the main program //
command = 2;
if(-1 == send(socket, command, sizeof(command), 0))
exit(1);

int size;
unsigned long long length;
if((size = Receive(socket, length, sizeof(unsigned long long)) 
= 0)
exit(1);
cout  size  endl;
cout  length  endl;

// Receive function //
int Receive( cons int sk, void* data, int len)
{
char* buffer = reinterpret_castchar*(data);
int total = 0;
do
{
int nRecvd = recv(socket, 
buffered+total, len-total, 0);
if(nRecvd == 0)
{
cout  No 
Data Received  endl;
exit(1);
}
if(nRecvd == -1)
{
cout  Error 
 endl;
exit(1);
}
total += nRecvd;
}while(total  len);
return total;
}

Now in the source code of the MobileSocketPlugin, I added a printf to show the 
value of length before it is sent over the socket.  When I run my code, it 
succeeds without an error but the value of my length is not equal.  For 
example, if I connect and run my code immediately after starting up ParaView, 
it always sends a value of 1733  but I receive a value of 7443178323969 
every time.  I'm really not sure what I need to change to get this correct.  If 
someone could point me in the right direction on what I need to be doing to 
receive the metadata through MobileSocketPlugin, I would greatly appreciate it!

Thanks,

Travis J. Bueter
--
Missouri University of Science and Technology - Junior
B.S. Computer Engineering/Computer Science
tjb...@mail.mst.edumailto:tjb...@mail.mst.edu
(573)-238-5843

IT RSS
Treasurer - MST Robotics Competition Team
--

___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview