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 0c1a4cd commit 26bf3afCopy full SHA for 26bf3af
nipype/interfaces/mrtrix3/reconst.py
@@ -119,10 +119,9 @@ class EstimateFODInputSpec(MRTrix3BaseInputSpec):
119
traits.Int,
120
value=[8],
121
usedefault=True,
122
- argstr='-lmax %s',
+ argstr='-lmax %d',
123
sep=',',
124
- desc=('maximum harmonic degree of response function - single value for '
125
- 'single-shell response, list for multi-shell response'))
+ desc=('maximum harmonic degree of response function - single value for single-shell response, list for multi-shell response'))
126
in_dirs = File(
127
exists=True,
128
argstr='-directions %s',
0 commit comments