-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
ENH: Add ability to reject epochs using callables #12195
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
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
81ef83e
Add ability to reject epochs using functions
withmywoessner d8dda07
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e9294de
Merge branch 'main' into epoch_reject
withmywoessner 06e6770
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner 867496d
Update docs
withmywoessner 1b4f5b3
Add ability to reject based on callables
withmywoessner 2a66049
Add tutorial
withmywoessner e16f4a1
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner e708465
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fbdec77
Make flake8 compliant
withmywoessner 6e23ecc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cdd2843
Add docstrings and make flake8 compliant
withmywoessner cd9f7b1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3f5fd84
Update mne/epochs.py
withmywoessner a74ccf6
Update tutorials/preprocessing/20_rejecting_bad_data.py
withmywoessner f0cb1b8
Update tutorials/preprocessing/20_rejecting_bad_data.py
withmywoessner 7d02fca
Update mne/utils/docs.py
withmywoessner 1b836ad
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner f3e8841
Make callable check more fine, doc, add noqa
withmywoessner 984c604
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner fbe4cd2
Update epochs so that adding refl tuple doesnt cause error
withmywoessner ee599a7
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner 24e669c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] bce6486
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner 8401c92
return callable/reasons
withmywoessner cf1facf
allow callables
withmywoessner e98bee2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a579491
Delete mne/_version.py
withmywoessner c9da4db
Add None Check
withmywoessner 5a7a618
Update mne/tests/test_epochs.py
withmywoessner 98b92c4
Update mne/utils/mixin.py
withmywoessner 44fdf8a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3ff8a9e
Update mne/epochs.py
withmywoessner e729e81
Update mne/tests/test_epochs.py
withmywoessner fd4c75f
Update mne/epochs.py
withmywoessner a685b89
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 65778d1
Update mne/epochs.py
withmywoessner 3ece314
Apply suggestions from code review
withmywoessner db0cf11
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner b2686c0
Apply reason to all dropped epochs
withmywoessner 3ae37a4
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner 45b30f3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e77ae63
Add check
withmywoessner f560ccd
Merge branch 'main' into epoch_reject
withmywoessner 235f6d3
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner 4e4b369
Apply suggestions from code review
withmywoessner b7c6a36
Add suggestions
withmywoessner ba45b5a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b5829b0
devel
withmywoessner a11a410
Remove support for callabes in constructor
withmywoessner b918ea8
Merge branch 'main' of https://github.com/mne-tools/mne-python into e…
withmywoessner ab009bc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8cf2e49
Merge branch 'main' into epoch_reject
withmywoessner fb6a5b1
Apply suggestions from code review
larsoner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add ability reject :class:`mne.Epochs` using callables, by `Jacob Woessner`_. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.