mne-qt-browser icon indicating copy to clipboard operation
mne-qt-browser copied to clipboard

A new backend for the 2D data browser in MNE-Python

Results 40 mne-qt-browser issues
Sort by recently updated
recently updated
newest added

### Describe the problem What would you think about implementing something like this: ![image](https://github.com/mne-tools/mne-qt-browser/assets/13473576/5ad00ad8-a7b3-42a4-9040-7330c801123e) https://www.persyst.com/technology/ieeg-imaging-analysis/ ### Describe your solution You would probably want to pass frequencies and compute spectrograms on...

enhancement

https://github.com/mne-tools/mne-bids/issues/1246

In https://github.com/mne-tools/mne-qt-browser/issues/79 it became apparent that not even very sophisticated and knowledgeable users like @agramfort are not aware of all the cool functionality baked into this tool. This is partially...

enhancement
good first issue

#### Reference issue Resolves mne-tools/mne-python#10888 Previous PRs: mne-tools/mne-qt-browser#208, mne-tools/mne-qt-browser#212 #### What does this implement/fix? 1. **Monitor Calibration**: The user makes two measurements for the width and length of the plot,...

**Is your feature request related to a problem? Please describe.** I have some annotations that span several dozens of seconds. When I spot such an annotated segment in my data,...

enhancement
UX & accessibility

Now that #202 is merged, I wanted to leave a summary here of our game-plan for interactively drawing channel-specific annotations. (this was discussed with @larsoner and @drammock during the September...

**Is your feature request related to a problem? Please describe.** Support for visualization of channel-specific annotations as described in mne-tools/mne-python#8946 and mne-tools/mne-python#8947 and #71 . **Describe the solution you'd like**...

enhancement

When I click on the background inside the raw signal(s) window, I see a vertical line. It's light green and very thin, and I'm wondering if there's a line or...

### Description of the problem ### Description When annotating bad segments in the QtBrowser, we noticed that if the bad segment includes the very end of the recording, the last...

bug

Our use of `QMouseEvent` in `_mouseMove` etc. is deprecated in PySide 6.4.1: ``` >>> from PySide6.QtCore import QEvent >>> from PySide6.QtGui import QMouseEvent >>> from PySide6.QtCore import Qt, QPointF >>>...