@@ -208,7 +208,7 @@ def init_postproc_derivatives_wf(
208208 DerivativesDataSink (
209209 source_file = name_source ,
210210 dismiss_entities = dismiss_hash (
211- ['segmentation ' , 'den' , 'res' , 'space' , 'cohort' , 'desc' ]
211+ ['atlas ' , 'den' , 'res' , 'space' , 'cohort' , 'desc' ]
212212 ),
213213 suffix = 'motion' ,
214214 extension = '.tsv' ,
@@ -269,7 +269,7 @@ def init_postproc_derivatives_wf(
269269 ds_temporal_mask = pe .Node (
270270 DerivativesDataSink (
271271 dismiss_entities = dismiss_hash (
272- ['segmentation ' , 'den' , 'res' , 'space' , 'cohort' , 'desc' ]
272+ ['atlas ' , 'den' , 'res' , 'space' , 'cohort' , 'desc' ]
273273 ),
274274 suffix = 'outliers' ,
275275 extension = '.tsv' ,
@@ -484,10 +484,10 @@ def init_postproc_derivatives_wf(
484484 name = 'ds_coverage' ,
485485 run_without_submitting = True ,
486486 mem_gb = 1 ,
487- iterfield = ['segmentation ' , 'in_file' , 'meta_dict' ],
487+ iterfield = ['atlas ' , 'in_file' , 'meta_dict' ],
488488 )
489489 workflow .connect ([
490- (inputnode , ds_coverage , [('atlas_names' , 'segmentation ' )]),
490+ (inputnode , ds_coverage , [('atlas_names' , 'atlas ' )]),
491491 (add_hash_coverage , ds_coverage , [
492492 ('out_file' , 'in_file' ),
493493 ('metadata' , 'meta_dict' ),
@@ -537,10 +537,10 @@ def init_postproc_derivatives_wf(
537537 name = 'ds_timeseries' ,
538538 run_without_submitting = True ,
539539 mem_gb = 1 ,
540- iterfield = ['segmentation ' , 'in_file' , 'meta_dict' ],
540+ iterfield = ['atlas ' , 'in_file' , 'meta_dict' ],
541541 )
542542 workflow .connect ([
543- (inputnode , ds_timeseries , [('atlas_names' , 'segmentation ' )]),
543+ (inputnode , ds_timeseries , [('atlas_names' , 'atlas ' )]),
544544 (add_hash_timeseries , ds_timeseries , [
545545 ('out_file' , 'in_file' ),
546546 ('metadata' , 'meta_dict' ),
@@ -612,10 +612,10 @@ def init_postproc_derivatives_wf(
612612 name = 'ds_correlations' ,
613613 run_without_submitting = True ,
614614 mem_gb = 1 ,
615- iterfield = ['segmentation ' , 'in_file' , 'meta_dict' ],
615+ iterfield = ['atlas ' , 'in_file' , 'meta_dict' ],
616616 )
617617 workflow .connect ([
618- (inputnode , ds_correlations , [('atlas_names' , 'segmentation ' )]),
618+ (inputnode , ds_correlations , [('atlas_names' , 'atlas ' )]),
619619 (add_hash_correlations , ds_correlations , [
620620 ('out_file' , 'in_file' ),
621621 ('metadata' , 'meta_dict' ),
@@ -636,11 +636,11 @@ def init_postproc_derivatives_wf(
636636 name = 'ds_coverage_ciftis' ,
637637 run_without_submitting = True ,
638638 mem_gb = 1 ,
639- iterfield = ['segmentation ' , 'in_file' , 'meta_dict' ],
639+ iterfield = ['atlas ' , 'in_file' , 'meta_dict' ],
640640 )
641641 workflow .connect ([
642642 (inputnode , ds_coverage_ciftis , [
643- ('atlas_names' , 'segmentation ' ),
643+ ('atlas_names' , 'atlas ' ),
644644 ('coverage_ciftis' , 'in_file' ),
645645 ]),
646646 (add_denoised_to_src , ds_coverage_ciftis , [('metadata' , 'meta_dict' )]),
@@ -676,11 +676,11 @@ def init_postproc_derivatives_wf(
676676 name = 'ds_timeseries_ciftis' ,
677677 run_without_submitting = True ,
678678 mem_gb = 1 ,
679- iterfield = ['segmentation ' , 'in_file' , 'meta_dict' ],
679+ iterfield = ['atlas ' , 'in_file' , 'meta_dict' ],
680680 )
681681 workflow .connect ([
682682 (inputnode , ds_timeseries_ciftis , [
683- ('atlas_names' , 'segmentation ' ),
683+ ('atlas_names' , 'atlas ' ),
684684 ('timeseries_ciftis' , 'in_file' ),
685685 ]),
686686 (add_ccoverage_to_src , ds_timeseries_ciftis , [('metadata' , 'meta_dict' )]),
@@ -741,11 +741,11 @@ def init_postproc_derivatives_wf(
741741 name = 'ds_correlation_ciftis' ,
742742 run_without_submitting = True ,
743743 mem_gb = 1 ,
744- iterfield = ['segmentation ' , 'in_file' , 'meta_dict' ],
744+ iterfield = ['atlas ' , 'in_file' , 'meta_dict' ],
745745 )
746746 workflow .connect ([
747747 (inputnode , ds_correlation_ciftis , [
748- ('atlas_names' , 'segmentation ' ),
748+ ('atlas_names' , 'atlas ' ),
749749 ('correlation_ciftis' , 'in_file' ),
750750 ]),
751751 (make_ccorrs_meta_dict2 , ds_correlation_ciftis , [('metadata' , 'meta_dict' )]),
@@ -786,10 +786,10 @@ def init_postproc_derivatives_wf(
786786 name = f'ds_correlations_exact_{ i_exact_scan } ' ,
787787 run_without_submitting = True ,
788788 mem_gb = 1 ,
789- iterfield = ['segmentation ' , 'in_file' ],
789+ iterfield = ['atlas ' , 'in_file' ],
790790 )
791791 workflow .connect ([
792- (inputnode , ds_correlations_exact , [('atlas_names' , 'segmentation ' )]),
792+ (inputnode , ds_correlations_exact , [('atlas_names' , 'atlas ' )]),
793793 (add_hash_correlations_exact , ds_correlations_exact , [('out_file' , 'in_file' )]),
794794 ]) # fmt:skip
795795
@@ -876,10 +876,10 @@ def init_postproc_derivatives_wf(
876876 name = 'ds_parcellated_reho' ,
877877 run_without_submitting = True ,
878878 mem_gb = 1 ,
879- iterfield = ['segmentation ' , 'in_file' , 'meta_dict' ],
879+ iterfield = ['atlas ' , 'in_file' , 'meta_dict' ],
880880 )
881881 workflow .connect ([
882- (inputnode , ds_parcellated_reho , [('atlas_names' , 'segmentation ' )]),
882+ (inputnode , ds_parcellated_reho , [('atlas_names' , 'atlas ' )]),
883883 (add_hash_parcellated_reho , ds_parcellated_reho , [
884884 ('out_file' , 'in_file' ),
885885 ('metadata' , 'meta_dict' ),
@@ -988,10 +988,10 @@ def init_postproc_derivatives_wf(
988988 name = 'ds_parcellated_alff' ,
989989 run_without_submitting = True ,
990990 mem_gb = 1 ,
991- iterfield = ['segmentation ' , 'in_file' , 'meta_dict' ],
991+ iterfield = ['atlas ' , 'in_file' , 'meta_dict' ],
992992 )
993993 workflow .connect ([
994- (inputnode , ds_parcellated_alff , [('atlas_names' , 'segmentation ' )]),
994+ (inputnode , ds_parcellated_alff , [('atlas_names' , 'atlas ' )]),
995995 (add_hash_parcellated_alff , ds_parcellated_alff , [
996996 ('out_file' , 'in_file' ),
997997 ('metadata' , 'meta_dict' ),
0 commit comments