mne-python
mne-python copied to clipboard
ENH: Allow gradient compensated data in maxwell_filter
I was interested to see if we could add support for maxwell_filter(raw_ctf.apply_gradient_compensation(3)). It looks like it's possible, but the performance is not as good as processing un-compensated data. Maybe I'm doing something wrong, though...
I'll leave this open and think about it for a bit.