Skip to content

Commit ed04019

Browse files
authored
FIX: Remove cortex masking during vol2surf sampling (#258)
1 parent 7cea908 commit ed04019

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabies/workflows/bold/resampling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def select_target(subject_id, space):
109109
itk2lta = pe.Node(niu.Function(function=_itk2lta), name="itk2lta", run_without_submitting=True)
110110
sampler = pe.MapNode(
111111
fs.SampleToSurface(
112-
cortex_mask=True,
113112
interp_method="trilinear",
114113
out_type="gii",
115114
override_reg_subj=True,

0 commit comments

Comments
 (0)