<div dir="ltr">Elaine,<div><br></div><div>I am assuming that you have time-series data and that your displacement values are defined in a point data array named "Displacement".</div><div><br></div><div>I suggest the following:</div><div><br></div><div>- Load your time series data by selecting all the files in the series in the file dialog (input[0])</div><div>- Load just the first time step (input[1])</div><div>- Control-click each of the sources in the Pipeline Browser so that they are selected.</div><div>- Use the Python Calculator with an expression like</div><div><br></div><div>inputs[0].PointData['Normals'] - inputs[1].PointData['Normals']</div><div><br></div><div>You can set the output array name to "New_displacement".</div><div><br></div><div>To find the maximum displacement in all the timesteps, you can color your data set by "New_displacement." In the Color Map Editor, click on the "Rescale to data range over all timesteps" button. This will compute New_displacement over all timesteps and the maximum value will be in the maximum entry of the color map, which can be accessed by clicking on the "Rescale to custom range" button" and viewing the value in the dialog box that appears.</div><div><br></div><div>Hope that helps,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 14, 2015 at 1:25 PM, Elaine Tang <span dir="ltr"><<a href="mailto:lingdeer@gmail.com" target="_blank">lingdeer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div>Hi,</div><div><br></div><div>I have a set of data with displacement point data. I want to create a new variable that:</div><div><br></div><div>New_displacement (t) = displacement (t) - displacement (t=0)</div><div><br></div><div>Any idea on how to do that? I was trying to use calculator but I don't know how can I specific displacement for t=0.</div><div><br></div><div>Also, is there any easy way in Paraview to find the maximum displacement throughout all time steps?</div><div><br></div><div>Thank you!</div><span class="HOEnZb"><font color="#888888">-- <br><div>Elaine Tang<br><br></div>
</font></span></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>