You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Notable changes
Channel names in *_channels.tsv and *_electrodes.tsv files now always take precedence over the names stored in the raw files.
When reading data where the same trial type refers to different trigger values, we will now automatically create hierarchical event names in the form of trial_type/value1, `trial_type/value2`` etc.
:func:mne_bids.write_raw_bids now allows users to specify a format conversion via the new format parameter.
Various improvements to data reading and :class:mne_bids.BIDSPath make working with real-life data easier.
Many bug fixes in :func:mne_bids.write_raw_bids and in the MNE-BIDS Inspector.