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

Home » Public Forums » archive » Re: Interactive mode in IDL
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: Interactive mode in IDL [message #49726 is a reply to message #49717] Thu, 10 August 2006 09:23 Go to previous messageGo to previous message
news.verizon.net is currently offline  news.verizon.net
Messages: 47
Registered: August 2003
Member
>
> My program plots several differents things per one image.
>
> Let's say I have five original images to work on and want to plot
> things after some calculation
>
> done by the program using each individual image out of five.
>
> If I want to do this rather interactively one by one looking at the
> images that I'm getting,

I'm not certain what you are asking for, but perhaps you just want a
pause for keyboard input before proceeding to the next image. For
example, the following code waits for the user to hit any key before
proceeding (but exits if the user preses 'Q')

ans = ''
read,'Next Plot [Q to quit]? ',ans
if strupcase(ans) EQ 'Q' then return
;....proceed to the next plot


--Wayne
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: POLY_2D inconsitent interpolation
Next Topic: reading and writing with assoc

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

Current Time: Fri Oct 10 01:39:15 PDT 2025

Total time taken to generate the page: 0.84482 seconds