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
Copy file name to clipboardExpand all lines: fmriprep/viz/config.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,18 @@
133
133
"file_pattern": "func/.*ica_aroma",
134
134
"title": "ICA AROMA",
135
135
"description": "Maps created with maximum intensity projection (glass brain) with a black brain outline. Right hand side of each map: time series (top in seconds), frequency spectrum (bottom in Hertz). Components classified as signal are plotted in green; noise components in red."
136
+
},
137
+
{
138
+
"name": "compcor",
139
+
"file_pattern": "func/.*compcor",
140
+
"title": "CompCor",
141
+
"description": "The cumulative variance explained by the first k components of the t/aCompCor decomposition, for all values of k. The number of components that must be included in the model in order to explain some fraction of variance in the decomposition mask can be used as a feature selection criterion for confound regression."
142
+
},
143
+
{
144
+
"name": "confounds_correlation",
145
+
"file_pattern": "func/.*confounds_correlation",
146
+
"title": "Correlations among nuisance regressors",
147
+
"description": "Left: Heatmap summarising the correlation structure among confound variables. (Cosine bases and PCA-derived CompCor components are orthogonal.) Right: magnitude of the correlation between each confound time series and the mean global signal. Strong correlations might be indicative of partial volume effects and can inform decisions about feature orthogonalisation prior to confound regression."
0 commit comments