Skip to content

Commit ebfa9f9

Browse files
committed
fix figure legends
1 parent 6ffe441 commit ebfa9f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fmriprep/viz/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"name": "epi/rois",
9797
"file_pattern": "func/.*_rois",
9898
"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."
100100
},
101101
{
102102
"name": "epi_mean_t1_registration/flirt",
@@ -138,13 +138,13 @@
138138
"name": "compcor",
139139
"file_pattern": "func/.*compcor",
140140
"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."
142142
},
143143
{
144144
"name": "confounds_correlation",
145145
"file_pattern": "func/.*confounds_correlation",
146146
"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."
148148
}
149149
]
150150
},

0 commit comments

Comments
 (0)