@@ -50,7 +50,7 @@ def init_anat_fsLR_resampling_wf(
50
50
outputnode = pe .Node (
51
51
niu .IdentityInterface (
52
52
fields = [
53
- 'fsLR_midthickness ' ,
53
+ 'midthickness_fsLR ' ,
54
54
'cifti_morph' ,
55
55
'cifti_metadata' ,
56
56
]
@@ -88,7 +88,7 @@ def init_anat_fsLR_resampling_wf(
88
88
)
89
89
90
90
joinnode = pe .JoinNode (
91
- niu .IdentityInterface (fields = ['fsLR_midthickness ' ]),
91
+ niu .IdentityInterface (fields = ['midthickness_fsLR ' ]),
92
92
name = 'joinnode' ,
93
93
joinsource = 'itersource' ,
94
94
)
@@ -116,8 +116,8 @@ def init_anat_fsLR_resampling_wf(
116
116
("midthickness" , "surface_in" ),
117
117
("sphere_reg" , "current_sphere" ),
118
118
("template_sphere" , "new_sphere" )]),
119
- (downsampled_midthickness , joinnode , [("surface_out" , "fsLR_midthickness " )]),
120
- (joinnode , outputnode , [("surface_out" , "fsLR_midthickness " )]),
119
+ (downsampled_midthickness , joinnode , [("surface_out" , "midthickness_fsLR " )]),
120
+ (joinnode , outputnode , [("surface_out" , "midthickness_fsLR " )]),
121
121
# resample morphometrics to fsLR 32k
122
122
(inputnode , morph_grayords_wf , [
123
123
("subject_id" , "inputnode.subject_id" ),
0 commit comments