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 ba66142 commit ef40504Copy full SHA for ef40504
nipype/interfaces/mrtrix3/reconst.py
@@ -105,7 +105,7 @@ class EstimateFODInputSpec(MRTrix3BaseInputSpec):
105
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=False, argstr='%s',
+ csf_odf = File(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