|
| 1 | +%YAML 1.1 |
| 2 | +--- |
| 3 | +# CPAC Pipeline Configuration YAML file for RBC options |
| 4 | +# Version 1.8.3.dev |
| 5 | +# |
| 6 | +# http://fcp-indi.github.io for more info. |
| 7 | +# |
| 8 | +# Tip: This file can be edited manually with a text editor for quick modifications. |
| 9 | + |
| 10 | +FROM: fx-options |
| 11 | + |
| 12 | +pipeline_setup: |
| 13 | + # Name for this pipeline configuration - useful for identification. |
| 14 | + pipeline_name: RBC.options |
| 15 | + |
| 16 | + output_directory: |
| 17 | + # Quality control outputs |
| 18 | + quality_control: |
| 19 | + # Generate eXtensible Connectivity Pipeline-style quality control files |
| 20 | + generate_xcpqc_files: On |
| 21 | + |
| 22 | +functional_preproc: |
| 23 | + despiking: |
| 24 | + run: [On] |
| 25 | + |
| 26 | +nuisance_corrections: |
| 27 | + 2-nuisance_regression: |
| 28 | + Regressors: |
| 29 | + - Name: Regressor-with-GSR |
| 30 | + Bandpass: |
| 31 | + bottom_frequency: 0.01 |
| 32 | + top_frequency: 0.1 |
| 33 | + CerebrospinalFluid: |
| 34 | + erode_mask: false |
| 35 | + extraction_resolution: 2 |
| 36 | + include_delayed: true |
| 37 | + include_delayed_squared: true |
| 38 | + include_squared: true |
| 39 | + summary: Mean |
| 40 | + GlobalSignal: |
| 41 | + include_delayed: true |
| 42 | + include_delayed_squared: true |
| 43 | + include_squared: true |
| 44 | + summary: Mean |
| 45 | + Motion: |
| 46 | + include_delayed: true |
| 47 | + include_delayed_squared: true |
| 48 | + include_squared: true |
| 49 | + WhiteMatter: |
| 50 | + erode_mask: false |
| 51 | + extraction_resolution: 2 |
| 52 | + include_delayed: true |
| 53 | + include_delayed_squared: true |
| 54 | + include_squared: true |
| 55 | + summary: Mean |
| 56 | + PolyOrt: |
| 57 | + degree: 2 |
| 58 | + |
| 59 | + - Name: Regressor-with-aCompCor |
| 60 | + Bandpass: |
| 61 | + bottom_frequency: 0.01 |
| 62 | + top_frequency: 0.1 |
| 63 | + CerebrospinalFluid: |
| 64 | + erode_mask: false |
| 65 | + extraction_resolution: 2 |
| 66 | + include_delayed: true |
| 67 | + include_delayed_squared: true |
| 68 | + include_squared: true |
| 69 | + summary: Mean |
| 70 | + aCompCor: |
| 71 | + summary: |
| 72 | + method: DetrendPC |
| 73 | + components: 5 |
| 74 | + tissues: |
| 75 | + - WhiteMatter |
| 76 | + - CerebrospinalFluid |
| 77 | + extraction_resolution: 2 |
| 78 | + Motion: |
| 79 | + include_delayed: true |
| 80 | + include_delayed_squared: true |
| 81 | + include_squared: true |
| 82 | + WhiteMatter: |
| 83 | + erode_mask: false |
| 84 | + extraction_resolution: 2 |
| 85 | + include_delayed: true |
| 86 | + include_delayed_squared: true |
| 87 | + include_squared: true |
| 88 | + summary: Mean |
| 89 | + PolyOrt: |
| 90 | + degree: 2 |
| 91 | + |
| 92 | +timeseries_extraction: |
| 93 | + run: On |
| 94 | + connectivity_matrix: |
| 95 | + using: |
| 96 | + - Nilearn |
| 97 | + measure: |
| 98 | + - Pearson |
| 99 | + - Partial |
| 100 | + tse_roi_paths: |
| 101 | + # AAL |
| 102 | + /ndmg_atlases/label/Human/AAL_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 103 | + # Atlases |
| 104 | + /ndmg_atlases/label/Human/Brodmann_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 105 | + /ndmg_atlases/label/Human/Glasser_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 106 | + # Slab |
| 107 | + /ndmg_atlases/label/Human/Slab907_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 108 | + # HO: Thresholded |
| 109 | + /ndmg_atlases/label/Human/HarvardOxfordcort-maxprob-thr25_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 110 | + /ndmg_atlases/label/Human/HarvardOxfordsub-maxprob-thr25_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 111 | + # Jeulich |
| 112 | + /ndmg_atlases/label/Human/Juelich_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 113 | + # CC |
| 114 | + /cpac_templates/CC200.nii.gz: Avg |
| 115 | + /cpac_templates/CC400.nii.gz: Avg |
| 116 | + # Shaefer |
| 117 | + /ndmg_atlases/label/Human/Schaefer1000_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 118 | + /ndmg_atlases/label/Human/Schaefer200_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 119 | + /ndmg_atlases/label/Human/Schaefer300_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 120 | + /ndmg_atlases/label/Human/Schaefer400_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 121 | + # Networks |
| 122 | + # Yeo |
| 123 | + /ndmg_atlases/label/Human/Yeo-17-liberal_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 124 | + /ndmg_atlases/label/Human/Yeo-17_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 125 | + /ndmg_atlases/label/Human/Yeo-7-liberal_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 126 | + /ndmg_atlases/label/Human/Yeo-7_space-MNI152NLin6_res-1x1x1.nii.gz: Avg |
| 127 | + # Smith 2009 (to be included after https://github.com/FCP-INDI/C-PAC/issues/1640 is resolved) |
| 128 | + # /cpac_templates/Smith_space-MNI152NLin6_res-3x3x3_desc-thresh3_mask.nii.gz: Avg |
0 commit comments