Re: [Numpy-discussion] To wrap or not to wrap.

2008-04-27 Thread Charles R Harris
On Sat, Apr 26, 2008 at 10:41 PM, Charles R Harris < [EMAIL PROTECTED]> wrote: > > > On Sat, Apr 26, 2008 at 10:31 PM, Robert Kern <[EMAIL PROTECTED]> > wrote: > > > On Sat, Apr 26, 2008 at 11:23 PM, Charles R Harris > > <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > > > > I'm working through the

[Numpy-discussion] setting rows of a numpy array

2008-04-27 Thread wilson
hi all, i have a numpy array of floats whose rows i need to set. i am setting the each row using pixel values of each image in some folder.I wrote a class MyImage that has a field pixelarray which stores the pixels of that image as a numpy array.I made several MyImage instances and stored them in a