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

Home » Public Forums » archive » Best method for very big array rebinning?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Best method for very big array rebinning? [message #40013] Wed, 07 July 2004 07:10 Go to previous message
amolins is currently offline  amolins
Messages: 3
Registered: July 2004
Junior Member
Hello,
I have a program that needs to rebin from one to another coordinate
system thus interpolating the actual data in positions already
computed and arranged the way INTERPOLATE function demands, so I only
have to do INTERPOLATE(array, coords1,coords2,coords3).
I have to rebin a "array" very very big (2GB in disk) of
floating-point values, so I made use of SHMMAP function to access to
the data fast. But this solution doesn't scale, because IDL complains
(both in windows and linux implementations) about the size of the
array declared in that way.

My questions are:
1) is there any efficient method to perform this without having to
code by myself in a FOR loop each acces by POINT_LUN, READU, and maths
for each value to be interpolated?
2) is there any way to increase the maximum number of elements in an
array in IDL 6.0?

Thanks,
Antonio.
[Message index]
 
Read Message
Read Message
Previous Topic: Random convolution ?
Next Topic: good way to subdivide line segments?

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

Current Time: Fri Oct 10 05:53:09 PDT 2025

Total time taken to generate the page: 0.40238 seconds