<p dir="ltr">Hi Ilaria,</p>
<p dir="ltr">Sorry about the late response - trying to juggle too many things yet again...</p>
<p dir="ltr">To answer your questions:</p>
<p dir="ltr">&gt; I was able to get the 2dseq and convert it into a mih file.<br>
&gt;<br>
&gt; As Donald predicted the mih file is different from the mif header obtained from dicoms (see below).<br>
&gt;<br>
&gt; And actually none of them match my expectations.</p>
<p dir="ltr">Yes, I&#39;m not too surprised. For the 2dseq import, and having discussed a bit further with David, there&#39;s quite a few issues to sort out before we can get this right every time. Right now, it&#39;s fair to say that the outcome with depend on your acquisition parameters (and probably software version too).</p>
<p dir="ltr">&gt; I empirically tried to swap/invert gradients. Based on the fiber anatomy and the number of fibers obtained I concluded that a YZ swap would be the best option.... however none of the Data Layout from the header would predict such swap.<br>
&gt;<br>
&gt; Do you agree?</p>
<p dir="ltr">The Data Layout is unlikely to be related, at least given how the script works currently. As far as I know, the information read from the headers currently uses a field that provides the gradient directions with respect to the scanner coordinate system, so should be independent of the layout.</p>
<p dir="ltr">David&#39;s modifications actually change this to read the gradients with respect to the image phase/read/slice coordinate system, in which case the data layout does matter...</p>
<p dir="ltr">&gt; Let me ask just one more question. As a double check I tried to get fibers using another software (Trackvis). In that case a YZswap and a Zinversion would produce the best results. Do think this make sense? In other words, do different software need different grads reorientation?</p>
<p dir="ltr">Yes, I&#39;d anticipate that would be the case. MRtrix expects the gradients in the scanner coordinate system, whereas most other package would expect it relative to the image (i.e. bvec/bvals format). So the discrepancies would manifest differently depending on the image acquisition axes, etc. <br></p>
<p dir="ltr">Hopefully this will improve in due course, as we figure things out. David had kindly agreed to look into this and verify the import against different scan parameters, which will provide some essential sanity checking if this script is to become more widely used...<br></p>
<p dir="ltr">Cheers,<br>
Donald<br></p>
<p dir="ltr">&gt; Thank you again,<br>
&gt;<br>
&gt; Ilaria<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ************************************************<br>
&gt; Image:               &quot;header.mih&quot;<br>
&gt; ************************************************<br>
&gt;   Format:            MRtrix<br>
&gt;   Dimensions:        320 x 320 x 256 x 61<br>
&gt;   Voxel size:        0.25 x 0.25 x 0.253906 x 0.253906<br>
&gt;   Dimension labels:  0. undefined (?)<br>
&gt;                      1. undefined (?)<br>
&gt;                      2. undefined (?)<br>
&gt;                      3. undefined (?)<br>
&gt;   Data type:         signed 16 bit integer (little endian)<br>
&gt;   Data layout:       [ +0 +1 +2 +3 ]<br>
&gt;   Data scaling:      offset = 0, multiplier = 1<br>
&gt;   Comments:          (none)<br>
&gt;   Transform:                    1           0           0           1<br>
&gt;                                 0           1           0           1<br>
&gt;                                 0           0           1           1<br>
&gt;                                 0           0           0           1<br>
&gt;   DW scheme:         61 x 4<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ************************************************<br>
&gt; Image:               &quot;dwi.mif&quot;<br>
&gt; ************************************************<br>
&gt;   Format:            MRtrix<br>
&gt;   Dimensions:        320 x 256 x 320 x 61<br>
&gt;   Voxel size:        0.25 x 0.253906 x 0.25 x 0.5<br>
&gt;   Dimension labels:  0. left-&gt;right (mm)<br>
&gt;                      1. posterior-&gt;anterior (mm)<br>
&gt;                      2. inferior-&gt;superior (mm)<br>
&gt;                      3. undefined (?)<br>
&gt;   Data type:         signed 16 bit integer (little endian)<br>
&gt;   Data layout:       [ -0 -2 +1 +3 ]<br>
&gt;   Data scaling:      offset = 0, multiplier = 1<br>
&gt;   Comments:          TE=36.49499893;sec=28455.0000<br>
&gt;   Transform:                    1          -0           0      -39.75<br>
&gt;                                -0           1           0      -29.88<br>
&gt;                                -0          -0           1      -38.25<br>
&gt;                                 0           0           0           1<br>
&gt;<br>
&gt;<br>
&gt; -------------------------------------------<br>
&gt; Ilaria Sani, PhD<br>
&gt; Postdoctoral Fellow, Freiwald Lab<br>
&gt; The Rockefeller University<br>
&gt; 1230 York Ave., New York, NY 10065.<br>
&gt; Phone: (212) 327 7699<br>
&gt; Fax:     (212) 327 7698<br>
&gt; Email:<a href="mailto:isani01@rockefeller.edu"> isani01@rockefeller.edu</a><br>
&gt; ________________________________<br>
&gt; From: J-Donald Tournier &lt;<a href="mailto:jdtournier@gmail.com">jdtournier@gmail.com</a>&gt;<br>
&gt; Sent: Saturday, July 9, 2016 4:11 AM<br>
&gt;<br>
&gt; To: Ilaria Sani<br>
&gt; Cc: Brent McPherson; David Wright;<a href="mailto:mrtrix-discussion@www.nitrc.org"> mrtrix-discussion@www.nitrc.org</a><br>
&gt; Subject: Re: [Mrtrix-discussion] Question about the gradient direction table used in Mrtrix<br>
&gt;  <br>
&gt;<br>
&gt; Hi Ilaria,<br>
&gt;<br>
&gt; Importing Bruker data correctly is unfortunately not trivial. My (limited) experience with their DICOM data is that it&#39;s not consistent, so I wouldn&#39;t recommend using it. But their 2dseq format is also difficult to handle well, since the information is stored in a non-obvious format, which furthermore changes from version to version. For this reason, there&#39;s remarkably few packages out there that support it - and some have even decided to remove support for it because of these issues.<br>
&gt;<br>
&gt; So David is right that MRtrix3 does provide this script, which I&#39;d included as a quick fix to handle some of the data we were processing. But it is provided on a &#39;best effort&#39; basis, in case others find it useful. On that note, I&#39;m open to any improvements that others might come up with; David: feel free to contact me if you think your changes could/should be included in the MRtrix3 version.<br>
&gt;<br>
&gt; So with that caveat, to answer as few of your questions:<br>
&gt;<br>
&gt; &gt; 1) I&#39;m currently using mrtrix 0.2.12, do you think the scrip would apply to that version as well?<br>
&gt;<br>
&gt; It should, I think. All it does is read the Bruker headers and produce a MRtrix3 text header, without touching the actual data. This can then be converted to NIFTI or used directly in any version of MRtrix.<br>
&gt;<br>
&gt; &gt; 2) I&#39;m getting dicom from the Bruker scanner. I convert them into .nii and then in .mif files, which I use for tracking.<br>
&gt; &gt;<br>
&gt; &gt; Can use the script to convert from nifti to mif?<br>
&gt;<br>
&gt; No. It&#39;s exclusively for conversion from 2dseq to mih (not mif - see<a href="http://mrtrix.readthedocs.io/en/latest/getting_started/image_data.html#mrtrix-image-formats-mih-mif"> http://mrtrix.readthedocs.io/en/latest/getting_started/image_data.html#mrtrix-image-formats-mih-mif</a> for a description of the two very formats).<br>
&gt;<br>
&gt; &gt; 3) the script is not commented + I&#39;m not familiar with python. I have difficulties in understanding in details what the script is doing.<br>
&gt;<br>
&gt; Yes, unfortunately given the issues surrounding Bruker format, it was not something that I felt we should support officially, so I&#39;ve not put any effort into documenting it. That said, it&#39;s fairly standard python, so if you&#39;re familiar with python, it should be relatively simple to figure out.<br>
&gt;<br>
&gt; &gt; I understand that:<br>
&gt; &gt;<br>
&gt; &gt; a) it is first loading the file (import sys, os.path), but I don&#39;t understand how files/dir are organized.<br>
&gt;<br>
&gt; No, the import directive in python simply means that we are using functionality provided by the sys and os.path modules (which are very standard python modules).<br>
&gt;<br>
&gt; &gt; b) it checks if the input provided is correct<br>
&gt; &gt;<br>
&gt; &gt; c) it extract relevant information from the input file and assigns variables<br>
&gt; &gt;<br>
&gt; &gt; d) it rewrites the variables<br>
&gt;<br>
&gt; Yes, that&#39;s pretty much it.<br>
&gt;<br>
&gt; &gt; Basically I don&#39;t understand in what way each variable changes.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; What I understood so far from analyzing my data is that the gradients need to be reoriented. Specifically it seems that a YZ swap is doing the best job, but I&#39;m not sure this is correct/optimal.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Is the script doing something like this swap? Could you point the lines where this happens?<br>
&gt;<br>
&gt; The last few lines in the script write the DW information, and you can see that the variables used to hold that information in the script are bvec and bval. They&#39;re not modified in any way from what was in the 2dseq headers when read in, but the z axis is inverted in the final &quot;f.write()&quot; call. They may indeed need further modification.<br>
&gt;<br>
&gt; &gt; It would be very helpful to run the script line-by-line and see what happens to the variable, but I don&#39;t have the right input file, nor I work in python.<br>
&gt;<br>
&gt; All you need to do is modify the final &quot;f.write (&#39;dw_scheme: &#39; ...&quot; line as you see fit.<br>
&gt;<br>
&gt; &gt; I guess the script can be converted in a bash script, right?<br>
&gt;<br>
&gt; Not without a lot of effort. This is something python can handle a lot more cleanly than bash, I&#39;d expect any effort to convert that to bash would lead to a very cumbersome and ultimately more obscure script...<br>
&gt;<br>
&gt; In terms of verifying the validity of the reconstruction, I don&#39;t recommend looking at the final tractography, it&#39;s not necessarily the most helpful thing to do. But then anything you do will require a good understanding of the anatomy you&#39;re looking at, so you can check that the orientations estimated by the DW processing actually match expectation. It&#39;s not trivial to figure out what needs to be done with these gradients - see for example this recent conversation on the MRtrix3 forum:<a href="http://community.mrtrix.org/t/instructions-for-response-function/269/21"> http://community.mrtrix.org/t/instructions-for-response-function/269/21</a> - there&#39;s lots of other examples in there if you look through that forum.<br>
&gt;<br>
&gt; Hope this helps.<br>
&gt; Cheers,<br>
&gt; Donald<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; Thanks a lot,<br>
&gt; &gt;<br>
&gt; &gt; Ilaria <br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; -------------------------------------------<br>
&gt; &gt; Ilaria Sani, PhD<br>
&gt; &gt; Postdoctoral Fellow, Freiwald Lab<br>
&gt; &gt; The Rockefeller University<br>
&gt; &gt; 1230 York Ave., New York, NY 10065.<br>
&gt; &gt; Phone: (212) 327 7699<br>
&gt; &gt; Fax:     (212) 327 7698<br>
&gt; &gt; Email:<a href="mailto:isani01@rockefeller.edu"> isani01@rockefeller.edu</a><br>
&gt; &gt; ________________________________<br>
&gt; &gt; From: David Wright &lt;<a href="mailto:wrightd@unimelb.edu.au">wrightd@unimelb.edu.au</a>&gt;<br>
&gt; &gt; Sent: Thursday, July 7, 2016 7:47 PM<br>
&gt; &gt; To: Ilaria Sani;<a href="mailto:mrtrix-discussion@www.nitrc.org"> mrtrix-discussion@www.nitrc.org</a><br>
&gt; &gt; Subject: RE: [Mrtrix-discussion] Question about the gradient direction table used in Mrtrix<br>
&gt; &gt;  <br>
&gt; &gt; Hi Ilaria,<br>
&gt; &gt;<br>
&gt; &gt; There is a really handy script within MRtrix3 called convert_bruker which you can use to convert a Bruker 2dseq file into a .mih file for use with MRtrix. However, I&#39;ve found that this script can occasionally reconstruct the data incorrectly and so I&#39;ve made a couple of modifications to get it working for our data. Its still very much a work in progress, but you&#39;re welcome to download it and give it a try:<br>
&gt; &gt;<br>
&gt; &gt;<a href="https://cloudstor.aarnet.edu.au/plus/index.php/s/bHhr1HXDo9T1cdE"> https://cloudstor.aarnet.edu.au/plus/index.php/s/bHhr1HXDo9T1cdE</a><br>
&gt; &gt;<br>
&gt; &gt; Let me know if you run into any problems. <br>
&gt; &gt;<br>
&gt; &gt; Cheers<br>
&gt; &gt;<br>
&gt; &gt; David<br>
&gt; &gt;<br>
&gt; &gt; ________________________________<br>
&gt; &gt; From:<a href="mailto:mrtrix-discussion-bounces@www.nitrc.org"> mrtrix-discussion-bounces@www.nitrc.org</a> [<a href="mailto:mrtrix-discussion-bounces@www.nitrc.org">mrtrix-discussion-bounces@www.nitrc.org</a>] on behalf of Ilaria Sani [<a href="mailto:isani01@mail.rockefeller.edu">isani01@mail.rockefeller.edu</a>]<br>
&gt; &gt; Sent: Friday, 8 July 2016 12:45 AM<br>
&gt; &gt; To:<a href="mailto:mrtrix-discussion@www.nitrc.org"> mrtrix-discussion@www.nitrc.org</a><br>
&gt; &gt; Subject: [Mrtrix-discussion] Question about the gradient direction table used in Mrtrix<br>
&gt; &gt;<br>
&gt; &gt; Dear All,<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; I found the helpful post below from 2003, but I need some extra help.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; I&#39;m analyzing ex-vivo data acquired with a 7T bruker scanner.<br>
&gt; &gt;<br>
&gt; &gt; This means that both &quot;patient coordinate system&quot; and the &quot;scanner coordinate system&quot; are peculiar.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; The brain is positioned as if the patient was lying in sphynx position. It means that left and right are inverted and that coronal and sagittal are inverted.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; As for the scanner, I don&#39;t know how the bruker scanner compare to the trio or GE...<br>
&gt; &gt;<br>
&gt; &gt; So I&#39;ve been trying to invert and swap the gradient table.<br>
&gt; &gt;<br>
&gt; &gt; There are some combinations of swap/invert that return a higher number of fibers when I perform ROI-to-ROI tracking. However,<br>
&gt; &gt;<br>
&gt; &gt; - I still see discrepancies, for example in the two hemispheres. The number of selected fibers can vary 1-2 order magnitude. Especially with small ROIs.<br>
&gt; &gt;<br>
&gt; &gt; - the RGB color cording is not correct, i.e. the color of vertical and horizontal fibers is inverted.<br>
&gt; &gt;<br>
&gt; &gt;  <br>
&gt; &gt;<br>
&gt; &gt; I tried to replicate the swap/invert procedures in other software to double check whether I was doing things right, but I got different results. So I guess the gradient table convention is specific to MRTRIX.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Can anybody help me to understand if I&#39;m doing things right?<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Thanks!!<br>
&gt; &gt;<br>
&gt; &gt; Ilaria<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; -------------------------------------------<br>
&gt; &gt; Ilaria Sani, PhD<br>
&gt; &gt; Postdoctoral Fellow, Freiwald Lab<br>
&gt; &gt; The Rockefeller University<br>
&gt; &gt; 1230 York Ave., New York, NY 10065.<br>
&gt; &gt; Phone: (212) 327 7699<br>
&gt; &gt; Fax:     (212) 327 7698<br>
&gt; &gt; Email:<a href="mailto:isani01@rockefeller.edu"> isani01@rockefeller.edu</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Donald Tournier d.tournier at<a href="http://brain.org.au"> brain.org.au</a> <br>
&gt; &gt; Tue Apr 2 20:26:11 PDT 2013<br>
&gt; &gt; Previous message: [Mrtrix-discussion] Question about the gradient direction table used in Mrtrix<br>
&gt; &gt; Next message: [Mrtrix-discussion] Question about the gradient direction table used in Mrtrix<br>
&gt; &gt; Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]<br>
&gt; &gt; ________________________________<br>
&gt; &gt;<br>
&gt; &gt; Hi Sangma,<br>
&gt; &gt;<br>
&gt; &gt; OK, there&#39;s quite a few issues at play here. First off, the convention used<br>
&gt; &gt; in MRtrix is that the gradients are specified with respect to the DICOM<br>
&gt; &gt; patient coordinate system. This is essentially the same convention as for<br>
&gt; &gt; DICOM images produced on Siemens and Philips scanners, and the newer<br>
&gt; &gt; standard DICOM tags recently introduced, with one notable exception: the<br>
&gt; &gt; DICOM patient-centered coordinate system has its x-axis running<br>
&gt; &gt; right-to-left and its y-axis running anterior-posterior, whereas MRtrix<br>
&gt; &gt; assumes these axes run in the opposite direction (as per the NIfTI<br>
&gt; &gt; standard). So MRtrix will flip the x &amp; y components to account for this.<br>
&gt; &gt;<br>
&gt; &gt; For Siemens &amp; Philips images, that&#39;s essentially all that happens to the DW<br>
&gt; &gt; gradients. For GE images, it&#39;s a little different, since in this case the<br>
&gt; &gt; gradients are (or at least, used to be) stored with respect to the images<br>
&gt; &gt; axes. This means that to convert to MRtrix convention, they must be<br>
&gt; &gt; re-oriented back into the patient-centered coordinate system. This is what<br>
&gt; &gt; the rotate_DW_scheme flag specifies: when the DW gradient information was<br>
&gt; &gt; read from a GE-specific tag, this is set to true and the gradients are then<br>
&gt; &gt; rotated according to the direction of the images axes. In this case, the z<br>
&gt; &gt; component is inverted, since flipping the x &amp; y is essentially the same as<br>
&gt; &gt; flipping z, given the symmetry of diffusion.<br>
&gt; &gt;<br>
&gt; &gt; As far as I know, dcm2nii provides the DW directions with respect to the<br>
&gt; &gt; image axes (in the NIfTI coordinate system). To convert these back to<br>
&gt; &gt; MRtrix convention, the same transformation as you highlighted is needed,<br>
&gt; &gt; but *without* the negative sign. The transform you highlighted also<br>
&gt; &gt; accounts for differences in the directions of these axes due to the<br>
&gt; &gt; different conventions used for DICOM versus NifTI/MRtrix, so is not<br>
&gt; &gt; appropriate as-is to do convert a dcm2nii-supplied gradient table into one<br>
&gt; &gt; suitable for MRtrix. This is because the dcm2nii gradient table is provided<br>
&gt; &gt; with respect to the image axes in NIfTI coordinate space, and in MRtrix<br>
&gt; &gt; they are provided with respect to the original axes, also in NIfTI<br>
&gt; &gt; coordinate space.<br>
&gt; &gt;<br>
&gt; &gt; To get back to your question, what do you mean when you say &#39;the original<br>
&gt; &gt; gradient table&#39;? The one supplied by dcm2nii (in which case converting<br>
&gt; &gt; using the highlighted section of code would not work, as explained above),<br>
&gt; &gt; or the actual ones as read directly from the DICOM headers? If the latter,<br>
&gt; &gt; then unless your images were acquired on a GE scanner, then that also would<br>
&gt; &gt; not work, since that section of code would only be used for GE images. If<br>
&gt; &gt; you are trying to convert non-GE DW directions read directly from the DICOM<br>
&gt; &gt; headers, then all you need to do is flip the sign of the x &amp; y components.<br>
&gt; &gt;<br>
&gt; &gt; Basically, it&#39;s really hard to keep track of all the possible conventions<br>
&gt; &gt; and what each step in the processing pipeline might have done to the DW<br>
&gt; &gt; gradients. Hopefully the above will help you figure out where the problem<br>
&gt; &gt; might be...<br>
&gt; &gt;<br>
&gt; &gt; Hope this helps.<br>
&gt; &gt; Cheers,<br>
&gt; &gt;<br>
&gt; &gt; Donald.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On 3 April 2013 12:57, smxie_nlpr &lt;smxie at<a href="http://nlpr.ia.ac.cn"> nlpr.ia.ac.cn</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; **<br>
&gt; &gt; &gt;  Hi,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I have a question about the gradient direction table used in Mrtrix. The<br>
&gt; &gt; &gt; gradient direction table achieved from the DICOM images with dcm2nii is<br>
&gt; &gt; &gt; different from the table achieved with the command &#39;mrinfo DICOMDIR -grad<br>
&gt; &gt; &gt; encoding.b&#39;. I checked the source code of Mrtrix and found the following<br>
&gt; &gt; &gt; codes &#39;<br>
&gt; &gt; &gt; if(rotate_DW_scheme)<br>
&gt; &gt; &gt;  {<br>
&gt; &gt; &gt; G(n,0) = image_transform(0,0) * d[0] + image_transform(0,1) * d[1] -<br>
&gt; &gt; &gt; image_transform(0,2) * d[2];<br>
&gt; &gt; &gt; G(n,1) = image_transform(1,0) * d[0] + image_transform(1,1) * d[1] -<br>
&gt; &gt; &gt; image_transform(1,2) * d[2];<br>
&gt; &gt; &gt; G(n,2) = image_transform(2,0) * d[0] + image_transform(2,1) * d[1] -<br>
&gt; &gt; &gt; image_transform(2,2) * d[2];<br>
&gt; &gt; &gt; }&#39; in image.cpp.<br>
&gt; &gt; &gt; I transformed the original gradient table with similar code in Matlab, but<br>
&gt; &gt; &gt; the result is not equal to the table achieved with mrinfo. So I want to<br>
&gt; &gt; &gt; know the procedure of transforming the original gradients to the gradients<br>
&gt; &gt; &gt; achieved with mrinfo. And why is it &#39;G(n,0) = image_transform(0,0) * d[0]<br>
&gt; &gt; &gt; + image_transform(0,1) * d[1] - image_transform(0,2) * d[2];&#39; rather than<br>
&gt; &gt; &gt; &#39;G(n,0) = image_transform(0,0) * d[0] + image_transform(0,1) * d[1] +<br>
&gt; &gt; &gt; image_transform(0,2) * d[2];&#39; ?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thanks.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Sangma Xie<br>
&gt; &gt; &gt; ------------------------------<br>
&gt; &gt; &gt;  Sangma Xie , Master<br>
&gt; &gt; &gt; Brainnetome Center<br>
&gt; &gt; &gt; National Laboratory of Pattern Recognition (NLPR)<br>
&gt; &gt; &gt; Institute of Automation, Chinese Academy of Sciences (CASIA)<br>
&gt; &gt; &gt; 95 Zhong Guan Cun East Road, Hai Dian District, Beijing 100190, P.R.China<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Mrtrix-discussion mailing list<br>
&gt; &gt;<a href="mailto:Mrtrix-discussion@www.nitrc.org"> Mrtrix-discussion@www.nitrc.org</a><br>
&gt; &gt;<a href="http://www.nitrc.org/mailman/listinfo/mrtrix-discussion"> http://www.nitrc.org/mailman/listinfo/mrtrix-discussion</a><br>
&gt; &gt;</p>