Skip to content

Commit ef40504

Browse files
Update nipype/interfaces/mrtrix3/reconst.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent ba66142 commit ef40504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/reconst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class EstimateFODInputSpec(MRTrix3BaseInputSpec):
105105
gm_odf = File('gm.mif', usedefault=False, argstr='%s',
106106
position=-3, desc='output GM ODF')
107107
csf_txt = File(argstr='%s', position=-2, desc='CSF response text file')
108-
csf_odf = File('csf.mif', usedefault=False, argstr='%s',
108+
csf_odf = File(argstr='%s',
109109
position=-1, desc='output CSF ODF')
110110
mask_file = File(exists=True, argstr='-mask %s', desc='mask image')
111111

0 commit comments

Comments
 (0)