Re: [Numpy-discussion] How to do: y[y

2008-10-27 Thread Anne Archibald
27, 2008 12:51 PM > To: numpy-discussion@scipy.org > Subject: Re: [Numpy-discussion] How to do: y[y > Le Monday 27 October 2008 12:41:06 Nicolas ROUX, vous avez écrit : >> Hello, >> >> I hope this is not a silly question ;-) >> I have a Numpy array, and I want to proc

Re: [Numpy-discussion] How to do: y[y

2008-10-27 Thread Nicolas ROUX
Thanks for all of you, for this fast and good reply ;-) Nicolas. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Douard Sent: Monday, October 27, 2008 12:51 PM To: numpy-discussion@scipy.org Subject: Re: [Numpy-discussion] How to do: y[y Hello

Re: [Numpy-discussion] How to do: y[y

2008-10-27 Thread David Douard
Le Monday 27 October 2008 12:41:06 Nicolas ROUX, vous avez écrit : > Hello, > > I hope this is not a silly question ;-) > I have a Numpy array, and I want to process it with : > "if the value is lower than Threshold, then increase by Threshold" > > > I would like to translate it as: > y[y > To b

Re: [Numpy-discussion] How to do: y[y

2008-10-27 Thread Gabriel Gellner
On Mon, Oct 27, 2008 at 12:41:06PM +0100, Nicolas ROUX wrote: > Hello, > > I hope this is not a silly question ;-) > I have a Numpy array, and I want to process it with : > "if the value is lower than Threshold, then increase by Threshold" > > > I would like to translate it as: > y[y You are

[Numpy-discussion] How to do: y[y

2008-10-27 Thread Nicolas ROUX
Hello, I hope this is not a silly question ;-) I have a Numpy array, and I want to process it with : "if the value is lower than Threshold, then increase by Threshold" I would like to translate it as: y[yhttp://projects.scipy.org/mailman/listinfo/numpy-discussion