<div dir="ltr">Hi,<br><br>I&#39;m trying to convert DICOMs coming off our Agilent scanner using mrconvert. It&#39;s recognising two series, when I know it should only be one. I&#39;m very sure this is a problem with the script creating the DICOMs.<div>
<br></div><div>So here&#39;s my mrtrix problem/question: I&#39;m trying to modify the DICOM headers (using dcmtk) so mrconvert recognises it as a single series. I&#39;ve tried it on the same data twice: </div><div><br></div>
<div style>cp -r orig_data tmp1</div><div style>dcmodify -i &quot;(0008,103e)=30dirs_b3000_0.38&quot; -i &quot;(0018,1030)=DTI-epip&quot; tmp1/*.dcm<br></div><div style>cp -r orig_data tmp2</div><div style>dcmodify -i &quot;(0008,103e)=30dirs_b3000_0.38&quot; -i &quot;(0018,1030)=DTI-epip&quot; tmp2/*.dcm<br>
</div><div><br></div><div>The first time it worked (ie recognises only one series), the second time it didn&#39;t. I used dcmdump to read the dicom headers and used diff to see where the differences were, and there are none. Ie:</div>
<div><br></div><div style>dcmdump tmp1/*.dcm &gt; tmp1.txt</div><div style>dcmdump tmp2/*.dcm &gt; tmp2.txt</div><div style>diff tmp1.txt tmp2.txt</div><div><br></div><div>and no differences. :(</div><div><br></div><div>Any idea what&#39;s going on, ie why it worked the first time and every subsequent time it doesn&#39;t? I&#39;m assuming that mrtrix uses DICOM headers to work out if there&#39;s multiple series.<br>
<br>Thanks in advance for any insight you can give me!</div><div style>Amanda</div><div><br>--<br>Amanda Ng<br>Computational Biomedical Imaging Scientist<br><br>     Monash Biomedical Imaging<br>
     Monash e-Research Centre<br>     Life Sciences Computation Centre, VLSCI<br><br>     Email: <a href="mailto:amanda.ng@monash.edu" target="_blank">amanda.ng@monash.edu</a>   Tel: <a href="tel:%2B61%20%280%293%209902%209804" value="+61399029804" target="_blank">+61 (0)3 9902 9804</a><br>
     Bldg 220, 770 Blackburn Rd, Monash University, Melbourne VIC 3800</div></div>