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

Home » Public Forums » archive » Re: equal lat long grid
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: equal lat long grid [message #48318 is a reply to message #48303] Fri, 07 April 2006 13:37 Go to previous messageGo to previous message
greg michael is currently offline  greg michael
Messages: 163
Registered: January 2006
Senior Member
For each of your 241x721 map cells, you're checking every one of your 2
million points to see if it belongs - this is about 2e5 x 2e6 = 4e11
operations. Suppose you did it the other way around - for each of your
points you decide which cell it belongs to - then you have only 2e6
operations - should be of the order of 100,000 times faster, shouldn't
it?

regards,
Greg
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Saving the IDL terminal datastream
Next Topic: equal lat long grid

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

Current Time: Sat Oct 11 06:16:00 PDT 2025

Total time taken to generate the page: 4.95815 seconds