Mathieu Scheltienne

Results 53 issues of Mathieu Scheltienne

When the outline is undocked, it doesn't update when a new file is open. Example: I have the outline undock on a second monitor and I just open `epochs.py`. ![Screenshot...

type:Bug
component:Outline Explorer

As spotted in PR #225, line 1042 to 1087 in `autoreject.py`: ``` def get_reject_log(self, epochs, picks=None): """Get rejection logs of epochs. .. note:: If multiple channel types are present, reject_log['bad_epochs_idx']...

Hello, I just found out about folderify and really liked the idea! However, it can get quite frustrating as it is very hard to figure out which mask will generate...

https://github.com/neuropsychology/NeuroKit/blob/d01111b9b82364d28da01c002e6cbfc45d9493d9/neurokit2/ecg/ecg_clean.py#L129 Powerline noise is at 60 Hz in the US. Maybe have the `**kwargs` passed to the private functions? But that would require some documentation on a per-method basis.. Or...

ECG :heart:

Hello, to raise awareness on this, we experienced a failure when using `psychopy.parallel` on our Linux computers with an LPT port on a PCIe extension slot. The failure is described...

🐞 bug
🔧 hardware/iohub

Hello, this post is either about a bug in PsychoPy, or a mistake in my code. I've been trying to get my timings correctly for days now.. and yet nothing...

🎵 audio

The description of the argument `epoch_treshold` mentions `ed_threshold`, which is nowhere to be found. @alexrockhill Am I correct in assuming that it was an old name for the argument `lm_cutoff`?

We ran into a failure today in https://github.com/vferat/pycrostates/pull/14 because `raw.get_data()` was returning one less sample than expected, namely, the `tmax` sample. ``` from pathlib import Path import mne print (mne.__version__)...

ENH

Following a [discussion on the forum](https://mne.discourse.group/t/ica-find-bads-exg-components-does-not-return-the-same-components-if-using-raw-used-for-fitting-or-same-raw-with-components-excluded/3803) with @hoechenberger I could not find a way to recover the information I was looking for. Following an ICA, I saved to disk both...

ENH
ICA

### Description of the problem Following #11081, topomaps created with digitization points provided as `Info` don't look the same. It has to do with `dev_head_t` (I think). Now that `info`...

BUG