[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


BLINK Source code in blink.pro

BLINK

Name
       BLINK
Purpose
       To allow the user to alternatively examine two or more windows within
       a single window.
Calling Sequence
       BLINK, Wndw [, T]
Input Parameters
       Wndw  A vector containing the indices of the windows to blink.
       T     The time to wait, in seconds, between blinks.  This is optional
             and set to 1 if not present.
Output Parameters
       None.
Procedure
       The images contained in the windows given are written to a pixmap.
       The contents of the the windows are copied to a display window, in
       order, until a key is struck.
Example
       Blink windows 0 and 2 with a wait time of 3 seconds
       IDL> blink, [0,2], 3
Revision History
       Written by Michael R. Greason, STX, 2 May 1990.
       Allow different size windows   Wayne Landsman    August, 1991
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2001 April 26 at 03:15 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically