Skip to content

Commit 7e1fd06

Browse files
authored
Add surface analysis and post-proc as default to ABCD-options preconfig
1 parent b3a8f76 commit 7e1fd06

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CPAC/resources/configs/pipeline_config_abcd-options.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@ pipeline_setup:
5353
# 'Number of Participants to Run Simultaneously' is as much RAM you can safely allocate.
5454
maximum_memory_per_participant: 10.0
5555

56+
surface_analysis:
57+
58+
# Will run Freesurfer for surface-based analysis. Will output traditional Freesurfer derivatives.
59+
# If you wish to employ Freesurfer outputs for brain masking or tissue segmentation in the voxel-based pipeline,
60+
# select those 'Freesurfer-' labeled options further below in anatomical_preproc.
61+
freesurfer:
62+
63+
run: On
64+
65+
# Run ABCD-HCP post FreeSurfer and fMRISurface pipeline
66+
post_freesurfer:
67+
68+
run: On
69+
5670
anatomical_preproc:
5771

5872
# Non-local means filtering via ANTs DenoiseImage

0 commit comments

Comments
 (0)