Skip to content

Commit 921f792

Browse files
committed
FIX: Set default mask_image = "none"
1 parent 230fac6 commit 921f792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/ants/visualization.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class ConvertScalarImageToRGBInputSpec(ANTSCommandInputSpec):
3434
argstr="%s",
3535
desc="mask image",
3636
position=3,
37+
default="none",
3738
usedefault=True,
3839
)
3940
colormap = traits.Enum(

0 commit comments

Comments
 (0)