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 #53736 is a reply to message #53733] Mon, 23 April 2007 07:58 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
kostis writes:

> Im trying to animate a 3d trajectory using the tool "XInterAnimate"
> and plotting with "plots" as follows:
>
> XInterAnimate, set=[500,500,10000], /Showload ,MPEG_QUALITY=100
> ...................................
> for j=1,9999 do begin
> plots, x((j-1)*200:j*200), y((j-1)*200:j*200), z((j-1)*200:j*200),
> $
> /T3D,/DATA,Thick=1
> XInterAnimate, Frame=j, Window=!D.Window
> endfor
> XInterAnimate
>
> The animation starts but in the middle it pops the message:
>
> % Subscript range values of the form low:high must be >= 0, < size,
> with low <= high: X.
> % Execution halted at: ANIMATE 27 /home/kostis/PROJECT
> LARMOR/dipole/animate.pro
> % $MAIN$
>
> indicating the line plots... has the problem
> What does this message mean exactly??

I'd guess that it means your X, Y, and Z variables
are not 200 times as big as your counter. That is
they are not arrays of size one million.

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[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 21:38:18 PDT 2025

Total time taken to generate the page: 1.44061 seconds