Skip to content

Commit 2bd036d

Browse files
authored
Merge pull request #334 from madisoth/fix/morph-fsLR-resampling
Use fsLR reg sphere for MCRIBS morphometrics resampling
2 parents 8e24da0 + 512f63e commit 2bd036d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/anatomical/resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def init_anat_fsLR_resampling_wf(
9898
(inputnode, morph_grayords_wf, [
9999
("morphometrics", "inputnode.morphometrics"),
100100
("surfaces", "inputnode.surfaces"),
101-
("sphere_reg", "inputnode.sphere_reg")]),
101+
("sphere_reg_fsLR", "inputnode.sphere_reg")]),
102102
(joinnode, morph_grayords_wf, [
103103
("midthickness_fsLR", "inputnode.midthickness_fsLR")]),
104104
])

0 commit comments

Comments
 (0)