Hi everybody,
I've posted this question in Github, but as suggested it is better here.
We want to implement some multivariate connectivity metrics to be included in BST, such as MIM and MPSI. These metrics need as input a matrix of the form n_sources x n_timepoints or (3x)n_sources x n_timepoints, in which the n_sources can be the number of sources contained in a scout.
So, we need to extract signals from scouts without any flattening methods (e.g. PCA, mean etc.) or at least running a PCA with a number of components > 1.
Is there the possibility to use some build-in function to extract the signals from the scouts without merging and flattening them (we can do the PCA afterwards)?
Thanks,
Roberto