Hi, I don't see the crash with ParaView 3.98.0 (Windows XP 32 bit) when I open your data file and do "Annotate Global" -> "Apply".
HTH, Matthias > -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:paraview- > [email protected]] Im Auftrag von [email protected] > Gesendet: Freitag, 15. März 2013 23:21 > An: [email protected] > Betreff: ParaView Digest, Vol 107, Issue 38 > > Send ParaView mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.paraview.org/mailman/listinfo/paraview > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific than "Re: > Contents of ParaView digest..." > > > Today's Topics: > > 1. Re: paraview guide 4th edition print version? (David E DeMarle) > 2. Re: help with pvpython commands (Maximilian Albert) > 3. Re: ParticlePathLines Filter (Ryan Abernathey) > 4. Re: [vtkusers] Annotate global data in paraview (William Oquendo) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 15 Mar 2013 12:05:05 -0400 > From: David E DeMarle <[email protected]> > Subject: Re: [Paraview] paraview guide 4th edition print version? > To: Anton Shterenlikht <[email protected]> > Cc: "[email protected]" <[email protected]> > Message-ID: > <CANjZAi-heijJCNDnmu3o- > [email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > We are not planning a print version. > > cheers > > David E DeMarle > Kitware, Inc. > R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4909 > > > On Thu, Mar 14, 2013 at 6:24 AM, Anton Shterenlikht > <[email protected]>wrote: > > > Hi > > > > http://kitware.stores.yahoo.net/paraviewebook.html > > > > Will there be a print version of this edition? > > > > We have the paraview guide from 2007 in the library and it's not very > > helpful. > > > > Thanks > > > > Anton > > _______________________________________________ > > 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 > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://www.paraview.org/pipermail/paraview/attachments/20130315/345 > d2167/attachment-0001.htm> > > ------------------------------ > > Message: 2 > Date: Fri, 15 Mar 2013 18:54:42 +0000 > From: Maximilian Albert <[email protected]> > Subject: Re: [Paraview] help with pvpython commands > To: [email protected] > Cc: [email protected] > Message-ID: > <CAGA_dmgOvm1hgnti8BJ2VK-N- > [email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > 2013/3/15 Anton Shterenlikht <[email protected]>: > > > FYI, I'm hoping to setup a Python docs webpage soon that will > document > > all of ParaView's Python module API similar to Python's module > > documentation. > > > > Utkarsh > > > > Thanks, that would be most welcome. > > +1 > > Best regards, > Max > > > ------------------------------ > > Message: 3 > Date: Fri, 15 Mar 2013 12:45:16 -0700 > From: Ryan Abernathey <[email protected]> > Subject: Re: [Paraview] ParticlePathLines Filter > To: Christian Richter <[email protected]> > Cc: "[email protected]" <[email protected]> > Message-ID: > <CAJAZx5D+TVgWso=-WrA9zqtAT0mCpa0du- > [email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Sorry to resurrect this thread. I recently sent an email to the list but > didn't > receive a response. > > I am trying to use the Temporal Particles to Pathlines filter. But it doesn't > produce any pathlines, only instantaneous particles. > > Any advice? > > Thanks, > Ryan > > > On Tue, Jan 1, 2013 at 2:34 AM, Christian Richter <[email protected] > > wrote: > > > Hi Leo, > > > > yes that works, thank you & happy new year ! > > > > Christian > > > > Zitat von Yuanxin Liu <[email protected]>: > > > > > > Hi, Christian, > >> It seems just adding back the XML description is enough to fix this. > >> Can > >> you verify by applying the attached patch and see if it works for > >> you? ( cd to your ParaView source dir, and run "git apply > >> add-particle-path.diff" ). > >> > >> Note that, to differentiate from the new stuff, I have changed the > >> filter name from "Particle Pathlines" --> "Temporal Particles To > >> Pathlines". > >> > >> thanks, > >> Leo > >> > >> > >> On Thu, Dec 6, 2012 at 12:12 PM, Christian Richter < > >> [email protected]> wrote: > >> > >> Hi Leo, > >>> > >>> I attached you the simplest testcase I can made, one STL and one vtk > >>> containing only one particle. > >>> At the image you see the expected output as it was in 3.14.1. > >>> > >>> Thanks for fixis this, > >>> Christian > >>> > >>> Am 06.12.2012 16:50, schrieb Yuanxin Liu: > >>> > >>> Hi, Christian, > >>> We can the filter back (probably under a different name). Do you > >>> mind sending me the data file you have? > >>> thanks! > >>> Leo > >>> > >>> > >>> On Wed, Dec 5, 2012 at 3:22 PM, Christian Richter < > >>> [email protected]> wrote: > >>> > >>> Hi Leo, > >>>> > >>>> thanks for your answer. > >>>> My Problem is, I only have particle data (Position at dumptime, > >>>> velocity at dumptime) and no vector field (result of a simple DEM- > Simulation). > >>>> > >>>> I read your article and played arround with TerminationTime and the > >>>> Animation Panel but I found no solution. And because the old filter > >>>> works well the c&p solution is the best for my case. I would like > >>>> to ask if we could have both filter in PV 4 - the best filter for > >>>> each special case. > >>>> > >>>> Thanks, > >>>> Christian > >>>> > >>>> Am 05.12.2012 21:05, schrieb Yuanxin Liu: > >>>> > >>>> Hi, Christian, > >>>> > >>>> The old ParticlePathLine filter is replaced by ParticlePath filter. > >>>> Unlike the old one, you do not have to attach it to a particle tracer. > >>>> Also make sure you set the "TerminationTime" parameter to the > >>>> largest possible time. > >>>> > >>>> I have written an article about this work: . > >>>> > http://www.kitware.com/source/**home/post/76<http://www.kitware.co > m > >>>> /source/home/post/76> > >>>> > >>>> Let me know if this works for you. > >>>> > >>>> thanks, > >>>> > >>>> Leo > >>>> > >>>> > >>>> On Sat, Dec 1, 2012 at 1:54 PM, Christian Richter < > >>>> [email protected]> wrote: > >>>> > >>>> Hello, > >>>>> > >>>>> in Paraview 3.98 the ParticlePathLines Filter is gone away. We use > >>>>> this to show the trajectory of simple particle data (x,y,z), based > >>>>> on ID. Is this intended ? > >>>>> > >>>>> I got it back by copy & paste the proxysource from filter.xml in > >>>>> 3.14 (line 6679++) to 3.98. Would it be possible to add back the > >>>>> old ParticlePathlines Filter (with single inputsource and Pathline > >>>>> & Particle as output) in 3.98 because I love the webGL scene > >>>>> export in the new Paraview. > >>>>> > >>>>> Thanks, > >>>>> Christian > >>>>> ______________________________**_________________ > >>>>> Powered by www.kitware.com > >>>>> > >>>>> Visit other Kitware open-source projects at > >>>>> > http://www.kitware.com/**opensource/opensource.html<http://www.kit > >>>>> ware.com/opensource/opensource.html> > >>>>> > >>>>> Please keep messages on-topic and check the ParaView Wiki at: > >>>>> > http://paraview.org/Wiki/**ParaView<http://paraview.org/Wiki/ParaV > >>>>> iew> > >>>>> > >>>>> Follow this link to subscribe/unsubscribe: > >>>>> > http://www.paraview.org/**mailman/listinfo/paraview<http://www.par > >>>>> aview.org/mailman/listinfo/paraview> > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>> > >>> > >> > > > > > > ______________________________**_________________ > > Powered by www.kitware.com > > > > Visit other Kitware open-source projects at http://www.kitware.com/** > > > opensource/opensource.html<http://www.kitware.com/opensource/opens > ourc > > e.html> > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/**ParaView > > <http://paraview.org/Wiki/ParaView> > > > > Follow this link to subscribe/unsubscribe: > > > http://www.paraview.org/**mailman/listinfo/paraview<http://www.paravi > e > > w.org/mailman/listinfo/paraview> > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://www.paraview.org/pipermail/paraview/attachments/20130315/d79 > 1c736/attachment-0001.htm> > > ------------------------------ > > Message: 4 > Date: Fri, 15 Mar 2013 17:20:34 -0500 > From: William Oquendo <[email protected]> > Subject: Re: [Paraview] [vtkusers] Annotate global data in paraview > To: Marie Postel <[email protected]>, "[email protected]" > <[email protected]> > Message-ID: > <CA+8Z1WgNChzjK5T0eATMmGpxBWPPvZ4WAC1vPH0GTJUnj4gExA > @mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > The issue also happens to me. > Running paraview with gdb gives a segfault when trying to apply the > annotate global data filter : > Program received signal SIGSEGV, Segmentation fault. > 0x0000000113d8aa4e in PyArray_Item_INCREF () from > /Applications/paraview.app/Contents/Python/numpy/core/multiarray.so > > > > On Fri, Mar 15, 2013 at 5:13 PM, William Oquendo <[email protected]> > wrote: > > > Sorry I read too fast. > > Hereby I confirm your issue. > > Paraview dies with the mentioned filter on the mentioned data. > > > > > > On Fri, Mar 15, 2013 at 5:07 PM, Marie Postel > <[email protected]>wrote: > > > >> Hi William, I use the same version as you. > >> Loading the global data field is not the problem but do you manage to > >> apply the filter "annotate global data" on it ? > >> I want to display the value "mat" along with the data Marie > >> > >> Le 3/15/13 10:57 PM, William Oquendo a ?crit : > >> > >> Hi Marie, > >> What version of Paravew are you using? > >> I am using 3.98.1 64 bit in Mac Os X and I was able to open your > >> example without any problem. The global data Field Mat was loaded > >> correctly. > >> > >> > >> On Fri, Mar 15, 2013 at 1:45 PM, Marie Postel > <[email protected]>wrote: > >> > >>> Hello : > >>> I have a simple example of unstructured vtk dataset with a field > >>> value (see below) Using the "annotate global data" filter causes > >>> Paraview to crash I cannot understand what is wrong with my data and > >>> would really appreciate some help ! > >>> Thanks ! > >>> Marie > >>> > >>> # vtk DataFile Version 3.0 > >>> # Exemple UNSTRUCTURED_GRID > >>> ASCII > >>> DATASET UNSTRUCTURED_GRID > >>> POINTS 9 FLOAT > >>> 0 0 0 > >>> 0 1 0 > >>> 0 2 0 > >>> 1 2 0 > >>> 1 1 0 > >>> 1 0 0 > >>> 2 0 0 > >>> 2 1 0 > >>> 2 2 0 > >>> FIELD 1 1 > >>> Mat 1 1 FLOAT > >>> 1 > >>> CELLS 5 23 > >>> 4 0 5 4 1 > >>> 4 1 4 3 2 > >>> 4 5 6 7 4 > >>> 4 4 7 8 3 > >>> 2 0 1 > >>> CELL_TYPES 5 > >>> 9 9 9 9 3 > >>> CELL_DATA 5 > >>> SCALARS scalars float 1 > >>> LOOKUP_TABLE default > >>> 0. > >>> 1. > >>> 2. > >>> 3. > >>> 4. > >>> > >>> > >>> > >>> _______________________________________________ > >>> 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 VTK FAQ at: > >>> http://www.vtk.org/Wiki/VTK_FAQ > >>> > >>> Follow this link to subscribe/unsubscribe: > >>> http://www.vtk.org/mailman/listinfo/vtkusers > >>> > >> > >> > >> > >> -- > >> > >> Best regards / Cordialmente, > >> > >> William-Fernando Oquendo > >> -------------------------- > >> Este correo puede carecer de tildes o e?es debido al teclado. > >> > >> > >> > >> -- > >> Marie Postel - LJLL - UPMC P6 > >> Campus Jussieu 15-25-313 > >> Tel +33 1 44 27 54 08http://www.ljll.math.upmc.fr/postel > >> > >> > > > > > > -- > > > > Best regards / Cordialmente, > > > > William-Fernando Oquendo > > -------------------------- > > Este correo puede carecer de tildes o e?es debido al teclado. > > > > > > > -- > > Best regards / Cordialmente, > > William-Fernando Oquendo > -------------------------- > Este correo puede carecer de tildes o e?es debido al teclado. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://www.paraview.org/pipermail/paraview/attachments/20130315/eab > 83914/attachment.htm> > > ------------------------------ > > _______________________________________________ > 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 > > > End of ParaView Digest, Vol 107, Issue 38 > ***************************************** _____________________________________________________________________ ERBE Elektromedizin GmbH Firmensitz: 72072 Tuebingen Geschaeftsfuehrer: Christian O. Erbe, Reiner Thede Registergericht: Stuttgart HRB 380137 _______________________________________________ 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
