Eric Larson
Eric Larson
> deciding how to store these data it in the MNE ecosystem e.g. simply as a misc channel type along the other sensor data? +1 for a new channel type...
I think this has been fixed and is an old MNE/autoreject issue
+0 on 1 +1 on 2 -1 on 3
> .git-blame-ignore-revs file For a template to follow we can look at https://github.com/numpy/numpydoc/pull/394 which IIRC was done following what NumPy did > Not sure, sometimes big moves end up squashed...
> Across mne pathlike objects are currently treated inconsistently. In many place, paths are tested for and accepted being str or pathlib.Path. In other places, only str is accepted and...
> Is this code snippet that you mentioned the go-to solution for all pathlike checks? Most reading checks, yes. If you look in our code (e.g., `git grep _check_fname`) you...
Presumably in this part of the code you can either pass an `Info` obj directly, or a path to a file with `Info` that can be read
Indeed the notebook has some bugs including the image display. Sometimes it gets deformed, too. See the `object_fit` stuff in https://github.com/mne-tools/mne-python/issues/8833 and also https://github.com/mne-tools/mne-python/issues/8704
IIRC the problem was that the raw file ended up being huge, so hosting it (and people reliably downloading it) were going to be tricky
By "the raw file" I should have said "the set of raw files". I thought it was 8 or 10 GB worth of raw data or so, but I could...