sccn / clean_rawdata

Cleaning Raw EEG data
GNU General Public License v3.0
42 stars 17 forks source link

ASR burst criterion default threshold #35

Closed d-scanzi closed 2 years ago

d-scanzi commented 2 years ago

Hi there,

In our lab we noticed that there is a discrepancy between the ASR default cutoff and the suggested "conservative" criterion reported in the README. Currently, the default criterion is set to 5 SD, but the one suggested is 10.

A cutoff of 5 is very aggressive, and there is evidence that a value at least greater than 10 should be used to obtain a sensible reduction of artifacts without losing too much information (Chang at al., 2018, also referenced in the wiki section of this repository).

Currently, the README file states:

For new users it is recommended to first visually inspect the difference between the aw and the cleaned data (using eegplot) to get a sense of the content the is removed at various levels of this input variable. Here, a quite conservative value is 10; this is the current default value.

This might throw off some users if they do not keep attention at the actual cut off.

Suggestions

arnodelorme commented 2 years ago

Actually, the new default in the GUI is 20. I have updated the README file accordingly, as well as all the MATLAB files. 5 is an aggressive value and 20 is a conservative value.

d-scanzi commented 2 years ago

Thank you @arnodelorme!

Just for completeness, asr_calibrate and asr_calibrate_r have the same help text (sorry I just noticed now), so you might want to update those too.

Thanks again