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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@
96
96
"name": "epi/rois",
97
97
"file_pattern": "func/.*_rois",
98
98
"title": "ROIs in BOLD space",
99
-
"description": "Brain mask calculated on the BOLD signal (red contour), along with the masks used for a/tCompCor.<br />The aCompCor mask (magenta contour) is a conservative CSF and white-matter mask for extracting physiological and movement confounds. <br />The fCompCor mask (blue contour) contains the top 5% most variable voxels within a heavily-eroded brain-mask."
99
+
"description": "Brain mask calculated on the BOLD signal (red contour), along with the masks used for a/tCompCor.<br />The aCompCor mask (magenta contour) is a conservative CSF and white-matter mask for extracting physiological and movement confounds. <br />The tCompCor mask (blue contour) contains the top 5% most variable voxels within a heavily-eroded brain-mask."
100
100
},
101
101
{
102
102
"name": "epi_mean_t1_registration/flirt",
@@ -138,13 +138,13 @@
138
138
"name": "compcor",
139
139
"file_pattern": "func/.*compcor",
140
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."
141
+
"description": "The cumulative variance explained by the first k components of the t/aCompCor decomposition, plotted 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
142
},
143
143
{
144
144
"name": "confounds_correlation",
145
145
"file_pattern": "func/.*confounds_correlation",
146
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."
147
+
"description": "Left: Heatmap summarising the correlation structure among confound variables. (Cosine bases and PCA-derived CompCor components are inherently 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