./
tvblink.pro
toptvblink
Display utilities
tvblink, image1, image2, image3, image4, image5 [, SCALE=SCALE] [, DELAY=DELAY]
Blink between several images, without having to manually set up the plotting windows.
This is a wrapper routine for the BLINK procedure in the IDL Astronomy User's library. TVBLINK goes through the work of creating, displaying, and destroying the image windows which are blinked between.
Temporary plotting windows are created, and images are blinked on the screen.
PROCEDURES CALLED: BLINK (IDL Astro Library) TVIMAGE (David Fanning's Coyote Library)
Parameters
- image1 in required
2D image array to flip through
- image2 in required
2D image array to flip through
- image3 in required
2D image array to flip through
- image4 in required
2D image array to flip through
- image5 in required
2D image array to flip through
Keywords
- SCALE in optional
If set, the input images are auto-stretched
- DELAY in optional
The time delay, in seconds, between blinking
File attributes
| Modifcation date: | Mon Mar 22 16:17:13 2010 |
| Lines: | 85 |
![[attach.png]](idldoc-resources/attach.png)