You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Tip: This file can be edited manually with a text editor for quick modifications.
9
-
10
9
FROM: default
11
10
11
+
pipeline_setup:
12
12
13
-
pipeline_setup:
14
13
# Name for this pipeline configuration - useful for identification.
14
+
# This string will be sanitized and used in filepaths
15
15
pipeline_name: cpac_anat
16
+
system_config:
16
17
17
-
working_directory:
18
-
# Deletes the contents of the Working Directory after running.
19
-
# This saves disk space, but any additional preprocessing or analysis will have to be completely re-run.
20
-
remove_working_dir: Off
21
-
22
-
system_config:
23
18
# Select Off if you intend to run CPAC on a single machine.
24
19
# If set to On, CPAC will attempt to submit jobs through the job scheduler / resource manager selected below.
25
-
on_grid:
26
-
SGE:
20
+
on_grid:
21
+
SGE:
22
+
27
23
# SGE Parallel Environment to use when running CPAC.
28
24
# Only applies when you are running on a grid or compute cluster using SGE.
29
25
parallel_environment: cpac
@@ -41,166 +37,143 @@ pipeline_setup:
41
37
# If you have specified an FSL path in your .bashrc file, this path will be set automatically.
42
38
FSLDIR: FSLDIR
43
39
44
-
Amazon-AWS:
40
+
working_directory:
41
+
42
+
# Deletes the contents of the Working Directory after running.
43
+
# This saves disk space, but any additional preprocessing or analysis will have to be completely re-run.
44
+
remove_working_dir: Off
45
+
46
+
Amazon-AWS:
47
+
45
48
# Enable server-side 256-AES encryption on data to the S3 bucket
46
49
s3_encryption: On
47
50
48
-
anatomical_preproc:
49
-
# Non-local means filtering via ANTs DenoiseImage
50
-
non_local_means_filtering:
51
-
run: [Off]
51
+
anatomical_preproc:
52
+
brain_extraction:
53
+
FSL-BET:
54
+
55
+
# Mask created along with skull stripping. It should be `On`, if selected functionalMasking : ['Anatomical_Refined'] and `FSL` as skull-stripping method.
56
+
mask_boolean: Off
52
57
53
58
# N4 bias field correction via ANTs
54
59
n4_bias_field_correction:
60
+
61
+
# this is a fork option
55
62
run: [On]
56
63
57
-
brain_extraction:
58
-
FSL-BET:
59
-
# Mask created along with skull stripping. It should be `On`, if selected functionalMasking : ['Anatomical_Refined'] and `FSL` as skull-stripping method.
60
-
mask_boolean: Off
64
+
segmentation:
65
+
tissue_segmentation:
66
+
Template_Based:
61
67
62
-
segmentation:
63
-
tissue_segmentation:
64
-
# option parameters
65
-
FSL-FAST:
66
-
use_priors:
67
-
# Full path to a directory containing binarized prior probability maps.
68
-
# These maps are included as part of the 'Image Resource Files' package available on the Install page of the User Guide.
69
-
# It is not necessary to change this path unless you intend to use non-standard priors.
# EPI registration configuration - synonymous with T1_registration
125
+
# parameters under anatomical registration above
126
+
parameters:
127
+
128
+
FSL-FNIRT:
141
129
142
-
functional_preproc:
130
+
# Identity matrix used during FSL-based resampling of BOLD-space data throughout the pipeline.
131
+
# It is not necessary to change this path unless you intend to use a different template.
132
+
identity_matrix: $$FSLDIR/etc/flirtsch/ident.mat
133
+
134
+
functional_preproc:
143
135
run: Off
136
+
distortion_correction:
144
137
145
-
distortion_correction:
146
-
# using: ['PhaseDiff', 'Blip']
138
+
# using: ['PhaseDiff', 'Blip', 'Blip-FSL-TOPUP']
147
139
# PhaseDiff - Perform field map correction using a single phase difference image, a subtraction of the two phase images from each echo. Default scanner for this method is SIEMENS.
148
140
# Blip - Uses AFNI 3dQWarp to calculate the distortion unwarp for EPI field maps of opposite/same phase encoding direction.
149
-
# NOTE:
150
-
# this is NOT a fork point - instead, the technique used will depend on what type of distortion correction field data accompanies the dataset
151
-
# for example, phase-difference field maps will lead to phase-difference distortion correction, and phase-encoding direction field maps will lead to blip-up/blip-down
141
+
# Blip-FSL-TOPUP - Uses FSL TOPUP to calculate the distortion unwarp for EPI field maps of opposite/same phase encoding direction.
152
142
using: []
153
143
154
-
nuisance_corrections:
155
-
2-nuisance_regression:
144
+
nuisance_corrections:
145
+
2-nuisance_regression:
146
+
156
147
# this is a fork point
157
148
# run: [On, Off] - this will run both and fork the pipeline
158
149
run: [Off]
159
150
160
151
# Select which nuisance signal corrections to apply
161
-
Regressors:
162
-
# Standard Lateral Ventricles Binary Mask
163
-
# used in CSF mask refinement for CSF signal-related regressions
0 commit comments