Skip to content

Commit 9068d19

Browse files
oestebaneffigies
andcommitted
Update niworkflows/func/util.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent b027ea6 commit 9068d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/func/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def init_enhance_and_skullstrip_bold_wf(
399399
),
400400
name="map_brainmask",
401401
)
402-
binarize_mask = pe.Node(Binarize(thresh_low=0.75), name="binarize_mask")
402+
binarize_mask = pe.Node(Binarize(thresh_low=0.5), name="binarize_mask")
403403

404404
# fmt: off
405405
workflow.connect([

0 commit comments

Comments
 (0)