Skip to content

Commit

Permalink
out_mask for Binarize thr_brainmask
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega authored Dec 11, 2019
1 parent f07ee1a commit 298f067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niworkflows/anat/ants.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def init_n4_only_wf(atropos_model=None,
('output_image', 'inputnode.in_files')]),
(thr_brainmask, atropos_wf, [
('out_mask', 'inputnode.in_mask')]),
(thr_brainmask, dil_brainmask, [('output_image', 'op1')]),
(thr_brainmask, dil_brainmask, [('out_mask', 'op1')]),
(dil_brainmask, get_brainmask, [('output_image', 'op1')]),
(get_brainmask, atropos_wf, [
('output_image', 'inputnode.in_mask_dilated')]),
Expand Down

0 comments on commit 298f067

Please sign in to comment.