comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Scrollwindow WSET problem
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Scrollwindow WSET problem [message #93473] Thu, 28 July 2016 06:17
altamidl is currently offline  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.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: array summation
Next Topic: Read Binary

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 09:20:07 PDT 2025

Total time taken to generate the page: 0.00439 seconds