@@ -209,6 +209,13 @@ def init_surface_recon_wf(*, omp_nthreads, hires, name="surface_recon_wf"):
209
209
"out_aseg" ,
210
210
"out_aparc" ,
211
211
"morphometrics" ,
212
+ "midthickness" ,
213
+ "pial" ,
214
+ "white" ,
215
+ "inflated" ,
216
+ "thickness" ,
217
+ "sulc" ,
218
+ "curv" ,
212
219
]
213
220
),
214
221
name = "outputnode" ,
@@ -294,7 +301,15 @@ def init_surface_recon_wf(*, omp_nthreads, hires, name="surface_recon_wf"):
294
301
(autorecon_resume_wf , outputnode , [('outputnode.subjects_dir' , 'subjects_dir' ),
295
302
('outputnode.subject_id' , 'subject_id' )]),
296
303
(gifti_surface_wf , outputnode , [('outputnode.surfaces' , 'surfaces' ),
297
- ('outputnode.morphometrics' , 'morphometrics' )]),
304
+ ('outputnode.morphometrics' , 'morphometrics' ),
305
+ ('outputnode.midthickness' , 'midthickness' ),
306
+ ('outputnode.pial' , 'pial' ),
307
+ ('outputnode.white' , 'white' ),
308
+ ('outputnode.inflated' , 'inflated' ),
309
+ ('outputnode.morphometrics' , 'morphometrics' ),
310
+ ('outputnode.thickness' , 'thickness' ),
311
+ ('outputnode.sulc' , 'sulc' ),
312
+ ('outputnode.curv' , 'curv' )]),
298
313
(t1w2fsnative_xfm , outputnode , [('out_lta' , 't1w2fsnative_xfm' )]),
299
314
(fsnative2t1w_xfm , outputnode , [('out_reg_file' , 'fsnative2t1w_xfm' )]),
300
315
(refine , outputnode , [('out_file' , 'out_brainmask' )]),
0 commit comments