Re: shoehorn c-structured data into Numpy

2009-06-14 Thread Scott David Daniels
MRAB wrote: Helmut Fritz wrote: I have binary output from a Fortran program that is in a big-endian C-structured binary file. The output can be very variable and many options create different orderings in the binary file. So I'd like to keep the header-reading in python. Anyhoo, I've so fa

Re: shoehorn c-structured data into Numpy

2009-06-14 Thread MRAB
Helmut Fritz wrote: Hello there everyone, I used to be on this a long time ago but then I got so much spam I gave up. But this strategy has come a little unstuck. I have binary output from a Fortran program that is in a big-endian C-structured binary file. The output can be very variable

shoehorn c-structured data into Numpy

2009-06-14 Thread Helmut Fritz
Hello there everyone, I used to be on this a long time ago but then I got so much spam I gave up. But this strategy has come a little unstuck. I have binary output from a Fortran program that is in a big-endian C-structured binary file. The output can be very variable and many options create dif