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

Home » Public Forums » archive » Re: Animate w/ MAP_SET ?
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: Animate w/ MAP_SET ? [message #1422 is a reply to message #1421] Wed, 17 November 1993 08:39 Go to previous message
paul is currently offline  paul
Messages: 22
Registered: June 1991
Junior Member
In article <1993Nov16.093842.1@aurora.alaska.edu>, ftacn@aurora.alaska.edu writes:
> I'm trying to animate images that I have mapped using MAP_SET &
> MAP_IMAGE. I'd like the GRID and CONTINENTS to show up also. Anyone
> ever get something like this to work?
> -Andy

using xinteranimate, you can animate anything that you can display
in an X window. Under the widgetlib on-line help, you can check
out xinteranimate. Basically it is like


window,/free
win_number = !d.window


xinteranimate, set=[!D.x_size,!D.y_size,Nframes]

for f=0,nframes-1 do begin


; plot the stuff you want in window perhaps like
; map_set, 0,180,/cyl,/cont
; contour, data, lat, lon, /over
;
; then
;


xinteranimate, frame=f, window=win_number

endfor

xinteranimate
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Is IDL/PVWAVE suitable as a image processing tool?
Next Topic: IDL call_external on DEC Alpha

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

Current Time: Sun Oct 12 09:26:28 PDT 2025

Total time taken to generate the page: 1.44070 seconds