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 3c6af5b commit 19c3f91Copy full SHA for 19c3f91
nipype/interfaces/ants/segmentation.py
@@ -162,6 +162,7 @@ class N4BiasFieldCorrectionInputSpec(ANTSCommandInputSpec):
162
input_image = File(argstr='--input-image %s', mandatory=True,
163
desc=('image to apply transformation to (generally a '
164
'coregistered functional)'))
165
+ mask_image = File(argstr='--mask-image %s')
166
output_image = traits.Str(argstr='--output %s',
167
desc=('output file name'), genfile=True,
168
hash_file=False)
0 commit comments