<div>Hi again,</div><div><br></div><div>OK, I&#39;m also stumped. Given that error message, your system doesn&#39;t like some of the arguments to the mmap() call. I can&#39;t think what it might not like, I&#39;ve been through the documentation for mmap() and it should work fine (as it has done quite happily until now). Can I just confirm what OS this is running on? I&#39;m assuming a 64-bit Linux system within a virtual machine (given the machine name on the command-line prompt), is this correct? And what flavour of Linux are you running, and in particular what kernel version? The output of &quot;uname -a&quot; and &quot;lsb_release -a&quot; should tell you all that information.</div>

<div><br></div><div>Otherwise, to try to debug this further, can you add the lines highlighted below to the file lib/file/mmap.cpp, at the specified position, re-build, re-install and run the modified mrconvert command again? </div>

<div><br></div><div><font face="courier new, monospace"> 84         if (!addr) throw 0;</font></div><div><font face="courier new, monospace"> 85         CloseHandle (handle);</font></div><div><font face="courier new, monospace"> 86 #else</font></div>

<div><font face="courier new, monospace"><b>            VAR (msize);</b></font></div><div><font face="courier new, monospace"><b>            VAR (fd);</b></font></div><div><font face="courier new, monospace"><b>            VAR (read_only);</b></font></div>

<div><font face="courier new, monospace"> 87         addr = (void *) mmap((char*)0, msize, (read_only ? PROT_READ : PROT_READ | PROT_WRITE), MAP_SHARED, fd, 0);</font></div><div><font face="courier new, monospace"> 88         if (addr == MAP_FAILED) throw 0;</font></div>

<div><font face="courier new, monospace"> 89 #endif</font></div><div><br>Of these, the only parameter that could realistically go wrong is msize being set to zero, but I can&#39;t figure out why that would happen. Maybe it would be simpler if you could send me the dataset...?</div>

<div><br></div><div>Cheers,</div><div><br></div><div>Donald.</div><div><br></div><div><br>On 31 July 2012 11:02, dti mic <span dir="ltr">&lt;<a href="mailto:micdtiserver@gmail.com" target="_blank">micdtiserver@gmail.com</a>&gt;</span> wrote:</div>

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Donald,<div><br></div><div>Thank you so much for the prompt response. I tried all your suggested commands and below please find the output of them:</div>

<div><br></div><div>1. $ mrinfo P481210209_xyz_eddy_Ave.nii (it is a mouse data, so the dimension and voxel size is way smaller than human, but I assume that should not be the reason of my failure in mrconvert?)<div>
************************************************</div><div>Image:               &quot;P481210209_xyz_eddy_Ave.nii&quot;</div><div>************************************************</div><div>  Format:            NIfTI-1.1</div>


<div>  Dimensions:        105 x 180 x 80 x 31</div><div>  Voxel size:        0.1 x 0.1 x 0.1 x 1</div><div>  Dimension labels:  0. left-&gt;right (mm)</div><div>                     1. posterior-&gt;anterior (mm)</div><div>


                     2. inferior-&gt;superior (mm)</div><div>                     3. undefined (?)</div><div>  Data type:         64 bit float (little endian)</div><div>  Data layout:       [ +0 +1 +2 +3 ]</div><div>  Data scaling:      offset = 0, multiplier = 1</div>


<div>  Comments:          FSL4.1</div><div>  Transform:                    1           0           0           0</div><div>                                0           1           0           0</div><div>                                0           0           1           0</div>


<div>                                0           0           0           1</div><div><br></div><div>2. $ mrconvert P481210209_xyz_eddy_Ave.nii dwi.mif -debug  (Please kindly note that I have successfully worked through all the steps with the same input image in a FSL pipeline, including both tensor estimation and tractography).</div>


<div>mrconvert [DEBUG]: reading key/value file &quot;/etc/mrtrix.conf&quot;...</div><div>mrconvert [INFO]: opening image &quot;P481210209_xyz_eddy_Ave.nii&quot;...</div><div>mrconvert [DEBUG]: preparing file &quot;./P481210209_xyz_eddy_Ave.nii&quot;</div>


<div>mrconvert [DEBUG]: file &quot;./P481210209_xyz_eddy_Ave.nii&quot; mapped at 0x7fcacb920000, size 374976352 (read-only)</div><div>mrconvert [DEBUG]: sanitising transformation matrix...</div><div>mrconvert [DEBUG]: unmapping file &quot;./P481210209_xyz_eddy_Ave.nii&quot;</div>


<div>mrconvert [DEBUG]: setting up image &quot;P481210209_xyz_eddy_Ave.nii&quot;...</div><div>mrconvert [DEBUG]: sanitising transformation matrix...</div><div>mrconvert [DEBUG]: setting up data increments for &quot;P481210209_xyz_eddy_Ave.nii&quot;...</div>


<div>mrconvert [DEBUG]: data increments initialised with start = 0, stride = [ 1 105 18900 1512000 ]</div><div>mrconvert [DEBUG]: mapping image &quot;P481210209_xyz_eddy_Ave.nii&quot;...</div><div>mrconvert [DEBUG]: file &quot;./P481210209_xyz_eddy_Ave.nii&quot; mapped at 0x7fcacb920000, size 374976352 (read-only)</div>


<div>mrconvert [DEBUG]: data mapper for image &quot;P481210209_xyz_eddy_Ave.nii&quot; mapped with segment size = 46872000</div><div>mrconvert [INFO]: creating image &quot;dwi.mif&quot;...</div><div>mrconvert [DEBUG]: preparing file &quot;./dwi.mif&quot;</div>


<div>mrconvert [DEBUG]: setting up image &quot;./dwi.mif&quot;...</div><div>mrconvert [DEBUG]: sanitising transformation matrix...</div><div>mrconvert [DEBUG]: setting up data increments for &quot;./dwi.mif&quot;...</div>


<div>mrconvert [DEBUG]: data increments initialised with start = 0, stride = [ 1 105 18900 1512000 ]</div><div>mrconvert [DEBUG]: mapping image &quot;./dwi.mif&quot;...</div><div class="im"><div>mrconvert: memory-mapping failed for file &quot;./dwi.mif&quot;: Invalid argument</div>


</div><div>mrconvert [INFO]: closing image &quot;P481210209_xyz_eddy_Ave.nii&quot;...</div><div>mrconvert [DEBUG]: unmapping file &quot;./P481210209_xyz_eddy_Ave.nii&quot;</div><div>mrconvert [INFO]: closing image &quot;./dwi.mif&quot;...</div>


<div><br></div><div>3. $ ls -l dwi.mif</div><div>-rwxrwx---. 1 root vboxsf 374976262 Jul 31 10:54 dwi.mif</div><div><br></div><div>Honestly, I can not tell what is wrong from the above information and your help will be highly appreciated!</div>


<div><br></div><div>Please kindly note that the input image (P481210209_xyz_eddy_Ave.nii) I provide to mrconvert is a output from previous processing steps (dcm2nii, Eddy_current from FSL and averaged multiple B0 image by fslmaths etc.). I really want to start mrtrix from this point on. That is why I did not feed mrtrix with the original raw dicom.</div>


<div><br></div><div>Many thanks again!</div><div><br></div><div>micdtiserver</div><div><div class="h5"><br><div class="gmail_quote">2012/7/31 Donald Tournier <span dir="ltr">&lt;<a href="mailto:d.tournier@brain.org.au" target="_blank">d.tournier@brain.org.au</a>&gt;</span><br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<div><br></div><div>This is indeed weird. The only reason I can think of why this might happen is that the output dwi.mif file is somehow created with the wrong filesize. One possible issue might be that one of the dimensions is set to zero, which would cause the data size to be zero. But then I&#39;m pretty sure MRtrix checks all of that. Maybe in the first instance you could post the output of:<br>




</div><div><br></div><div><font face="courier new, monospace">$ mrinfo P481210209_xyz_eddy_Ave.nii</font></div><div><br></div><div>You could also provide the output of the failing command with the -debug option:</div><div>




<br></div><div><font face="courier new, monospace">$ mrconvert P481210209_xyz_eddy_Ave.nii dwi.mif -debug</font></div><div><br></div><div>and provide a full listing for the output file (which I assume does get created?):</div>




<div><br></div><div><font face="courier new, monospace">$ ls -l dwi.mif</font></div><div><br>That should already provide some clues as to what is going on. If that doesn&#39;t help, you could always send me the file if you&#39;re comfortable with that.</div>




<div><br></div><div>Cheers,</div><div><br></div><div>Donald.</div><div><br><br><br><div class="gmail_quote"><div><div>On 30 July 2012 17:08, dti mic <span dir="ltr">&lt;<a href="mailto:micdtiserver@gmail.com" target="_blank">micdtiserver@gmail.com</a>&gt;</span> wrote:<br>




</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Dear MRtrix,<div><br></div><div>I am trying to convert a 4D dwi data set in NIFTI format (converted from DICOM using dcm2nii) into mif image. The error message I got is:</div>




<div><br></div><div>&quot;mrconvert: memory-mapping failed for file &quot;./dwi.mif&quot;: Invalid argument&quot;. The input image (the name of which is &quot;P481210209_xyz_eddy_Ave.nii&quot;, a little bit long and wired I know) in nii format can be well accessed by FSL and MRIcron or MRIcron. Any idea of what I can do to fix this issue? Should I try some more options in the mrconvert command?</div>





<div><br></div><div>Many thanks for your help in advance!</div><div><br></div><div><br></div>
<br></div></div>_______________________________________________<br>
Mrtrix-discussion mailing list<br>
<a href="mailto:Mrtrix-discussion@www.nitrc.org" target="_blank">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>
<br></blockquote></div><span><font color="#888888"><br><br clear="all"><div><br></div>-- <br>Jacques-Donald Tournier (PhD)<br>Brain Research Institute, Melbourne, Australia<br>Tel: <a href="tel:%2B61%20%280%293%209035%207033" value="+61390357033" target="_blank">+61 (0)3 9035 7033</a><br>



</font></span></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Jacques-Donald Tournier (PhD)<br>Brain Research Institute, Melbourne, Australia<br>Tel: +61 (0)3 9035 7033<br>