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 0021bd3 commit 524482eCopy full SHA for 524482e
nipype/interfaces/mrtrix3/preprocess.py
@@ -191,6 +191,7 @@ class DWIBiasCorrectInputSpec(MRTrix3BaseInputSpec):
191
argstr="fsl",
192
mandatory=True,
193
desc="use FSL FAST to estimate the inhomogeneity field",
194
+ position=0,
195
xor=["use_ants"],
196
)
197
bias = File(argstr="-bias %s", desc="bias field")
0 commit comments