From 47b29e7c194f9620669f3ca9fbbf01bf946ff9fe Mon Sep 17 00:00:00 2001 From: Tom Close Date: Fri, 12 Jan 2024 13:52:09 +1100 Subject: [PATCH] updated apply mask to use NiftiGz[Mask] data type --- nipype-auto-conv/specs/apply_mask.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype-auto-conv/specs/apply_mask.yaml b/nipype-auto-conv/specs/apply_mask.yaml index 2f98040..4d0d5af 100644 --- a/nipype-auto-conv/specs/apply_mask.yaml +++ b/nipype-auto-conv/specs/apply_mask.yaml @@ -20,7 +20,7 @@ inputs: # from the nipype interface, but you may want to be more specific, particularly # for file types, where specifying the format also specifies the file that will be # passed to the field in the automatically generated unittests. - mask_file: medimage/nifti-gz + mask_file: medimage/mask+nifti-gz # type=file|default=: binary image defining mask space in_file: medimage/nifti-gz # type=file|default=: image to operate on