Skip to content

Commit 524482e

Browse files
GalKeplereffigies
andauthored
Update nipype/interfaces/mrtrix3/preprocess.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 0021bd3 commit 524482e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/mrtrix3/preprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ class DWIBiasCorrectInputSpec(MRTrix3BaseInputSpec):
191191
argstr="fsl",
192192
mandatory=True,
193193
desc="use FSL FAST to estimate the inhomogeneity field",
194+
position=0,
194195
xor=["use_ants"],
195196
)
196197
bias = File(argstr="-bias %s", desc="bias field")

0 commit comments

Comments
 (0)