66# http://fcp-indi.github.io for more info.
77#
88# Tip: This file can be edited manually with a text editor for quick modifications.
9+
910FROM : fmriprep-options
1011
11- pipeline_setup :
1212
13+ pipeline_setup :
1314 # Name for this pipeline configuration - useful for identification.
14- # This string will be sanitized and used in filepaths
1515 pipeline_name : cpac_fx-options
16+
1617 output_directory :
1718
1819 # Quality control outputs
@@ -21,41 +22,62 @@ pipeline_setup:
2122 # Generate eXtensible Connectivity Pipeline-style quality control files
2223 generate_xcpqc_files : On
2324
24- nuisance_corrections :
25- 2-nuisance_regression :
26-
25+ nuisance_corrections :
26+ 2-nuisance_regression :
2727 # this is a fork point
2828 # run: [On, Off] - this will run both and fork the pipeline
2929 run : [On]
3030
31+ # switch to Off if nuisance regression is off and you don't want to write out the regressors
32+ create_regressors : On
33+
3134 # Select which nuisance signal corrections to apply
3235 Regressors :
3336 - Name : Regressor-1
3437 Bandpass :
3538 bottom_frequency : 0.01
3639 top_frequency : 0.08
3740 CerebrospinalFluid :
38- erode_mask : Off
41+ erode_mask : false
3942 extraction_resolution : 2
40- include_delayed : On
41- include_delayed_squared : On
42- include_squared : On
43+ include_delayed : true
44+ include_delayed_squared : true
45+ include_squared : true
4346 summary : Mean
4447 GlobalSignal :
45- include_delayed : On
46- include_delayed_squared : On
47- include_squared : On
48+ include_delayed : true
49+ include_delayed_squared : true
50+ include_squared : true
4851 summary : Mean
4952 Motion :
50- include_delayed : On
51- include_delayed_squared : On
52- include_squared : On
53+ include_delayed : true
54+ include_delayed_squared : true
55+ include_squared : true
5356 WhiteMatter :
54- erode_mask : Off
57+ erode_mask : false
5558 extraction_resolution : 2
56- include_delayed : On
57- include_delayed_squared : On
58- include_squared : On
59+ include_delayed : true
60+ include_delayed_squared : true
61+ include_squared : true
5962 summary : Mean
60- PolyOrt :
63+ PolyOrt :
6164 degree : 2
65+
66+ # Standard Lateral Ventricles Binary Mask
67+ # used in CSF mask refinement for CSF signal-related regressions
68+ lateral_ventricles_mask :
69+ # Process and refine masks used to produce regressors and time series for
70+ # regression.
71+ regressor_masks :
72+ erode_anatomical_brain_mask :
73+ # Erode binarized anatomical brain mask. If choosing True, please also set seg_csf_use_erosion: True; regOption: niworkflows-ants.
74+ run : On
75+
76+ erode_csf :
77+ # Erode binarized csf tissue mask.
78+ run : On
79+
80+ erode_wm :
81+ # Erode WM binarized tissue mask.
82+ run : On
83+
0 commit comments