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 1067924 commit 5a5cfdbCopy full SHA for 5a5cfdb
nipype/interfaces/mrtrix3/preprocess.py
@@ -183,7 +183,8 @@ class DWIBiasCorrectInputSpec(MRTrix3BaseInputSpec):
183
use_fsl = traits.Bool(
184
argstr='-fsl',
185
desc='use FSL FAST to estimate the inhomogeneity field',
186
- xor=['use_ants'])
+ xor=['use_ants'],
187
+ min_ver='5.0.10')
188
bias = File(
189
argstr='-bias %s',
190
desc='bias field')
nipype/interfaces/mrtrix3/tests/test_auto_DWIBiasCorrect.py
@@ -48,6 +48,7 @@ def test_DWIBiasCorrect_inputs():
48
),
49
use_fsl=dict(
50
51
+ min_ver='5.0.10',
52
xor=['use_ants'],
53
54
)
0 commit comments