Hi,
I want to use spatio_temporal_cluster_1samp_test(X, n_permutations=n_permutations, threshold=t_threshold, n_jobs=3, tail=1, seed=34). My X data consists of n_subjects, all magnetometer sensors, and 48 epochs. The shape of X1 is (n_subjects, 102, 48). I am comparing this data with the baseline at epoch 0 (i.e., X = X1 - epoch0).
Should I normalize the data by dividing it by the average across all sensors and epochs for each subject?
Best
- MNE version: e.g. 0.24.0
- operating system: Windows 10