Re: Finding Relative Maxima in Python3

2013-05-31 Thread Chris Rebert
On May 31, 2013 2:46 AM, "Lourens-Jan Ugen" wrote: > > Hi all, > > The last few days I've been working on a script to manipulate some scientific data. One thing I would like to be able to do is find relative maxima in a data set. > I'm using numpy in python3 (which I think I can't do without becau

Finding Relative Maxima in Python3

2013-05-31 Thread Lourens-Jan Ugen
Hi all, The last few days I've been working on a script to manipulate some scientific data. One thing I would like to be able to do is find relative maxima in a data set. I'm using numpy in python3 (which I think I can't do without because of utf16 encoding of my data source) and a series of n