Re: XROI in IDL5.6 on MAC OS 10.2? [message #33916 is a reply to message #33870] |
Mon, 03 February 2003 20:37   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Richard G. French (rfrench@wellesley.edu) writes:
> Can someone out there give XROI a try on IDL5.6 using MAC OS 10.2? Mine
> fails in several different ways:
>
> XROI,dist(300) gives "Unknown dynamically loadable module: iptool"
>
> XROI by itself brings up a widget, but I get sytax errors in
> query_image.pro when it gets to QUERY_PNG and QUERY_JPEG, etc.
>
> Perhaps I don't have my path set up properly.
>
> Any advice would be welcome.
>
> I tried this on my Solaris box and got a core dump when I did
>
> Data=dist(300)
> Data=exp(-data/100)
> Data=shift(data,150,150)
> Xroi,data
>
> Buss error (core dumped)
>
> Other images seemed to work OK.
Don't have a Mac, but this sounds like the MacOS 10.2
OpenGL bug that is affecting many object graphics
programs. Karl Schultz reported it in this article:
Subject: Re: Alpha Blending inside of Widgets / Graphic Objects in
Widgets
From: "Karl Schultz" <kNOSPAMschultz@rsinc.com>
Date: Fri, 31 Jan 2003 10:49:17 -0700
XROI is, of course, an object graphics program.
Don't know what could be wrong with the Solaris box,
but I taught an IDL class last week on Solaris
boxes and I saw LOTS of weird things! This doesn't
surprise me at all. :-)
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|