<BR>> are you sure that the uid string is really identical to the one you have <BR>> passed in to the GetCoherentFileList() method?<BR><br>
I think so, I'll verify the code. But something is sure: 0020 000e is where I take the info !<br>
 <br>
Another question: I've looked to the code of <A class=el href="http://www.creatis.insa-lyon.fr/Public/Gdcm/html.user/gdcmSerieHelper_8cxx-source.html#l00178">OrderFileList()</A> and you calculate the normal position to know the distance. What is exactly the difference between the normal position and the coordinate you get from the file (or what is the normal position) ? why the distance is not calculate with the geometric formula: sqrt( (Px-Pox)² + (Py-Poy)² + (Pz-Poz)² )<br>
where Po is the center of reference.<br>
 <br>
Olivier<br>
 <br>