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 9076ba4 commit e3d8787Copy full SHA for e3d8787
nipype/interfaces/mrtrix3/preprocess.py
@@ -184,7 +184,8 @@ class DWIBiasCorrectInputSpec(MRTrix3BaseInputSpec):
184
argstr='-fsl',
185
mandatory=True,
186
desc='use FSL FAST to estimate the inhomogeneity field',
187
- xor=['use_ants'])
+ xor=['use_ants'],
188
+ min_ver='5.0.10')
189
bias = File(
190
argstr='-bias %s',
191
desc='bias field')
0 commit comments