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 ef40504 commit be919a5Copy full SHA for be919a5
nipype/interfaces/mrtrix3/reconst.py
@@ -102,7 +102,7 @@ class EstimateFODInputSpec(MRTrix3BaseInputSpec):
102
mandatory=True,
103
desc='output WM ODF')
104
gm_txt = File(argstr='%s', position=-4, desc='GM response text file')
105
- gm_odf = File('gm.mif', usedefault=False, argstr='%s',
+ gm_odf = File(argstr='%s',
106
position=-3, desc='output GM ODF')
107
csf_txt = File(argstr='%s', position=-2, desc='CSF response text file')
108
csf_odf = File(argstr='%s',
0 commit comments