Skip to content

Commit 0021bd3

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

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
@@ -184,6 +184,7 @@ class DWIBiasCorrectInputSpec(MRTrix3BaseInputSpec):
184184
argstr="ants",
185185
mandatory=True,
186186
desc="use ANTS N4 to estimate the inhomogeneity field",
187+
position=0,
187188
xor=["use_fsl"],
188189
)
189190
use_fsl = traits.Bool(

0 commit comments

Comments
 (0)