@@ -903,7 +903,7 @@ def split_files(in_files, splits):
903
903
get_roi_tsnr = pe .MapNode (fs .SegStats (default_color_table = True ),
904
904
iterfield = ['in_file' ], name = 'get_aparc_tsnr' )
905
905
get_roi_tsnr .inputs .avgwf_txt_file = True
906
- wf .connect (tsnr , 'detrended_file ' , get_roi_tsnr , 'in_file' )
906
+ wf .connect (tsnr , 'tsnr_file ' , get_roi_tsnr , 'in_file' )
907
907
wf .connect (registration , 'outputspec.aparc' , get_roi_tsnr , 'segmentation_file' )
908
908
909
909
"""
@@ -987,6 +987,7 @@ def get_subs(subject_id, conds, run_id, model_id, task_id):
987
987
wf .connect (art , 'intensity_files' , datasink , 'qa.art.@intensity' )
988
988
wf .connect (art , 'outlier_files' , datasink , 'qa.art.@outlier_files' )
989
989
wf .connect (registration , 'outputspec.anat2target' , datasink , 'qa.anat2target' )
990
+ wf .connect (tsnr , 'tsnr_file' , datasink , 'qa.tsnr.@map' )
990
991
if subjects_dir :
991
992
wf .connect (registration , 'outputspec.min_cost_file' , datasink , 'qa.mincost' )
992
993
wf .connect ([(get_roi_tsnr , datasink , [('avgwf_txt_file' , 'qa.tsnr' ),
0 commit comments