Can you give me any tips or example on how to handle large arrays in
IDL. The size of the arrays that I am working with are around (200000
x 200000). The program ends up in "Can not allocate the memory to
create the array".
If creating many smaller arrays by tiling is the only option, how can
I work it out?
The RAM size of the server is also very large, 8 GB. I would be
grateful to have some suggestions from you.
Thanks!