<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><DIV></DIV>
<DIV>Hi :)<BR></DIV>
<DIV>Greetings&nbsp;to MRtrixers, </DIV>
<DIV>&nbsp;</DIV>
<DIV>Is there any way, that I&nbsp;can select one ROI&nbsp;and than 6 target&nbsp;region, and than can see the which part of the seed projected to&nbsp;which&nbsp;target.&nbsp; sorry bit confusing. well, just same like FSL, thalamus connectivity map. </DIV>
<DIV>&nbsp;</DIV>
<DIV>regards, </DIV>
<DIV>&nbsp;</DIV>
<DIV>vin</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>----- Original Message ----<BR>From: Samuel Gröschel &lt;S.Groeschel@gmx.org&gt;<BR>To: Donald Tournier &lt;d.tournier@brain.org.au&gt;<BR>Cc: mrtrix-discussion@www.nitrc.org<BR>Sent: Tuesday, September 23, 2008 7:45:53 PM<BR>Subject: Re: [Mrtrix-discussion] patch for DICOM mosaics<BR><BR>Thanks, Donald, it works beautifully!! Samuel<BR><BR>-------- Original-Nachricht --------<BR>&gt; Datum: Tue, 23 Sep 2008 10:20:07 +1000<BR>&gt; Von: "Donald Tournier" &lt;<A href="mailto:d.tournier@brain.org.au" ymailto="mailto:d.tournier@brain.org.au">d.tournier@brain.org.au</A>&gt;<BR>&gt; An: "Samuel Gröschel" &lt;<A href="mailto:S.Groeschel@gmx.org" ymailto="mailto:S.Groeschel@gmx.org">S.Groeschel@gmx.org</A>&gt;<BR>&gt; CC: <A href="mailto:mrtrix-discussion@www.nitrc.org" ymailto="mailto:mrtrix-discussion@www.nitrc.org">mrtrix-discussion@www.nitrc.org</A><BR>&gt; Betreff: Re: [Mrtrix-discussion] patch for DICOM mosaics<BR><BR>&gt; Hi Samuel,<BR>&gt;
 <BR>&gt; I think we've finally cracked your upside-down DICOM issue. The<BR>&gt; remaining problem was due to the use of the comma as the decimal<BR>&gt; separator in German (i.e. 3,14 rather than 3.14). When the system is<BR>&gt; set to German (or French or lots of other languages), there was a very<BR>&gt; specific portion of the MRtrix code that got a bit confused when<BR>&gt; trying to read in a number written using a decimal point (i.e. the US<BR>&gt; convention). I've got that fixed up in this latest patch. As far as I<BR>&gt; can tell, the rest of the code is not prone to this problem. Obviously<BR>&gt; do let me know if any other strange things happen!<BR>&gt; <BR>&gt; Install this patch as per the previous instructions. As before, don't<BR>&gt; worry about whether you've installed the previous patches or not, this<BR>&gt; new version should overwrite the previous changes anyway.<BR>&gt; <BR>&gt; Let me know if this works...<BR>&gt;
 Cheers!<BR>&gt; <BR>&gt; Donald.<BR>&gt; <BR>&gt; <BR>&gt; On Mon, Sep 8, 2008 at 9:37 PM, "Samuel Gröschel" &lt;<A href="mailto:S.Groeschel@gmx.org" ymailto="mailto:S.Groeschel@gmx.org">S.Groeschel@gmx.org</A>&gt;<BR>&gt; wrote:<BR>&gt; &gt; Hi Donald,<BR>&gt; &gt;<BR>&gt; &gt; Sorry to bring this up again but with the new patch it doesn't work<BR>&gt; either. This time, no error message occurs but the image is turned upside down<BR>&gt; as it used to be. Initially I stored the DICOM files (T1, EPI, T2) from one<BR>&gt; subject all in one folder. After "seperating" the EPI-files in another<BR>&gt; folder, the DICOM-reading process indicates "mrview: DICOM image contains<BR>&gt; mosaic files - reformating... 100%" which sounds perfect. Still, when the<BR>&gt; mrview-window pops up the image remains upside down.<BR>&gt; &gt;<BR>&gt; &gt; I find it strange that this does not happen when YOU try to read the<BR>&gt; identical DICOM files. So there must be
 a problem with my setting. Can you<BR>&gt; think of anything that might be different?<BR>&gt; &gt;<BR>&gt; &gt; Thanks and regards,<BR>&gt; &gt;<BR>&gt; &gt; Samuel<BR>&gt; &gt;<BR>&gt; &gt; -------- Original-Nachricht --------<BR>&gt; &gt;&gt; Datum: Mon, 8 Sep 2008 09:17:46 +1000<BR>&gt; &gt;&gt; Von: "Donald Tournier" &lt;<A href="mailto:d.tournier@brain.org.au" ymailto="mailto:d.tournier@brain.org.au">d.tournier@brain.org.au</A>&gt;<BR>&gt; &gt;&gt; An: <A href="mailto:S.Groeschel@gmx.org" ymailto="mailto:S.Groeschel@gmx.org">S.Groeschel@gmx.org</A><BR>&gt; &gt;&gt; CC: <A href="mailto:mrtrix-discussion@www.nitrc.org" ymailto="mailto:mrtrix-discussion@www.nitrc.org">mrtrix-discussion@www.nitrc.org</A><BR>&gt; &gt;&gt; Betreff: Re: [Mrtrix-discussion] patch for DICOM mosaics<BR>&gt; &gt;<BR>&gt; &gt;&gt; Hi Samuel,<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; No, you didn't do anything wrong. That message could easily have been<BR>&gt; &gt;&gt; caused by the
 patch. It sounds like there might be some odd cases that<BR>&gt; &gt;&gt; I hadn't considered when reading these DICOM mosaics. Here's a new<BR>&gt; &gt;&gt; patch that *should* work no matter what (fingers crossed). Don't worry<BR>&gt; &gt;&gt; if you've already installed the previous patch, this one will<BR>&gt; &gt;&gt; overwrite any changes made by the previous one. Obviously, you can<BR>&gt; &gt;&gt; also apply this patch on an unmodified MRtrix 0.2.5 installation.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Let me know how it goes.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Donald.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; On Fri, Sep 5, 2008 at 7:46 PM,&nbsp; &lt;<A href="mailto:S.Groeschel@gmx.org" ymailto="mailto:S.Groeschel@gmx.org">S.Groeschel@gmx.org</A>&gt; wrote:<BR>&gt; &gt;&gt; &gt; Hi Donald,<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Thanks very much for the patch which should sort out my<BR>&gt; slice-ordering<BR>&gt; &gt;&gt; &gt; issue.
 After applying it, however, the following error message occurs<BR>&gt; &gt;&gt; &gt; when trying to 'mrview' the ("incorrectly-ordered") dicom files.<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; mrview: reading DICOM series "ep2d_diff_tra_22x20x20_69#"... 100%<BR>&gt; &gt;&gt; &gt; mrview: lib/file/dicom/image.cpp:141: bool<BR>&gt; &gt;&gt; &gt; MR::File::Dicom::Image::operator&lt;(const MR::File::Dicom::Image&amp;)<BR>&gt; const:<BR>&gt; &gt;&gt; &gt; Assertion `!gsl_isnan(distance)' failed.<BR>&gt; &gt;&gt; &gt; Aborted<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Did I do anything wrong during installation? Can anyone help?<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt; Regards, Samuel<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt; &gt;&gt; Hi everyone,<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; Here is a patch to fix occasional slice-ordering issues when loading<BR>&gt; &gt;&gt; &gt;&gt; DICOM mosaic images. The images would
 sometimes be loaded<BR>&gt; upside-down,<BR>&gt; &gt;&gt; &gt;&gt; due to my complete ignorance of Siemens' obscure 'SliceNormalVector'<BR>&gt; &gt;&gt; &gt;&gt; CSA entry in the image headers (thanks to the SPM5 code for pointing<BR>&gt; &gt;&gt; &gt;&gt; me in right direction...). Note that this problem really shouldn't<BR>&gt; &gt;&gt; &gt;&gt; affect anything else: if you haven't had this problem yet, there is<BR>&gt; &gt;&gt; &gt;&gt; nothing to worry about. You might want to wait until the next<BR>&gt; release<BR>&gt; &gt;&gt; &gt;&gt; of MRtrix which will contain this fix anyway.<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; To apply the patch, simply unpack the files into the MRtrix code<BR>&gt; &gt;&gt; &gt;&gt; folder - this should overwrite the 3 modified files. You should then<BR>&gt; &gt;&gt; &gt;&gt; issue the ./build command and install as normal. In other words,<BR>&gt; &gt;&gt; &gt;&gt; assuming you have already downloaded the
 patch file into the<BR>&gt; &gt;&gt; &gt;&gt; mrtrix-0.2.5/ folder:<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; &gt; cd mrtrix-0.2.5/<BR>&gt; &gt;&gt; &gt;&gt; &gt; tar xfjv mrtrix-0.2.5_dicom_mosaic_patch_2008-09-05.tar.bz2<BR>&gt; &gt;&gt; &gt;&gt; &gt; ./build<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; and copy over into your final installation folder as you would<BR>&gt; &gt;&gt; normally.<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; Regards,<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; Donald.<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt;<BR>&gt; &gt;&gt; &gt;&gt; --<BR>&gt; &gt;&gt; &gt;&gt; Jacques-Donald Tournier (PhD)<BR>&gt; &gt;&gt; &gt;&gt; Brain Research Institute, Melbourne, Australia<BR>&gt; &gt;&gt; &gt;&gt; Tel: +61 (0)3 9496 4078<BR>&gt; &gt;&gt; &gt; _______________________________________________<BR>&gt; &gt;&gt; &gt; Mrtrix-discussion mailing list<BR>&gt; &gt;&gt; &gt; <A
 href="mailto:Mrtrix-discussion@www.nitrc.org" ymailto="mailto:Mrtrix-discussion@www.nitrc.org">Mrtrix-discussion@www.nitrc.org</A><BR>&gt; &gt;&gt; &gt; <A href="http://www.nitrc.org/mailman/listinfo/mrtrix-discussion" target=_blank>http://www.nitrc.org/mailman/listinfo/mrtrix-discussion</A><BR>&gt; &gt;&gt; &gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; --<BR>&gt; &gt;&gt; Jacques-Donald Tournier (PhD)<BR>&gt; &gt;&gt; Brain Research Institute, Melbourne, Australia<BR>&gt; &gt;&gt; Tel: +61 (0)3 9496 4078<BR>&gt; &gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; Jacques-Donald Tournier (PhD)<BR>&gt; Brain Research Institute, Melbourne, Australia<BR>&gt; Tel: +61 (0)3 9496 4078<BR>_______________________________________________<BR>Mrtrix-discussion mailing list<BR><A href="mailto:Mrtrix-discussion@www.nitrc.org" ymailto="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></DIV></div><br>



      </body></html>