Skip to content

Commit e3d8787

Browse files
josephmjeoesteban
authored andcommitted
update dwibiascorrect
1 parent 9076ba4 commit e3d8787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/mrtrix3/preprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ class DWIBiasCorrectInputSpec(MRTrix3BaseInputSpec):
184184
argstr='-fsl',
185185
mandatory=True,
186186
desc='use FSL FAST to estimate the inhomogeneity field',
187-
xor=['use_ants'])
187+
xor=['use_ants'],
188+
min_ver='5.0.10')
188189
bias = File(
189190
argstr='-bias %s',
190191
desc='bias field')

0 commit comments

Comments
 (0)