Skip to content

Commit df5c56b

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

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
@@ -325,7 +325,7 @@ def init_enhance_and_skullstrip_bold_wf(
325325
'MNI152NLin2009cAsym', resolution=1, desc='brain', suffix='probseg'))),
326326
name='map_brainmask'
327327
)
328-
binarize_mask = pe.Node(Binarize(thresh_low=0.75), name='binarize_mask')
328+
binarize_mask = pe.Node(Binarize(thresh_low=0.5), name='binarize_mask')
329329
workflow.connect([
330330
(inputnode, init_aff, [('in_file', 'moving_image')]),
331331
(inputnode, map_brainmask, [('in_file', 'reference_image')]),

0 commit comments

Comments
 (0)