Cannot allocate memory! [message #47047] |
Mon, 16 January 2006 12:05 |
Liberum
Messages: 48 Registered: September 2005
|
Member |
|
|
Hi everyone,
I am working with very large arrays of varying quantities, i.e.,
sometimes I have 89 arrays and other times I have 200 arrays. Now I
would like to average these arrays and reduce them to one array.
I use the MAKE_ARRAY() function but IDL screams that it cannot allocate
the memory.
Now these arrays are quite large (1215,1215) and I only need to hold
them within a function and then they are averaged using MEAN().
Is there away to do this so that IDL can allocate the memory?
IDl complains about this:
tmp = make_array([119,1215,1215], /float). I was thinking about
changing to /integer but I think is not such a good fix.
Any takers?
Appreicate the help,
Sheldon
|
|
|