Scrollwindow WSET problem [message #93473] |
Thu, 28 July 2016 06:17 |
altamidl
Messages: 2 Registered: July 2016
|
Junior Member |
|
|
I'm a beginner using IDL 8.5.1. I'm trying to use https://www.idlcoyote.com/programs/scrollwindow.pro
I have the following portion of code:
ScrollWindow, XSIZE=actualX, YSIZE=actualY, wid = w1
TVSCL, fullImage, TRUE=3
ScrollWindow, 2, XSIZE=factor*actualX, YSIZE=factor*actualY, wid = w2
WSET, 2 & TVSCL, rebinIm, TRUE=3
ScrollWindow, 3, XSIZE=factor*actualX, YSIZE=factor*actualY, wid = w3
WSET, 3 & TVSCL, rebinIm, TRUE=3
I'm trying to make it open three separate windows. I didn't have any problems when using the built-in WINDOW code, but broke something when trying to transition to ScrollWindow. Whenever I run it, it tells me:
WSET: Window is closed and unavailable.
Any help would be greatly appreciated.
|
|
|