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
Just to leave a comment for the next issue on v2.0 of the GUI:
The next version of the GUI would require a modular QT MNE backend.
This would require a PR as Martin suggests to BrowserBase to be able to sub out the actual data for the plotting. The API would probably be something like browser.replace_data(inst).
Then a PR to mne-qt-browser to add the capability inside the MNE QT browser
Finally, we would update the timeseries widget accordingly in mne-icalabel
@marsipu@adam2393 It looks like a lot of work for a niche use case of the browser. ica.plot_sources(self._inst, picks=[0]) will return a QtWidget. If I read correctly the _pg_figure.py, this widget browser should have a browser.mne.viewbox attribute and a browser.mne.plt attribute. And we should be able to swap the trace for new data through one of them.
But I have to get my head back into pyqtgraph.. I haven't used it for a while, and it's not straightforward to me in which argument the traces live in.
Just to leave a comment for the next issue on v2.0 of the GUI:
The next version of the GUI would require a modular QT MNE backend.
BrowserBase
to be able to sub out the actual data for the plotting. The API would probably be something likebrowser.replace_data(inst)
.Originally posted by @adam2392 in #66 (comment)
The text was updated successfully, but these errors were encountered: