<div dir="ltr">It seems strange that it's changing... The particles should move around but their ID should remain the same. At least that's what I've found with the vtk particle data I've used. If you're still stuck you I'd be happy to have a look at a sample of your data and see if I can get it to work...<br><br>I haven't used the python utility actually so I can't help with that.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 8, 2015 at 1:39 AM, 303343023 <span dir="ltr"><<a href="mailto:303343023@qq.com" target="_blank">303343023@qq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><b>Hi</b></div><div><b>Thank you for your prompt reply.</b></div><div><b>I have tried generate ids filter.However, the new generated id is changing every time step and it is hard for me to determine a threshhold.It is only at the beginning the particle I want to track locate all above z=0 plane.</b></div><div><b>The python utility in paraview seems to be very powerful. I now try to seek solution from it. It will be very appreciated if you have new ideas about this topic.</b></div><div><b><i><font face="Times New Roman">Chenshu</font></i></b></div><div><div><br></div><div><br></div><div style="font-size:12px;font-family:Arial Narrow;padding:2px 0 2px 0">------------------ 原始邮件 ------------------</div><div style="font-size:12px;background:#efefef;padding:8px"><div><b>发件人:</b> "timcfagan .";<<a href="mailto:timcfagan@gmail.com" target="_blank">timcfagan@gmail.com</a>>;</div><div><b>发送时间:</b> 2015年2月6日(星期五) 上午7:46</div><div><b>收件人:</b> ""<<a href="mailto:303343023@qq.com" target="_blank">303343023@qq.com</a>>; <u></u></div><div><b>抄送:</b> "paraview"<<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>>; <u></u></div><div><b>主题:</b> Re: [Paraview] Track massive particles over time, particle ID is known</div></div><div><div class="h5"><div><br></div><div dir="ltr"><div><div>I've tried to do the same thing Chenshu, this is how I ended up doing it:<br><br><div class="gmail_extra">open vtk particle file<br></div><div class="gmail_extra">generate ids (possibly apply it even if they already have ids)<br></div><div class="gmail_extra">extract entire dataset with particles through<br></div><div class="gmail_extra">threshold by generated ids for the particles you want<br></div><div class="gmail_extra">(This can be done multiple times to select multiple sets of points, then append datasets to combine them to one)<br></div>Temporal particles to pathlines<br><br></div>Unfortunately I haven't found a better way to actually select the particles other than through selecting them by particle ids. Just extracting a selection doesn't work properly with the pathlines filter. But you can extract a selection and view their ids in spreadsheet form. I was doing this, writing it down and then applying the threshold. Also the generate id's filter was applying them in layers in z, so you may find thresholding for z>0 is easy as it might be one threshold in the id's. You just need to find the right id number.<br><br>Maybe someone knows a better way though...<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 6, 2015 at 1:17 AM, 303343023 <span dir="ltr"><<a href="mailto:303343023@qq.com" target="_blank">303343023@qq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><font face="Times New Roman"><i>Hi everyone</i></font></div><div><b><font face="Times New Roman"> <font size="4">  It troubles me for times. </font></font></b></div><div><b><font size="4" face="Times New Roman">   I have a series of particles vtk files at different time step. And I want to track certain particles and extract them or color them with a uniform color. I tried to use "find data" and include the particle id with "is one of " option. However, it crashed due to overload of compute capacity. About 8 thousand particles is intended for tracking.</font></b></div><div><b><font size="4" face="Times New Roman">   Furthermore, at the begining, the particles of interest located at the upper layer, coordinatesZ>0, for example. And I want to extract them from the whole.</font></b></div><div><b><font size="4" face="Times New Roman">  Could any one help me? Thanks in advance!</font></b></div><div><font size="5" face="Times New Roman"><br></font></div><div><font size="4" face="Times New Roman">Chenshu Hu</font></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" 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" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div></div></div></div></blockquote></div><br></div>