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

Home » Public Forums » archive » TVSCL can display more than 2 images?
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
TVSCL can display more than 2 images? [message #88503] Sun, 04 May 2014 09:57 Go to next message
g.nacarts is currently offline  g.nacarts
Messages: 148
Registered: November 2013
Senior Member
Hi

I was wondering if TVSCL can display more than two images at the same time. I displayed two images and everything was fine. Once I tried to display 3 images part of the third image couldn't display in the window. My code was like this:

TVSCL, image1, 0
TVSCL, image2, 1
TVSCL, image3, 2

Can anyone knows how to display more than 2 images at the same time next to each other?

With Thanks
G.
Re: TVSCL can display more than 2 images? [message #88504 is a reply to message #88503] Sun, 04 May 2014 10:07 Go to previous messageGo to next message
Mats Löfdahl is currently offline  Mats Löfdahl
Messages: 263
Registered: January 2012
Senior Member
Den söndagen den 4:e maj 2014 kl. 16:57:14 UTC skrev g.na...@gmail.com:
> Hi
>
>
>
> I was wondering if TVSCL can display more than two images at the same time. I displayed two images and everything was fine. Once I tried to display 3 images part of the third image couldn't display in the window. My code was like this:
>
>
>
> TVSCL, image1, 0
>
> TVSCL, image2, 1
>
> TVSCL, image3, 2
>
>
>
> Can anyone knows how to display more than 2 images at the same time next to each other?

Make a larger window?
Re: TVSCL can display more than 2 images? [message #88505 is a reply to message #88503] Sun, 04 May 2014 10:29 Go to previous messageGo to next message
g.nacarts is currently offline  g.nacarts
Messages: 148
Registered: November 2013
Senior Member
I thought it but how? The window appears automatically.
Re: TVSCL can display more than 2 images? [message #88506 is a reply to message #88505] Sun, 04 May 2014 11:48 Go to previous messageGo to next message
Matthew Argall is currently offline  Matthew Argall
Messages: 286
Registered: October 2011
Senior Member
On Sunday, May 4, 2014 1:29:24 PM UTC-4, g.na...@gmail.com wrote:
> I thought it but how? The window appears automatically.

http://exelisvis.com/docs/WINDOW_Procedure.html

xsize = 650 ;Pixels
ysize = 650 ;Pixels
Window, /FREE, XSIZE=xsize, YSIZE=ysize
TVSCL, image1, 0
TVSCL, image2, 1
TVSCL, image3, 2
Re: TVSCL can display more than 2 images? [message #88507 is a reply to message #88503] Sun, 04 May 2014 13:27 Go to previous message
g.nacarts is currently offline  g.nacarts
Messages: 148
Registered: November 2013
Senior Member
Thanks a lot!
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Cartesian product of a list of lists
Next Topic: Smoothing image by regression in IDL

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

Current Time: Wed Oct 08 11:45:47 PDT 2025

Total time taken to generate the page: 0.00503 seconds