comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Xinteranimate and plots
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Xinteranimate and plots [message #53685] Wed, 25 April 2007 23:19 Go to previous message
Ingo von Borstel is currently offline  Ingo von Borstel
Messages: 54
Registered: September 2006
Member
Hi,

>> n=100000L
>> x=findgen(n)
>> y=findgen(n)
>> z=findgen(n)
>> XInterAnimate, set=[500,500,999]
>> for j=1L,998L,500 do begin
>> plots, x((j-1):j), y((j-1):j), z((j-1):j),/T3D,/DATA
>> XInterAnimate, Frame=j, Window=!D.Window
>> endfor
>> XInterAnimate
>>

> j is not your problem. You are just running COMPLETELY
> out of pixmap memory, would be my guess. :-)

If that's the problem - which was at some point probably my problem, too
- I propose to just create an array of images and not one of pixmaps.
Either you can store them on disc or keep them in memory and display
them with the usual tv or tvscl routines. It works for me. Might be a
trifle slower, but I guess that's the price you pay for large sequences
of images.

I ended up with a routine that pre-processes my images and saves them
individually (I want to display some additional data printed onto them)
and then I call a routine which creates an *.mpg file out of this
sequence of images.

e-mail me, if you need more code details.

Best regards,
Ingo

--
Ingo von Borstel <newsgroups@planetmaker.de>
Public Key: http://www.planetmaker.de/ingo.asc

If you need an urgent reply, replace newsgroups by vgap.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: some news from GDL 0.9 pre4
Next Topic: Re: hist_nd to place just one point on a grid

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 16:04:54 PDT 2025

Total time taken to generate the page: 0.64039 seconds