BLINK
Name
BLINK
Purpose
To allow the user to alternatively examine two or more windows within
a single window.
Calling Sequence
BLINK, Wndw [, T]
Inputs
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.
Outputs
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
Modification 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