MaxvandenBoom / matmef

Matlab wrapper for MEF library
GNU General Public License v3.0
1 stars 3 forks source link

EEGLAB plugin #4

Open arnodelorme opened 2 years ago

arnodelorme commented 2 years ago

Events are not imported, only data. If an example with events is made available, I can try to import them.

MaxvandenBoom commented 2 years ago

On importing events into EEGLAB; I just want to check whether you are referring to events/records in the MEF3 data, or events in the BIDS structure.

In regard to your addition to Matmef (the EEGLAB plugin files), if we - for completeness sake - want to read the events/records from MEF3 than that is certainly possible. "Events" are called records in the Mef3 file format and read into the metadata struct (<metadata>.records). I could provide you with a dataset that has some if you want..

In regard to bids-matlab-tools, you might want to give precedence to the _events.tsv in the BIDS structure. The MEF3 records are often empty or noisy/irrelevant in that case.

Let me know what you had in mind and I'll see if I can help!

arnodelorme commented 1 year ago

Hi Max, I am making bids-matlab-tools import events with your plugin. I think you should release it so people can use it.

http://sccn.ucsd.edu/eeglab/plugin_uploader/upload_form.php

MaxvandenBoom commented 1 year ago

Hey Arnaud,

Cool! The latest version (v1.2.0) is already released in EEGlab (the plugin is called MEF3). This version reads the events (or records as they are called in MEF3).

Let me know if I can do anything... or if you have code for me to update