hy,
I want create array of array (array of floating point image)
Imagesize[0]=1000
Imagesize[1]=1000
I write
tabimg=findgen(325,Imagesize[0],Imagesize[1])
IDL print error message "Unable to allocate memory: to make array"
What should I do ?
Thank for your help
|