Hi Michael,<div><br></div><div>Yes, I&#39;d made a few changes to support (some) GE DICOM files, but GE&#39;s convention for storing their gradient orientations keeps changing depending on the software version. I&#39;d only coded support for their latest release (I think). Not surprising that it doesn&#39;t work for everyone...</div>
<div><br></div><div>Happy to have a look into it if you send me the data. The other option is for you to send me just a dump of the DICOM headers: it&#39;s often possible to have a guess as to which entries are important just by having a look at the headers... </div>
<div><br></div><div>You can do dump the headers by running the following little script on your DICOM files, and sending me the output file &quot;dicom_headers.txt.gz&quot;. Just make sure you set the /path/to/dicom/files and SeriesNumber to the correct values, and copy/paste into a terminal (I assume you use the BASH shell?). If you know you only have one series (your DW data) in your data folder, you can remove the first &#39;read_dicom&#39; line. Otherwise, to figure out the correct SeriesNumber, run mrinfo /path/to/dicom/files: the series number is the last entry in square brackets in the series listing.</div>
<div><br></div><div>( cd /path/to/dicom/files</div><div>for name in *; do</div><div>read_dicom -all $name | grep -aq &#39;SeriesNumber.* 3 &#39; &amp;&amp; </div><div>( </div><div>echo ==============================</div>
<div>echo $name</div><div>echo =============================</div><div>read_dicom -all $name </div><div>); </div><div>done ) | gzip &gt; dicom_header.txt.gz</div><div><br></div><div>Cheers,</div><div><br></div><div>Donald.</div>
<div><br><br><div class="gmail_quote">On 14 July 2010 06:22, Michael Zeineh <span dir="ltr">&lt;<a href="mailto:mmzeineh@gmail.com">mmzeineh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
There was a post regarding incorporating GE diffusion data in October.<br>
Just curious if there is any update. I have diffusion data of which<br>
dcm2nii can read the directions (albeit painfully oriented<br>
incorrectly), but mrconvert gives a &quot;no dicom images found error&quot; on.<br>
Happy to email the anonymized dicom file.<br>
<br>
Michael<br>
_______________________________________________<br>
Mrtrix-discussion mailing list<br>
<a href="mailto:Mrtrix-discussion@www.nitrc.org">Mrtrix-discussion@www.nitrc.org</a><br>
<a href="http://www.nitrc.org/mailman/listinfo/mrtrix-discussion" target="_blank">http://www.nitrc.org/mailman/listinfo/mrtrix-discussion</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Jacques-Donald Tournier (PhD)<br>Brain Research Institute, Melbourne, Australia<br>Tel: +61 (0)3 9496 4078<br>
</div>