[Insight-users] Re: Reading RAW Files -- reading single slices
Luis Ibanez
luis.ibanez@kitware.com
Wed, 19 Mar 2003 22:53:46 -0500
Hi Neha,
Could you please post the code that you are using for
reading this Raw image ?
The typdef used for ImageFileReader and writer are
quite important
--
You can see all the details about the Raw reader in the
file:
Insight/Code/IO/itkRawImageIO.cxx
Regards,
Luis
---------------------
Neha D wrote:
> Hi Luis,
>
> I have one problem reading raw files. I have one raw file ( single slice
> ) of 512 KB which is of size 512 * 512 ( no. of channels = 1 No. of bits
> = 16 ) and data type is unsigned short.
>
> When I input this file to rawreader with ( 512 512 1 ), then output file
> is of 256 KB, which obviousonly when opened, not displayed correctly.
> But when I give input parameters as ( 512 * 512 * 2 ), then output file
> is correctly shown and is of size 512 KB. What is the right way to read
> my file properly ?
>
> How exactly is RawReaderWriters are implemented ?
>
> I am attaching my file here in case if you want to test it.
>
> Thanks,
>
> Neha
>