Hi Mathieu ;-)<br><br><br>Thank you, I think it&#39;s really what I need.<br><br><br><br>Have a nice day,<br><br><br>Stéphane<br><br><br><br><div class="gmail_quote">2008/10/24 Mathieu Malaterre <span dir="ltr">&lt;<a href="mailto:mathieu.malaterre@gmail.com">mathieu.malaterre@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">On Fri, Oct 24, 2008 at 10:12 AM, Stéphane CALANDE &lt;<a href="mailto:scalande@gmail.com">scalande@gmail.com</a>&gt; wrote:<br>

&gt; Hi all,<br>
&gt;<br>
&gt;<br>
&gt; I hope you&#39;ll be able to help me !<br>
&gt;<br>
&gt; I have :<br>
&gt;<br>
&gt;&gt; one DICOM image (2D)<br>
&gt;&gt; one MHD/RAW image (2D)<br>
&gt; (these images have the same resolution (size, spacing,...)<br>
&gt;<br>
&gt; My question is the following one :<br>
&gt;<br>
&gt; How can I replace the part of the DICOM file that represents the pixels<br>
&gt; matrix by the RAW file ?<br>
&gt; So I want to change the pixels of DICOM but I don&#39;t won&#39;t to change the<br>
&gt; patient characteristics...<br>
&gt;<br>
&gt;<br>
&gt; Does something exist to do that easily ?<br>
&gt;<br>
&gt;<br>
<br>
</div></div>7.12.2 Reading and Writing a 2D Image<br>
<br>
...<br>
We now need to explicitly set the proper image IO (GDCMImageIO), but<br>
also we must tell<br>
the ImageFileWriter to not use the MetaDataDictionary from the input<br>
but from the GDCMImageIO<br>
since this is the one that contains the DICOM specific information<br>
The GDCMImageIO object will automatically detect the pixel type, in<br>
this case unsigned<br>
char and it will update the DICOM header information accordingly.<br>
...<br>
<br>
<br>
You can even manually change any tab you do not like, or that must be<br>
updated, have a look at ImageReadDicomSeriesWrite.cxx<br>
<br>
(for some reason I cannot find it in the ItkSoftwareGuide, must have<br>
been added after the latest pdf generation).<br>
<br>
HTH<br>
--<br>
<font color="#888888">Mathieu<br>
</font></blockquote></div><br>