Skip to content

Commit ceb2da5

Browse files
committed
add acpc config in default_pipeline.yml
1 parent 88c13b6 commit ceb2da5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

dev/docker_data/default_pipeline.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,20 @@ non_local_means_filtering: False
122122
n4_bias_field_correction: False
123123

124124

125+
# ACPC Alignment
126+
acpc_align: False
127+
128+
129+
# ACPC size of brain in z-dimension in mm.
130+
# Default: 150mm for human data.
131+
acpc_brainsize: 150
132+
133+
134+
# ACPC aligned template
135+
acpc_template_skull: /usr/share/fsl/5.0/data/standard/MNI152_T1_1mm.nii.gz
136+
acpc_template_brain: None
137+
138+
125139
# Disables skull-stripping on the anatomical inputs if they are already skull-stripped outside of C-PAC.
126140
# Set this to 1 if your input images are already skull-stripped.
127141
already_skullstripped : [0]

0 commit comments

Comments
 (0)