[Insight-users] Slice spacing of DICOM series

Andrew Li andrew.li at synarc.com
Fri Sep 2 12:50:12 EDT 2005


Hi,

We use itk::ImageSeriesReader to read 3D MRI data set that is stored as
a (2D) DICOM series and then check the slice spacing in slice direction
as following:  
	...
	ReaderType::Pointer reader = ReaderType::New();
	...
	double sliceSpacingInSliceDirection =
(reader->GetOutput()->GetSpacing())[2]; 
	...

How slice spacing in slice direction is derived in
itk::ImageSeriesReader Class? It seems not from the tag: {0x0018,
0x0088} (spacing between slices).

Please let me know. Thanks.

-Andrew
 
--------------------------------------------------------

This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information.Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. If you are the intended recipient, please be advised that the content of this message is subject to access, review and disclosure by the sender's Email System Administrator.
--------------------------------------------------------


More information about the Insight-users mailing list