Skip to content

Commit

Permalink
Merge pull request #334 from madisoth/fix/morph-fsLR-resampling
Browse files Browse the repository at this point in the history
Use fsLR reg sphere for MCRIBS morphometrics resampling
  • Loading branch information
mgxd committed Jan 11, 2024
2 parents 8e24da0 + 512f63e commit 2bd036d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabies/workflows/anatomical/resampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def init_anat_fsLR_resampling_wf(
(inputnode, morph_grayords_wf, [
("morphometrics", "inputnode.morphometrics"),
("surfaces", "inputnode.surfaces"),
("sphere_reg", "inputnode.sphere_reg")]),
("sphere_reg_fsLR", "inputnode.sphere_reg")]),
(joinnode, morph_grayords_wf, [
("midthickness_fsLR", "inputnode.midthickness_fsLR")]),
])
Expand Down

0 comments on commit 2bd036d

Please sign in to comment.