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 3e794d4 commit f490616Copy full SHA for f490616
nipype/interfaces/mrtrix3/reconst.py
@@ -102,10 +102,10 @@ 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=True, argstr='%s',
+ gm_odf = File('gm.mif', usedefault=False, 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('csf.mif', usedefault=True, argstr='%s',
+ csf_odf = File('csf.mif', usedefault=False, argstr='%s',
109
position=-1, desc='output CSF ODF')
110
mask_file = File(exists=True, argstr='-mask %s', desc='mask image')
111
0 commit comments