Re: problems with the color_quan function [message #9872] |
Thu, 28 August 1997 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Holger Nies writes:
> I am creating anaglyphs(for red/green glasses) in IDL. Some days ago,
> Mr. Matz told me to use the �color_quan� function the following way:
>
> ana_image=color_quan(left_image,right_image,left_image*0B,r, g,b)
> TV,ana_image&TVSCL,r,g,b
>
> While working well in IDL 4 it doesn�t run in IDL 5.
> Where is the difference?
Uh, unless you copied the commands incorrectly, I doubt
this ran in IDL 4 either. Change the "TVSCL, r, g, b"
command above to "TVLCT, r, g, b".
Cheers,
David
----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
Customizable IDL Programming Courses
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
|
|
|