You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this could be a fun project ;-) @larsoner do you think it's possible by refactoring the existing browser? I wanted to potentially use it also for the OPM-MEG system at Martinos
Loads data from mne.raw.io & plot()
I am looking forward to implement using mne-realtime using FieldTripClient, if any code snippet or way to plot the buffer data received over RtClient
I can't think of a clean way to do it. A quick way I would try would be to create a mne.io.RawArray, call .plot with precompute=False, overview_mode='hidden', modify the raw._data as each new buffer comes in, and somehow force the MNEQtBrowser to redraw (even though the time interval has changed). There is probably some private function you can call in MNEBrowseFigure (what gets returned by raw.plot) that will do this last part for you...
I don't want to plot using matplotlib, any snippet on plot using PyQtGraph(MNEQtBrowser) ?
The text was updated successfully, but these errors were encountered: