Skip to content

Commit fe3c143

Browse files
committed
Update surface.py
1 parent bb794c7 commit fe3c143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xcp_d/workflows/anatomical/surface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,11 +386,11 @@ def init_fsnative_to_fsLR_wf(
386386
# sphere?
387387
project_unproject = pe.Node(
388388
SurfaceSphereProjectUnproject(num_threads=omp_nthreads),
389-
name=f'surface_sphere_project_unproject_{hemi}',
389+
name=f'project_unproject_{hemi}',
390390
n_procs=omp_nthreads,
391391
)
392392
workflow.connect([
393-
(inputnode, project_unproject, [('subject_sphere', 'in_file')]),
393+
(inputnode, project_unproject, [(f'{hemi_label}_subject_sphere', 'in_file')]),
394394
(collect_spheres, project_unproject, [
395395
('source_sphere', 'sphere_project_to'),
396396
('sphere_to_sphere', 'sphere_unproject_from'),

0 commit comments

Comments
 (0)