You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MRIToolkit - Command Line Tools [update 14-03-2020]
This is a collection of utilities that will be distributed as compiled executables.
They are designed to work with Niftis, so Nifti in - Nifti out, to maximize interoperability
Tools description
mrtd_coordsys_fix:
Thistools can be used to check whether spatial dimension flip / permute are needed to properly process the given diffusion MRI datausage:mrtd_coordsys_fix-niifile.nii-bvalfile.bval-bvecfile.bvec-out screenshot_file_no_extension (other_options)
-perm:howtopermutethespatialdimensions,e.g. "1 2 3"or"2 1 3"etc.
-flip:howtoflipthesignofthediffusiongradients, e.g. "0 0 0"or"0 1 0"etc.
mrtd_test_gradients:
Thistools can be used to check whether gradients flip / permute are needed to properly process the given diffusion MRI datausage:mrtd_test_gradients-niifile.nii-bvalfile.bval-bvecfile.bvec-out screenshot_file_no_extension (other_options)
-grad_perm:howtopermutethediffusiongradients1=[xyz] 2=[yxz] 3=[zyx] 4=[xzy] =[yzx] 6=[zxy]
-grad_flip:howtoflipthesignofthediffusiongradients1=[xyz] 2=[-xyz] 3=[x-yz] 4=[xy-z]