Skip to content

Commit 602a7ca

Browse files
authored
Merge pull request #498 from mgxd/rev/n4-pop
REVERT: N4-only workflow connections
2 parents b94cc53 + 50fec8b commit 602a7ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

niworkflows/anat/ants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,9 +721,9 @@ def init_n4_only_wf(atropos_model=None,
721721
(inputnode, inu_n4_final, [('in_files', 'input_image')]),
722722
(inputnode, thr_brainmask, [(('in_files', _pop), 'in_file')]),
723723
(thr_brainmask, outputnode, [('out_mask', 'out_mask')]),
724-
(inu_n4_final, outputnode, [(('output_image', _pop), 'out_file')]),
725-
(inu_n4_final, outputnode, [(('output_image', _pop), 'bias_corrected')]),
726-
(inu_n4_final, outputnode, [(('bias_image', _pop), 'bias_image')])
724+
(inu_n4_final, outputnode, [('output_image', 'out_file')]),
725+
(inu_n4_final, outputnode, [('output_image', 'bias_corrected')]),
726+
(inu_n4_final, outputnode, [('bias_image', 'bias_image')])
727727
])
728728

729729
# If atropos refine, do in4 twice

0 commit comments

Comments
 (0)