We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b94cc53 + 50fec8b commit 602a7caCopy full SHA for 602a7ca
niworkflows/anat/ants.py
@@ -721,9 +721,9 @@ def init_n4_only_wf(atropos_model=None,
721
(inputnode, inu_n4_final, [('in_files', 'input_image')]),
722
(inputnode, thr_brainmask, [(('in_files', _pop), 'in_file')]),
723
(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')])
+ (inu_n4_final, outputnode, [('output_image', 'out_file')]),
+ (inu_n4_final, outputnode, [('output_image', 'bias_corrected')]),
+ (inu_n4_final, outputnode, [('bias_image', 'bias_image')])
727
])
728
729
# If atropos refine, do in4 twice
0 commit comments