[vtkusers] MRI Tiff stacks
Robert Belleman
robbel at science.uva.nl
Fri Aug 3 03:58:04 EDT 2001
On Thu, Aug 02, 2001 at 05:50:09PM -0400, Lisa S. Avila wrote:
> Hello Maneesh,
>
> I was able to open your file as a raw file in VolView (I had to rename it
> so that it wouldn't assume it was a tiff!). I think that is because it is a
> stack of uncompressed tiffs - it probably wouldn't work if it was
> compressed. If your data is uncompressed like this, you can simply use
> vtkImageReader with the right parameters.
Since some of you were using unix systems, I've had good results by
stripping the header from this dataset using
dd if=Stack_Cor1750_50_256_256_NoZF of=dataset.raw bs=20190 skip=1
The output file "dataset.raw" is a 256 x 256 x 250, 1 byte per pixel
file (16384000 bytes in total).
Really nice data... thanks for the URL!
Best,
-- Rob
[] Robert Belleman X Section Computational Science []
[] robbel at science.uva.nl |X| University of Amsterdam, the Netherlands []
[] tel: (+31) 20 525 7510 X http://www.science.uva.nl/~robbel/ []
More information about the vtkusers
mailing list