MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
294 stars 181 forks source link

ENH dwidenoise: Support >4D data #3021

Open Lestropie opened 1 month ago

Lestropie commented 1 month ago

Initially mentioned in #2743, but giving its own Issue for purposes of listing.

Currently, when I run dwidenoise on multi-echo fMRI data, I have to concatenate echoes along the volume dimension, denoise, and then separate into separate echo files based on slicing along the volume axis. It would be nicer if instead the input image could be 5D: 3 spatial dimensions, timepoints, echo. That's a simple mrcat call, and then using multi-file numbered image could be used to separate back across echoes.