-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for dictionary-type ref_channels
in set_eeg_reference()
#12366
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1bce965 - Browse repository at this point
Copy the full SHA 1bce965View commit details -
Configuration menu - View commit details
-
Copy full SHA for f42d5fb - Browse repository at this point
Copy the full SHA f42d5fbView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 278fdf3 - Browse repository at this point
Copy the full SHA 278fdf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3cff5a - Browse repository at this point
Copy the full SHA f3cff5aView commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7b5c0c - Browse repository at this point
Copy the full SHA b7b5c0cView commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ece510 - Browse repository at this point
Copy the full SHA 7ece510View commit details
Commits on May 3, 2024
-
Add custom reference based on dict
The current implementation is based on a dictionary mapping a list to each channel. The list contains the channels to average and take as reference for the respective channel. I have also implemented an assertion to make sure that the channels in the dict correspond to the channels in the instance. We might want to implement something about bad channels. If bad channels are present in the mapping, they should probably be skipped
Alex Lepauvre committedMay 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 8d4516d - Browse repository at this point
Copy the full SHA 8d4516dView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 42f45b8 - Browse repository at this point
Copy the full SHA 42f45b8View commit details -
BF: use isintance to check if dict
Alex Lepauvre committedMay 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 95a1434 - Browse repository at this point
Copy the full SHA 95a1434View commit details -
Alex Lepauvre committed
May 3, 2024 Configuration menu - View commit details
-
Copy full SHA for c921d69 - Browse repository at this point
Copy the full SHA c921d69View commit details -
Alex Lepauvre committed
May 3, 2024 Configuration menu - View commit details
-
Copy full SHA for b0c91d2 - Browse repository at this point
Copy the full SHA b0c91d2View commit details -
Qian Chu committed
May 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 78a5c7e - Browse repository at this point
Copy the full SHA 78a5c7eView commit details -
Add warning if bad channels in re-referencing scheme
Alex Lepauvre committedMay 3, 2024 Configuration menu - View commit details
-
Copy full SHA for ca6908c - Browse repository at this point
Copy the full SHA ca6908cView commit details -
Merge branch 'dict_ref' of https://github.com/qian-chu/mne-python int…
…o dict_ref
Alex Lepauvre committedMay 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 6ac7bed - Browse repository at this point
Copy the full SHA 6ac7bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1165b9 - Browse repository at this point
Copy the full SHA b1165b9View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for ed56c97 - Browse repository at this point
Copy the full SHA ed56c97View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d27ce12 - Browse repository at this point
Copy the full SHA d27ce12View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 073ca9d - Browse repository at this point
Copy the full SHA 073ca9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d744ca - Browse repository at this point
Copy the full SHA 8d744caView commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e9507d - Browse repository at this point
Copy the full SHA 9e9507dView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 24d16a5 - Browse repository at this point
Copy the full SHA 24d16a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6db40 - Browse repository at this point
Copy the full SHA 2a6db40View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 6699de0 - Browse repository at this point
Copy the full SHA 6699de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5232a - Browse repository at this point
Copy the full SHA 8a5232aView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 73ad30d - Browse repository at this point
Copy the full SHA 73ad30dView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3474370 - Browse repository at this point
Copy the full SHA 3474370View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd213ee - Browse repository at this point
Copy the full SHA cd213eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c79a60 - Browse repository at this point
Copy the full SHA 6c79a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for e36ddd2 - Browse repository at this point
Copy the full SHA e36ddd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41893f3 - Browse repository at this point
Copy the full SHA 41893f3View commit details
Commits on Jun 7, 2024
-
Check that the data that were not referenced are untouched and that the data that were referenced were referenced correctly
Configuration menu - View commit details
-
Copy full SHA for 5b8bd94 - Browse repository at this point
Copy the full SHA 5b8bd94View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for f354d0a - Browse repository at this point
Copy the full SHA f354d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc0633 - Browse repository at this point
Copy the full SHA 6dc0633View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 0293e7b - Browse repository at this point
Copy the full SHA 0293e7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32fa6ac - Browse repository at this point
Copy the full SHA 32fa6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa6a4e - Browse repository at this point
Copy the full SHA 1fa6a4eView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 18cf0d9 - Browse repository at this point
Copy the full SHA 18cf0d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aee05a5 - Browse repository at this point
Copy the full SHA aee05a5View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dcd8f9d - Browse repository at this point
Copy the full SHA dcd8f9dView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 89a4e43 - Browse repository at this point
Copy the full SHA 89a4e43View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9a52d4 - Browse repository at this point
Copy the full SHA c9a52d4View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for e5cb792 - Browse repository at this point
Copy the full SHA e5cb792View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0cac35 - Browse repository at this point
Copy the full SHA f0cac35View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 12ae73a - Browse repository at this point
Copy the full SHA 12ae73aView commit details -
Apply suggestions from code review
Co-authored-by: Daniel McCloy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10da1dd - Browse repository at this point
Copy the full SHA 10da1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d284912 - Browse repository at this point
Copy the full SHA d284912View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc09e77 - Browse repository at this point
Copy the full SHA bc09e77View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0122aeb - Browse repository at this point
Copy the full SHA 0122aebView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4432adc - Browse repository at this point
Copy the full SHA 4432adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3fade6 - Browse repository at this point
Copy the full SHA b3fade6View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5770b0 - Browse repository at this point
Copy the full SHA d5770b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d1eb1 - Browse repository at this point
Copy the full SHA 85d1eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eab984b - Browse repository at this point
Copy the full SHA eab984bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a57807 - Browse repository at this point
Copy the full SHA 1a57807View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfaab21 - Browse repository at this point
Copy the full SHA dfaab21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff72b6 - Browse repository at this point
Copy the full SHA 6ff72b6View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ec411f - Browse repository at this point
Copy the full SHA 2ec411fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d6eeff - Browse repository at this point
Copy the full SHA 2d6eeffView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1025e98 - Browse repository at this point
Copy the full SHA 1025e98View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8858bfc - Browse repository at this point
Copy the full SHA 8858bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d39c160 - Browse repository at this point
Copy the full SHA d39c160View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7dae296 - Browse repository at this point
Copy the full SHA 7dae296View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71b31bb - Browse repository at this point
Copy the full SHA 71b31bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f5bc4 - Browse repository at this point
Copy the full SHA 79f5bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7704e35 - Browse repository at this point
Copy the full SHA 7704e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af639b - Browse repository at this point
Copy the full SHA 2af639bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f677570 - Browse repository at this point
Copy the full SHA f677570View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85b90ff - Browse repository at this point
Copy the full SHA 85b90ffView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1d0339 - Browse repository at this point
Copy the full SHA c1d0339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8297a5f - Browse repository at this point
Copy the full SHA 8297a5fView commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ce1e8d - Browse repository at this point
Copy the full SHA 2ce1e8dView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9344a4f - Browse repository at this point
Copy the full SHA 9344a4fView commit details