File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -507,6 +507,12 @@ def init_single_subject_wf(subject_id: str):
507
507
('outputnode.subjects_dir' , 'inputnode.subjects_dir' ),
508
508
('outputnode.subject_id' , 'inputnode.subject_id' ),
509
509
('outputnode.fsnative2t1w_xfm' , 'inputnode.fsnative2t1w_xfm' ),
510
+ ('outputnode.white' , 'inputnode.white' ),
511
+ ('outputnode.pial' , 'inputnode.pial' ),
512
+ ('outputnode.midthickness' , 'inputnode.midthickness' ),
513
+ ('outputnode.thickness' , 'inputnode.thickness' ),
514
+ ('outputnode.sphere_reg_fsLR' , 'inputnode.sphere_reg_fsLR' ),
515
+ ('outputnode.anat_ribbon' , 'inputnode.anat_ribbon' ),
510
516
]),
511
517
]) # fmt:skip
512
518
if fieldmap_id :
Original file line number Diff line number Diff line change @@ -189,9 +189,16 @@ def init_bold_wf(
189
189
"t1w_mask" ,
190
190
"t1w_dseg" ,
191
191
"t1w_tpms" ,
192
+ # FreeSurfer outputs
192
193
"subjects_dir" ,
193
194
"subject_id" ,
194
195
"fsnative2t1w_xfm" ,
196
+ "white" ,
197
+ "midthickness" ,
198
+ "pial" ,
199
+ "thickness" ,
200
+ "sphere_reg_fsLR" ,
201
+ "anat_ribbon" ,
195
202
# Fieldmap registration
196
203
"fmap" ,
197
204
"fmap_ref" ,
You can’t perform that action at this time.
0 commit comments