Skip to content

Commit

Permalink
Update niworkflows/anat/ants.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Oscar Esteban <code@oscaresteban.es>
  • Loading branch information
adelavega and oesteban authored Dec 11, 2019
1 parent 796850d commit f07ee1a
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 @@ -311,7 +311,7 @@ def init_brain_extraction_wf(name='brain_extraction_wf',
('reverse_transforms', 'transforms'),
('reverse_invert_flags', 'invert_transform_flags')]),
(map_brainmask, thr_brainmask, [('output_image', 'input_image')]),
(thr_brainmask, dil_brainmask, [('out_mask', 'op1')]),
(thr_brainmask, dil_brainmask, [('output_image', 'op1')]),
(dil_brainmask, get_brainmask, [('output_image', 'op1')]),
(inu_n4_final, apply_mask, [('output_image', 'in_file')]),
(get_brainmask, apply_mask, [('output_image', 'mask_file')]),
Expand Down

0 comments on commit f07ee1a

Please sign in to comment.