- MNE version: e.g. 1.3.0
- operating system: Windows 11
Hi, I am trying to use my empty room data to whiten my covariance matrix before applying LCMV beamforming. In the pre-processing pipeline of the empty room, I successfully applied the function mne.preprocessing.maxwell_filter_prepare_emptyroom. Now, on my experimental data, I also applied ICA. My question is: what should I do with my empty room data? Is it enough to just remove the same number of components, or is there a way to save the ICA weights from the data and apply the same transformation to the empty room recordings?
Thank you!