I’m writing to hear your thoughts about something we’ve noticed while using the Qt browser. The displayed signals change substantially when one scrolls just a few seconds through the signal. Here’s a brief GIF to show what I’m talking about.
Is this normal behavior? Is there any way the variation can be reduced?
I don’t really see an issue here.
You could crop the end of the recording where it looks like your EEG cap was unplugged from the amplifier creating a large discontinuity. I’m guessing this large discontinuity is affecting the filter you applied to your data.
If you do:
from matplotlib import pyplot as plt
plt.plot(raw.times, raw.get_data(picks=0).squeeze())
You should see the same plot (for channel 0), (except if you applied visualisation filters with raw.plot(lowpass=..., highpass=...)).
EDIT: @ealtamir I now see your issue. Please share the version of the qt-browser and of mne used (use mne.sys_info()); I believe this issue was fixed already and you are running on outdated versions.
@cbrnr Look at the left side (white background), after an horizontal scroll, the traces change completely. It kind of reminded me of a bug with projectors being toggle on/off during horizontal scrolls.