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 ccd25c6 commit f245ba4Copy full SHA for f245ba4
nipype/interfaces/mrtrix3/utils.py
@@ -812,9 +812,9 @@ class SHConv(CommandLine):
812
813
>>> import nipype.interfaces.mrtrix3 as mrt
814
>>> sh = mrt.SHConv()
815
- >>> sh.inputs.in_file = 'odf.mif'
+ >>> sh.inputs.in_file = 'csd.mif'
816
>>> sh.inputs.response = 'response.txt'
817
- >>> sh.cmdline # doctest: +ELLIPSIS
+ >>> sh.cmdline
818
'shconv odf.mif response.txt sh.mif'
819
>>> sh.run() # doctest: +SKIP
820
"""
@@ -881,7 +881,7 @@ class SH2Amp(CommandLine):
881
>>> sh = mrt.SH2Amp()
882
>>> sh.inputs.in_file = 'sh.mif'
883
>>> sh.inputs.directions = 'grads.txt'
884
885
'sh2amp sh.mif grads.txt amp.mif'
886
887
nipype/testing/data/grads.txt
nipype/testing/data/sh.mif
0 commit comments