We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab96460 commit cd4bbc6Copy full SHA for cd4bbc6
nipype/interfaces/mrtrix3/utils.py
@@ -814,7 +814,7 @@ class SHConv(CommandLine):
814
>>> sh.inputs.in_file = 'csd.mif'
815
>>> sh.inputs.response = 'response.txt'
816
>>> sh.cmdline
817
- 'shconv odf.mif response.txt sh.mif'
+ 'shconv csd.mif response.txt sh.mif'
818
>>> sh.run() # doctest: +SKIP
819
"""
820
0 commit comments