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 97ce446 commit 5d1c1e9Copy full SHA for 5d1c1e9
nipype/interfaces/mrtrix3/preprocess.py
@@ -181,13 +181,13 @@ class DWIBiasCorrectInputSpec(MRTrix3BaseInputSpec):
181
)
182
in_mask = File(argstr="-mask %s", desc="input mask image for bias field estimation")
183
use_ants = traits.Bool(
184
- argstr="-ants",
+ argstr="ants",
185
mandatory=True,
186
desc="use ANTS N4 to estimate the inhomogeneity field",
187
xor=["use_fsl"],
188
189
use_fsl = traits.Bool(
190
- argstr="-fsl",
+ argstr="fsl",
191
192
desc="use FSL FAST to estimate the inhomogeneity field",
193
xor=["use_ants"],
0 commit comments