nipype icon indicating copy to clipboard operation
nipype copied to clipboard

[ENH] MRTrix3's MRConvert interface is missing some configurations

Open GalKepler opened this issue 3 years ago • 0 comments

Summary

The interface to MRTrix3's mrconvert is missing some useful options (like gradient tables' import & export)

Actual behavior

The basic inputs of mrtrix's interface include out_bvec and out_bval to export gradients in FSL format (although not all of mrtrix3's CLIs allow this functionality. However, mrconvert specifically allows exporting gradients in mrtrix3's format as well.

{'commit_hash': 'b410d0838',
 'commit_source': 'repository',
 'networkx_version': '2.8',
 'nibabel_version': '3.2.2',
 'nipype_version': '1.8.1.dev0',
 'numpy_version': '1.22.3',
 'pkg_path': '/home/groot/Projects/nipype/nipype',
 'scipy_version': '1.8.0',
 'sys_executable': '/home/groot/Projects/nipype/venv/bin/python',
 'sys_platform': 'linux',
 'sys_version': '3.9.12 (main, Mar 24 2022, 16:20:11) \n[GCC 9.4.0]',
 'traits_version': '6.3.2'}

Execution environment

  • My python environment outside container

GalKepler avatar May 13 '22 11:05 GalKepler