Re: [Numpy-discussion] numpy.choose question

2009-05-23 Thread Robert Kern
On Sat, May 23, 2009 at 10:14, Mark Wendell wrote: > I have a question about the numpy.choose method. > > I'm working with rgb image arrays (converted using PIL's 'asarray'), > and would like to combine data from multiple images. The choose method > seemed just the thing for what i want to do: cre

Re: [Numpy-discussion] numpy.choose question

2009-05-23 Thread Christopher Barker
Mark Wendell wrote: > I'm working with rgb image arrays (converted using PIL's 'asarray'), > and would like to combine data from multiple images. The choose method > seemed just the thing for what i want to do: creating new images from > multiple source images and an index mask. However, it looks l

[Numpy-discussion] numpy.choose question

2009-05-23 Thread Mark Wendell
I have a question about the numpy.choose method. I'm working with rgb image arrays (converted using PIL's 'asarray'), and would like to combine data from multiple images. The choose method seemed just the thing for what i want to do: creating new images from multiple source images and an index mas