Skip to content

Commit 83f227d

Browse files
josephmjeoesteban
authored andcommitted
update dwibiascorrect
1 parent f2f504e commit 83f227d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

nipype/interfaces/mrtrix3/preprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ class DWIBiasCorrectInputSpec(MRTrix3BaseInputSpec):
183183
use_fsl = traits.Bool(
184184
argstr='-fsl',
185185
desc='use FSL FAST to estimate the inhomogeneity field',
186-
xor=['use_ants'])
186+
xor=['use_ants'],
187+
min_ver='5.0.10')
187188
bias = File(
188189
argstr='-bias %s',
189190
desc='bias field')

nipype/interfaces/mrtrix3/tests/test_auto_DWIBiasCorrect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def test_DWIBiasCorrect_inputs():
5858
),
5959
use_fsl=dict(
6060
argstr='-fsl',
61+
min_ver='5.0.10',
6162
xor=['use_ants'],
6263
),
6364
)

0 commit comments

Comments
 (0)