LIMO-EEG-Toolbox / limo_tools

Hierarchical Linear Modelling for MEEG data
https://limo-eeg-toolbox.github.io/limo_meeg/
Other
59 stars 27 forks source link

Error in function checkoldformat at line 264 #44

Closed amisepa closed 4 years ago

amisepa commented 4 years ago

Hi,

Another error I have been encountering recently. It only occurs when I use aggressive cleaning thresholds on my data.

image image

It is not due to missing/interpolated electrodes. Is there a minimum file length or maximum nmber of boundaries? This on small continuous files. mean length of files with error = 32.4 s mean length of files without error = 90 s

min length of files with error = 24 s min length of files without error = 32.4 s

max length of files with error = 47 s max length of files without error = 316 s

CPernet commented 4 years ago

yes, because the weighted least squares optimization fails as you do not have enough remaining trials WLS will take care of noisy trials so you can relax cleaning criteria (same for me used ASR too aggressively)