<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Bookman Old Style">Hi,</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">I use the below codes to read a series of 
MRI,</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">&nbsp;this-&gt;dicomReader = 
ReaderType_Short::New();//itk<BR>&nbsp;itk::DICOMSeriesFileNames::Pointer 
nameGenerator = 
itk::DICOMSeriesFileNames::New();<BR>&nbsp;nameGenerator-&gt;SetDirectory( 
(const char*)strPath );<BR>&nbsp;typedef std::vector&lt;std::string&gt; 
fileNamesContainer;<BR>&nbsp;fileNamesContainer fileNames;<BR>&nbsp;fileNames = 
nameGenerator-&gt;GetFileNames();<BR>&nbsp;this-&gt;dicomReader-&gt;SetImageIO( 
itk::DICOMImageIO2::New() );<BR>&nbsp;this-&gt;dicomReader-&gt;SetFileNames( 
fileNames );&nbsp;<BR>&nbsp;this-&gt;dicomReader-&gt;Update();</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">However, the spacing[2], namely spacing 
between slices,&nbsp;is uncorrect. </FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">Hope your help! </FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">Regards,</FONT></DIV>
<DIV><FONT face="Bookman Old Style"></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style">Yixun Liu</FONT></DIV></BODY></HTML>