-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpipeline_config_fx-options.yml
More file actions
61 lines (54 loc) · 1.6 KB
/
Copy pathpipeline_config_fx-options.yml
File metadata and controls
61 lines (54 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
%YAML 1.1
---
# CPAC Pipeline Configuration YAML file
# Version 1.8.8.dev2
#
# http://fcp-indi.github.io for more info.
#
# Tip: This file can be edited manually with a text editor for quick modifications.
FROM: fmriprep-options
pipeline_setup:
# Name for this pipeline configuration - useful for identification.
# This string will be sanitized and used in filepaths
pipeline_name: cpac_fx-options
output_directory:
# Quality control outputs
quality_control:
# Generate eXtensible Connectivity Pipeline-style quality control files
generate_xcpqc_files: On
nuisance_corrections:
2-nuisance_regression:
# this is a fork point
# run: [On, Off] - this will run both and fork the pipeline
run: [On]
# Select which nuisance signal corrections to apply
Regressors:
- Name: Regressor_1
Bandpass:
bottom_frequency: 0.01
top_frequency: 0.08
CerebrospinalFluid:
erode_mask: Off
extraction_resolution: 2
include_delayed: On
include_delayed_squared: On
include_squared: On
summary: Mean
GlobalSignal:
include_delayed: On
include_delayed_squared: On
include_squared: On
summary: Mean
Motion:
include_delayed: On
include_delayed_squared: On
include_squared: On
WhiteMatter:
erode_mask: Off
extraction_resolution: 2
include_delayed: On
include_delayed_squared: On
include_squared: On
summary: Mean
PolyOrt:
degree: 2