hi [message #9748] |
Wed, 13 August 1997 00:00  |
gravi
Messages: 1 Registered: August 1997
|
Junior Member |
|
|
hi
|
|
|
Re: Hi [message #67338 is a reply to message #9748] |
Thu, 16 July 2009 04:58  |
rogass
Messages: 200 Registered: April 2008
|
Senior Member |
|
|
On 15 Jul., 10:08, woods <coupecl...@yahoo.de> wrote:
> My english is no the best.
> I have a problem.
> i have a big image ,ns = 36800, nl = 57600.
> when i do imag = make_array(ns, nl, TYPE=type, /nozero), i become
> 'array has too many elements'.
> can help me somebody?
Hi,
do you really need a float array of this size, because you certainly
run into memory problems or OS restrictions? Try to use chunks of your
array or use another type on an array like: imag=make_array
(36800,57600,/byte,/nozero)
Regards
CR
|
|
|