Re: Question about reading a big binary file and write it into several text (ascii) files

2005-01-24 Thread Bengt Richter
On 24 Jan 2005 12:44:32 -0800, "Albert Tu" <[EMAIL PROTECTED]> wrote: >Hi, > >I am learning and pretty new to Python and I hope your guys can give me >a quick start. > >I have an about 1G-byte binary file from a flat panel x-ray detector; I >know at the beggining there is a 128-byte header and the

Question about reading a big binary file and write it into several text (ascii) files

2005-01-24 Thread Albert Tu
Hi, I am learning and pretty new to Python and I hope your guys can give me a quick start. I have an about 1G-byte binary file from a flat panel x-ray detector; I know at the beggining there is a 128-byte header and the rest of the file is integers in 2-byte format. What I want to do is to save