NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [idvusers] Help with Averaging NexRad scans over time.

  • Subject: Re: [idvusers] Help with Averaging NexRad scans over time.
  • From: Ben Kamen <bkamen@xxxxxxxxxxxxx>
  • Date: Thu, 06 Dec 2007 11:39:02 -0600
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.


  • 2007 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the idvusers archives: