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

Home » Public Forums » archive » histogram produces extra bin in 64-bit IDL 8.0
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
histogram produces extra bin in 64-bit IDL 8.0 [message #76030] Fri, 13 May 2011 06:45 Go to previous message
Giuseppe Papa is currently offline  Giuseppe Papa
Messages: 27
Registered: February 2010
Junior Member
Consider the following code:
IDL> D=randomu(32,3200);
IDL> N=histogram(D,min=0.,max=1.,binsize=0.1,Locations=X)

In IDL 32-bit:
IDL> print, size(N)
1 10 3 10
IDL> print, X
0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
IDL> print, !version
{ x86 linux unix linux 8.0 Jun 18 2010 32 64}

In 64-bit IDL:
IDL> print, size(N)
1 11 3 11
IDL> print, X
0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
IDL> print, !version
{ x86_64 linux unix linux 8.0 Jun 18 2010 64 64}

As you can see, the 64-bit version produces an extra erroneous bin, contrary to the what is expected from the help pages for histogram.
[Message index]
 
Read Message
Read Message
Previous Topic: Re: histogram produces extra bin in 64-bit IDL 8.0
Next Topic: Re: HISTOGRAM, binsize, and max

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

Current Time: Wed Oct 08 15:19:55 PDT 2025

Total time taken to generate the page: 0.00429 seconds