[idvusers] Help with Averaging NexRad scans over time.

Ben Kamen bkamen at benjammin.net
Thu Dec 6 10:39:02 MST 2007


I'm only selecting one angle at a time. I'm happy to work with
0.5 and 1.5' separately. I'll see how this works for me.

Thanks a bunch!

Tom Whittaker wrote:
> Ben:
> 
> Sorry, got my languages mixed.  Probably should say "  for k in g:  "
> Looking at other routines in the library, though, I see most of them opt to
> treat "g" explilcitly as a list -- so to follow that pattern  you would say:
> 
>   sum = 0.0
>   for k in xrange(len(g)):
>      sum = g[k] + sum;
> 
> Based on Don's note, though, it looks like there might be some
> sampling issues because of the different angles, though.....


-- 
Ben Kamen - O.D.T., S.P.
=============================================================================
Email: bkamen AT benjammin DOT net              Web: http://www.benjammin.net

As seen somewhere on the net: My other computer is your Windows Server.


More information about the idvusers mailing list