Skip to content

Commit 5a5cfdb

Browse files
josephmjeoesteban
authored andcommitted
update dwibiascorrect
1 parent 1067924 commit 5a5cfdb

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
@@ -48,6 +48,7 @@ def test_DWIBiasCorrect_inputs():
4848
),
4949
use_fsl=dict(
5050
argstr='-fsl',
51+
min_ver='5.0.10',
5152
xor=['use_ants'],
5253
),
5354
)

0 commit comments

Comments
 (0)