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 47 mne-qt-browser issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/mne-tools/mne-qt-browser/issues/248. Hey look, I have a minimally working version and didn't take that long once I got around to this. [Screencast from 07-10-2024 04:52:50 PM.webm](https://github.com/mne-tools/mne-qt-browser/assets/13473576/a1d94387-c549-49b2-b6b0-3a0f0b8ffbe4) This isn't the all-in-one...

#### Reference issue [Example: Fixes #1234.](https://github.com/mne-tools/mne-qt-browser/issues/267) #### What does this implement/fix? Fix issues when combining channel-based annotations with another annotation. #### Additional information Channel-based annotation can not merge with any...

#### Reference issue https://github.com/mne-tools/mne-qt-browser/pull/230 , https://github.com/mne-tools/mne-qt-browser/pull/212 , https://github.com/mne-tools/mne-qt-browser/pull/208 , https://github.com/mne-tools/mne-python/issues/10888 , https://github.com/mne-tools/mne-qt-browser/pull/273 #### What does this implement/fix? Extends https://github.com/mne-tools/mne-qt-browser/pull/273 by enabling sensitivity spinboxes to be updated

On latest MNE `main` (so you can use `--butterfly`) you can see: ``` MNE_BROWSER_BACKEND=matplotlib mne browse_raw ~/mne_data/MNE-sample-data/MEG/sample/sample_audvis_raw.fif --butterfly --clipping None ``` | matplotlib | qt | | -- | --...

In finding #270 I noticed that just opening the Settings dialog triggered 3 updates. There is no reason this is necessary, and is an unnecessary slowdown. It happens because we...

On my system I have a lot more memory compared to size of files that I open, so for almost all files precomputation runs. In theory this is a good...

### Describe the problem The added channel type scaling in #263 is half of the display channel type. It would be nice to harmonize and choose which one to display....

enhancement

### Describe the problem Following #255, a bit of feedback on the great new feature! @nmarkowitz Those points are not high priority at all, but if you need a break...

enhancement

### Describe the problem In many instances it's useful to view the data trace in a few different ways such as with different references. It's common to view data trace...

enhancement

#### Reference issue [Example: Fixes #1234.](https://github.com/mne-tools/mne-python/issues/12821) , https://github.com/mne-tools/mne-python/issues/12409 , https://github.com/mne-tools/mne-qt-browser/issues/252 #### What does this implement/fix? Adds `TimeChange`, `TimeBrowse` and `ChannelBrowse` ui events to sync with ui event system. #### Additional...