Re: zoom screen id on envi_display_bands [message #48110] |
Tue, 28 March 2006 10:47  |
Jeff N.
Messages: 120 Registered: April 2005
|
Senior Member |
|
|
Seems to me like you answered your own question, or am i missing
something?? The w1 keyword to envi_disp_query seems to give you an
array of ID's for the image, zoom, and scroll windows, so if you do
something like this:
envi_disp_query, dn, w1=wids
wids[1] is the zoom window id.
That's from the help file for envi_disp_query. Did you try that and it
not work?
Jeff
|
|
|
|