You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EEG refers to the EEG file I am trying to process. This set is part of a preprocessing for-loop I have written. The line of code that produces this error is:
Does the same error occur when you use Binlister through the GUI? If so, please send me a sample of your data and the Binlister file to my email address, [email protected], where I can try to diagnose the problem.
Description
While trying to use the binlister, two errors are returned:
EEG
refers to the EEG file I am trying to process. This set is part of a preprocessing for-loop I have written. The line of code that produces this error is:Where
EEG
is my EEG file, ``DIR1``` is the directory to where the binlister txt file is, and DIR3 is the output directory.My binlister text file looks like this:
bin 1
BPG_Correct
.{15}
bin 2
BPG_Incorrect
.{16}
bin 3
BPT_Correct
.{18}
bin 4
BPT_Incorrect
.{19}
bin 5
WPG_Correct
.{24}
bin 6
WPG_Incorrect
.{25}
bin 7
WPT_Correct
.{27}
bin 8
WPT_Incorrect
.{28}
"AND" and "OR" do not apply in terms of my bins, so I'm not quite sure to what this error is referring.
#### Expected behavior:
Bin the events based on my binlister .txt file.
#### Actual behavior: Errors returned. Could not complete preprocessing.
#### Versions
The text was updated successfully, but these errors were encountered: