Skip to content

Commit

Permalink
modified files outputs.tsv, cpac_pipeline.py and surf_preproc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tergeorge committed Feb 1, 2023
1 parent 9e9503d commit 21911ea
Show file tree
Hide file tree
Showing 3 changed files with 874 additions and 161 deletions.
11 changes: 11 additions & 0 deletions CPAC/pipeline/cpac_pipeline.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
)

from CPAC.surface.surf_preproc import surface_postproc
from CPAC.surface.surf_preproc import cal_falff
from CPAC.surface.surf_preproc import cal_alff
#from CPAC.surface.surf_preproc import cal_reho
#from CPAC.surface.surf_preproc import cal_connectivity_matrix

from CPAC.timeseries.timeseries_analysis import (
timeseries_extraction_AVG,
Expand Down Expand Up @@ -1314,6 +1318,13 @@ def build_workflow(subject_id, sub_dict, cfg, pipeline_name=None,
if not rpool.check_rpool('space-fsLR_den-32k_bold.dtseries'):
pipeline_blocks += [surface_postproc]

if not rpool.check_rpool('surf-falff'):
pipeline_blocks += [cal_falff]

if not rpool.check_rpool('surf-alff'):
pipeline_blocks += [cal_alff]


# Extractions and Derivatives
tse_atlases, sca_atlases = gather_extraction_maps(cfg)
cfg.timeseries_extraction['tse_atlases'] = tse_atlases
Expand Down
2 changes: 2 additions & 0 deletions CPAC/resources/cpac_outputs.tsv
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,5 @@ space-template_label-GM_mask mask template anat NIfTI
space-EPItemplate_label-CSF_mask mask template func NIfTI
space-EPItemplate_label-WM_mask mask template func NIfTI
space-EPItemplate_label-GM_mask mask template func NIfTI
falff surface_derived func
alff surface_derived func
Loading

0 comments on commit 21911ea

Please sign in to comment.