Re: How can I Read/Write multiple sequential Binary/Text data files

2005-03-10 Thread Bengt Richter
On 10 Mar 2005 09:41:05 -0800, "Albert Tu" <[EMAIL PROTECTED]> wrote: >Dear there, > >We have an x-ray CT system. The acquisition computer acquires x-ray >projections and outputs multiple data files in binary format (2-byte >unsigned integer) such as projection0.raw, projection1.raw, >projection2.

Re: How can I Read/Write multiple sequential Binary/Text data files

2005-03-10 Thread John Machin
On Thu, 10 Mar 2005 20:06:29 +0200, Christos "TZOTZIOY" Georgiou <[EMAIL PROTECTED]> wrote: >On 10 Mar 2005 09:41:05 -0800, rumours say that "Albert Tu" ><[EMAIL PROTECTED]> might have written: > >>Dear there, >> >>We have an x-ray CT system. The acquisition computer acquires x-ray >>projections a

Re: How can I Read/Write multiple sequential Binary/Text data files

2005-03-10 Thread TZOTZIOY
On 10 Mar 2005 09:41:05 -0800, rumours say that "Albert Tu" <[EMAIL PROTECTED]> might have written: >Dear there, > >We have an x-ray CT system. The acquisition computer acquires x-ray >projections and outputs multiple data files in binary format (2-byte >unsigned integer) such as projection0.raw,

How can I Read/Write multiple sequential Binary/Text data files

2005-03-10 Thread Albert Tu
Dear there, We have an x-ray CT system. The acquisition computer acquires x-ray projections and outputs multiple data files in binary format (2-byte unsigned integer) such as projection0.raw, projection1.raw, projection2.raw ... up to projection500.raw. Each file is 2*1024*768-byte big. I would l