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

Home » Public Forums » archive » 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
Behaviour of REFORM() changed in IDL 5.5? [message #29253] Fri, 08 February 2002 07:46 Go to previous message
Georg Wiora is currently offline  Georg Wiora
Messages: 13
Registered: November 2001
Junior Member
Hi everybody!

I just found out that the behaviour of the REFORM() function
seems to be changed in IDL 5.5. With IDL 5.4 I was able to
reform a one dimensional array to a two dimensional with a
trailing dimension of size one. With idl 5.5 these dimension
is removed automaticaly. But from the documentation the
automatic reduction of dimensions should only happen if no
dimensions are specified. This change is not documented in
the (windows) help file.

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?


Thanks,

Georg
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: HTML -> IDL
Next Topic: Re: IDL5.5 online help

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

Current Time: Wed Oct 08 18:36:40 PDT 2025

Total time taken to generate the page: 0.00408 seconds