Eric Larson

Results 1445 comments of Eric Larson

Currently we have https://mne.tools/1.8/auto_examples/decoding/decoding_rsa_sgskip.html That doesn't get rendered because the dataset is gigantic. How big is your dataset? If it's < 2GB, could we use it in the existing example,...

> The raw data is about 3.5GB per participant: about 450M per run with 8 runs. I'm pretty sure that cherry picking one participant and a couple of runs (for...

Whitened channels and maybe stim channels are scaled differently in `_process_data` in MNE, too, so we need to make sure we treat them properly here.

I would say at a minimum you'd need some way to specify / change the frequency range and the colormap limits. Seems like maybe a new dedicated TFR / spectrogram...

> Maybe we should add to remove channel scaling/sensitivity when in spectrogram mode? Probably isn't useful in this scenario. Yeah it probably does make sense to show/hide based on viewing...

`+/-` makes sense since when not in traces mode it shouldn't matter. But for now rather than a separate dialog I'd put everything in settings then later we can decide...

> so should we adapt the MNE tests? Can we add these methods from within MNE-Python (just like I inject them here for the tests)? Are there any other options?...

> I would update MNE-Python tests and just keep the methods around until the oldest supported MNE-Python does not require them anymore. Is the idea to copy the `_fake_click` that...

Okay with me to have them live in `tests/utils.py` and use `try/except` at the MNE-Python end to prefer that pattern

Oh sorry I hadn't looked that closely, didn't realize they were part of the abstract base class. I'd leave them in that case. Seems like more work than it's worth...