autoreject (global) in MNE
See original GitHub issueSince I have a little “free time” these days, I am wondering if there is some interest in adding autoreject
to MNE. Although the API of autoreject (local) is not yet settled, I think adding autoreject (global) would be quite easy without any additional dependencies. We could do something like:
import mne
mne.Epochs(..., reject="autoreject",)
ICA(..., reject="autoreject")
In the autoreject
repository, I can internally call the MNE function so that those relying on it are not affected. Let me know.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:12 (12 by maintainers)
Top Results From Across the Web
autoreject — autoreject 0.4.0 documentation
autoreject ¶. This is a library to automatically reject bad trials and repair bad sensors in magneto-/electroencephalography (M/EEG) data.
Read more >EEG processing pipeline with autoreject - Support & Discussions
Hi all. I am working on an approach to automatically process resting state EEG recordings from many participants before extracting some features.
Read more >Autoreject: Automated artifact rejection for MEG and EEG data
Overview of datasets analyzed. Algorithm, Dataset, Acquisition device, Sensors used, # subjects. autoreject (global), MNE sample data ...
Read more >Autoreject: Automated artifact rejection for MEG and EEG data
We have used Python for temporal analysis and the following libraries: numpy [53], scikit-learn [54], MNE [55], Autoreject [41] , BciPy [48] ...
Read more >Python Examples of mne.Epochs - ProgramCreek.com
def test_global_autoreject(): """Test global autoreject.""" event_id = None tmin, tmax = -0.2, 0.5 events = mne.find_events(raw) picks ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s happening Jona! But not before a proper release on pip and finishing the API transition. Good news: we will do it these days.
On Tue, Mar 6, 2018 at 11:22 PM jona-sassenhagen notifications@github.com wrote:
Ok. Would still be cool to have it here, it’s a great tool!