[Numpy-discussion] Functions to pack/unpack bytes?

Neal Becker ndbecker2 at gmail.com
Wed Jul 29 08:57:02 EDT 2009


Neal Becker wrote:

> Does numpy have functions to convert between e.g. an array of uint32 and
> uint8, where the uint32 array is a packed version of the uint8 array
> (selecting little/big endian)?

I've been thinking about making a ufunc (in python) to do this, but have no 
idea how to make a ufunc for a function that consumes 4 consecutive values 
of it's input and produces an output array of 1/4 the size of the input.  Is 
that possible?





More information about the NumPy-Discussion mailing list