ucdavis / erplab

ERPLAB Toolbox is a free, open-source Matlab package for analyzing ERP data. It is tightly integrated with EEGLAB Toolbox, extending EEGLAB’s capabilities to provide robust, industrial-strength tools for ERP processing, visualization, and analysis. A graphical user interface makes it easy for beginners to learn, and Matlab scripting provides enormous power for intermediate and advanced users.
http://erpinfo.org/erplab
267 stars 73 forks source link

encountering an issue while creating the binlist. #175

Closed lixianrui999 closed 1 year ago

lixianrui999 commented 1 year ago

When I use ERPLAB to load a Binlist, I encountered an issue, and it displayed as the following error: Parsing Bin Descriptor File and creating BIN structure... Error Line 7 BIN 2 : time condition should be declared one time, and at the beginning of the sequencer ... Line 7 Error Resume: Line 7 has 1 errors during syntax parsing.... HINT: .{1;4;51;54}{5;t<500-2000>2} ..............X.............

I previously created the Binlist in this way: bin1 intero_anger .{1;4;51;54}{t<500-2000>5;t<500-2000>2},

In this Binlist, I want to restrict the time window for response markers 2 or 5. As suggested by the error message, I made the following changes: bin1 intero_anger .{1;4;51;54}{t<500-2000>5;2},

Could you please confirm if they are correct? thanks!

davidg622 commented 1 year ago

Hello Xianrui Li,

Thanks for your question!

I reviewed your bin, and it looks like it should now correctly bin response markers 2 and 5 if they are between 500-2000 after markers 1,4,51,54. Feel free to review our documentation at https://github.com/ucdavis/erplab/wiki/BDF-Library if you have more questions.

Thanks,

David