Skip to content

Commit 19c3f91

Browse files
committed
added mask input for bias field correction
1 parent 3c6af5b commit 19c3f91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ class N4BiasFieldCorrectionInputSpec(ANTSCommandInputSpec):
162162
input_image = File(argstr='--input-image %s', mandatory=True,
163163
desc=('image to apply transformation to (generally a '
164164
'coregistered functional)'))
165+
mask_image = File(argstr='--mask-image %s')
165166
output_image = traits.Str(argstr='--output %s',
166167
desc=('output file name'), genfile=True,
167168
hash_file=False)

0 commit comments

Comments
 (0)