<HTML>
<HEAD>
<TITLE>Re: [Paraview] calculation in a temporal dataset..</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Vishwa,<BR>
<BR>
I&#8217;m not familiar with that particular calculation. &nbsp;ParaView does come with a &#8220;Temporal Statistics&#8221; filter that will compute the average of each point and cell value over time, which looks like about half of the calculation you want to perform.<BR>
<BR>
The simplest way I can think of to complete the operation would be to use the programmable filter to multiple the value in one cell with the rest of the cell values. &nbsp;(Anyone else on the list know of an easier way?) &nbsp;If you are already familiar with VTK, this should be little trouble.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 7/17/10 11:05 AM, &quot;Vishwa&quot; &lt;<a href="dagarshali@gmail.com">dagarshali@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>HI,<BR>
I am trying to calculate spatial correlation in a dataset of 1000 .vtk files numbered 1-1000<BR>
<BR>
Here is what the calculation should be.. <BR>
<BR>
For each image of that 1000 files, i need to multiply the value of a selected cell in an image to every cell in that image. the selected cell for each image is the same, however the value may be different. <BR>
<BR>
then I need to calculate the average of this calculation.<BR>
<BR>
I have saved the images as .vtk file in ascii format. I tried to find some documents for reading .vtk files in ascii format from matlab, but couldn't find any. <BR>
<BR>
Could anybody please help as I am very new to paraview.<BR>
<BR>
Regards,<BR>
Vishwa <BR>
<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>