EEG-Clean-Tools
EEG-Clean-Tools copied to clipboard
Contains tools for EEG standardized preprocessing
Hello! Using a [version of the `removeTrend` function ported to Python](https://github.com/sappelhoff/pyprep/blob/0f41361fdcc22718f8a12007ad7cea65e8780cdd/pyprep/removeTrend.py), I noticed that frequencies below the `detrendCutoff` in `removeTrend` are not completely attenuated when using the local method: https://github.com/sappelhoff/pyprep/issues/125...
Hi, I tried preprocess a file (80 MB) but got an out of memory error. I was using parallel pool. I am on Mac M1 MAX, 64 GB RAM, Matlab...
Hi there, I think I've discovered a small bug in the re-referencing logic of the PREP pipeline, but I wanted to make sure it isn't intentional behaviour before modifying anything...
Was reading through the PREP re-referencing code while working on PyPREP, and noticed something that looks to be a bug in `updateBadChannels.m`: https://github.com/VisLab/EEG-Clean-Tools/blob/3ed337e83dfaaad2c8e3ecb671a44a21c5b288c0/PrepPipeline/utilities/updateBadChannels.m#L1-L23 Specifically, dropout channels aren't included in the...
It seems that EEGLAB uses this on the main menu. Something to do for next release
Hi, as far as I could see it, there is currently no way to add back the online reference during the pipeline. In order to base the average reference on...
I have set the path in Matlab to EEGlab and both the VisLab-EEG-Clean-Tools and PrepPipeline before using the function. According to the report, the PREP pipeline has failed at the...
Hi everyone, I have been working on a project that requires the preprocessing of EEG data. I would like to use one of the PyPrep noisy channel functions to mark...