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

Home » Public Forums » archive » can't make array
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: can't make array [message #87611 is a reply to message #87607] Tue, 18 February 2014 07:16 Go to previous message
Phillip Bitzer is currently offline  Phillip Bitzer
Messages: 223
Registered: June 2006
Senior Member
On Tuesday, February 18, 2014 12:48:22 AM UTC-6, kamal wrote:

>
> I am trying to write an IDL code for reading a number of binary files (366 in total) with the dimensions x=1940, y=1940. However, this seems to be quite a large number for making an array. I am not being able to generate an array containing such a huge number of elements. Is there a way out to tackle this awkward situation?
>

Well, you're trying to create a 1940*1940*366*32 bit array. That's something around 5GB. Does your computer have enough memory?

On Tuesday, February 18, 2014 6:19:47 AM UTC-6, Matthew Argall wrote:
>
>
>> x=1940 & y = x
>
>> z = nfiles ;366
>
>> temparr = fltarr(x,y,z) ;<<<<<Error comes in this line
>
>
>
> What is the error that you are getting?

This.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: DORADE(Doppler Radar Data Exchange Format) interfacing on IDL
Next Topic: Function Graphics Questions

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

Current Time: Fri Oct 10 20:27:20 PDT 2025

Total time taken to generate the page: 0.87896 seconds