From c828e0a31845a894328ef84c2cdadc5c78bccf14 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 13 Sep 2023 10:38:59 -0400 Subject: [PATCH] Update anatomical.py --- xcp_d/workflows/anatomical.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcp_d/workflows/anatomical.py b/xcp_d/workflows/anatomical.py index 037954ac7..d96ebf616 100644 --- a/xcp_d/workflows/anatomical.py +++ b/xcp_d/workflows/anatomical.py @@ -1321,7 +1321,8 @@ def init_warp_one_hemisphere_wf( workflow.connect([(get_freesurfer_sphere_node, sphere_to_gii, [("sphere_raw", "in_file")])]) # Project the fsaverage-space Freesurfer file to fsLR space. - # It will retain the same triangles as before, but the vertices will be updated. + # It will retain the same triangles (topology) as before, + # but the vertices (coordinates) will be updated. project_sphere_to_fslr = pe.Node( SurfaceSphereProjectUnproject( sphere_project_to=source_sphere, @@ -1342,8 +1343,7 @@ def init_warp_one_hemisphere_wf( ) ) - # resample the surfaces to fsLR-32k - # NOTE: Does that mean the data are in fsLR-164k before this? + # Resample the surfaces to fsLR-32k, using the subject's new fsLR-32k-deformed sphere. resample_to_fsLR32k = pe.MapNode( CiftiSurfaceResample( new_sphere=fsLR_sphere,