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 95d62c9 + 97e7280 commit 82fdf76Copy full SHA for 82fdf76
niworkflows/func/util.py
@@ -482,8 +482,7 @@ def init_enhance_and_skullstrip_bold_wf(
482
norm.inputs.fixed_image = str(bold_template)
483
map_brainmask = pe.Node(
484
ApplyTransforms(
485
- interpolation="BSpline",
486
- float=True,
+ interpolation="Linear",
487
# Use the higher resolution and probseg for numerical stability in rounding
488
input_image=str(
489
get_template(
@@ -523,7 +522,7 @@ def init_enhance_and_skullstrip_bold_wf(
523
522
workflow.connect([
524
(inputnode, check_hdr, [("in_file", "reference")]),
525
(pre_dilate, check_hdr, [("out_file", "in_file")]),
526
- (check_hdr, n4_correct, [("out_file", "mask_image")]),
+ (check_hdr, n4_correct, [("out_file", "weight_image")]),
527
(inputnode, n4_correct, [("in_file", "input_image")]),
528
(inputnode, fixhdr_unifize, [("in_file", "hdr_file")]),
529
(inputnode, fixhdr_skullstrip2, [("in_file", "hdr_file")]),
0 commit comments