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

Home » Public Forums » archive » Re: Behaviour of REFORM() changed in IDL 5.5?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Behaviour of REFORM() changed in IDL 5.5? [message #29252 is a reply to message #29248] Fri, 08 February 2002 08:04 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Georg Wiora (georg.wiora@DaimlerChrysler.com) writes:

> Here is my example:
> array = INDGEN(100)
> image = REFORM(100,1)
>
> In IDl 5.4 the result was: image[100,1]
> In IDl 5.5 the result is: image[100]
>
> Is there anything known about a bug fix for that?

Uh, I think, Georg, that if you put the array inside
of the REFORM you should be set. :-)

IDL> print, !version
{ x86 Win32 Windows Microsoft Windows 5.5 Aug 28 2001 32 64}
IDL>
IDL> array = INDGEN(100)
IDL> a=reform(array, 100, 1)
IDL> help, a
A INT = Array[100, 1]

Cheers,

David
--
David W. Fanning, Ph.D.
Fanning Software Consulting
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
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Division of two images
Next Topic: alphaLINUX IDL

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

Current Time: Sun Oct 12 09:26:51 PDT 2025

Total time taken to generate the page: 0.24106 seconds