Create a mask based on vertices that are invalid
make_mask(BOLD, meanTol = -Inf, varTol = 1e-06, verbose = TRUE)
A logical vector indicating valid vertices
A \(V \times T\) numeric matrix. Each row is a location.
Tolerance for mean and variance of each data location.
Locations which do not meet these thresholds are masked out of the analysis.
Defaults: -Inf
for meanTol
(ignore), and 1e-6
for
varTol
.
Print messages counting how many locations are removed?