I have a MEG dataset that was recorded in 10 different short 5 minute sessions. Head position was recorded using 4 tracking electrodes. I do not have the MRI data.
I would like to use sensor-space decoding, and therefore it seems sensible to apply movement correction to the data, such that the head position is approximally equal in all 10 sessions.
However, the data was already published with compensators applied and the whitening matrix (?) is missing do undo those corrections. Therefore, MaxFilter refuses to run on the data.
Is there any other way in Python-MNE to apply movement correction? I found some rather old comments about mne_map_data
, but most links were dead and it seems like it has only been implemented in C-MNE.
What would you advise in this case?