NomisCiri / eeg_manypipes_arc

This project contains all code to reproduce the Analyses of the EEG manypipes project
MIT License
1 stars 1 forks source link

Let's not use the BIDS data #3

Closed sappelhoff closed 2 years ago

sappelhoff commented 2 years ago

This is where the data can be downloaded: https://uni-muenster.sciebo.de/s/zg2U8xVNZbRHqzg

I had a look at their BIDS formatted data and unfortunately that's somewhat of a joke, because there is the very bare minimum of documented metadata ... that dataset would probably not even pass validation with https://github.com/bids-standard/bids-validator/

The BrainVision data are not in proper BrainVision format either (they have a .dat file, instead of .eeg), because they have been exported by EEGLAB. I find that fishy ... :fish:

Using the CSV data is out of the question, because that's just too large.

Which leaves us with the EEGLAB format (.set files + .fdt files), where .set is basically a matlab struct with metadata, and .fdt contains the binary EEG data.


another annoying thing is that they didn't ship a license with the data :)

sappelhoff commented 2 years ago

Simon could you create an account on https://gin.g-node.org/, please? So I can invite you to a private repo there where we can easily track sourcedata and derivatives.