display procs

This page was created by the IDL library routine mk_html_help. For more information on this routine, refer to the IDL Online Help Navigator or type:

     ? mk_html_help

at the IDL command line prompt.

Last modified: Tue Dec 20 11:48:25 2005.


List of Routines


Routine Descriptions

CBLINK -- BLINK BETWEEN A SET OF WINDOWS WITH OPTION TO SAVE ONE.

[List of Routines]
 NAME:
CBLINK -- blink between a set of windows with option to save one.
 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
	Retain the blink window Carl Heiles 2 nov 98

(See /dzd2/heiles/idl/gen/display/cblink.pro)