LIMO-EEG-Toolbox / limo_tools

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

File structure #76

Closed SVH35 closed 2 years ago

SVH35 commented 3 years ago

Hi everyone

I have a problem with running the first level analyses. I have a study consisting of 4 participants, two older adults (O11 and O13) and two younger adults (Y106 and Y107) (see figure). In each folder (e.g., sub-O11), there are 6 .set files, containing preprocessed data of 6 different conditions. In addition, a .dattimef is in each folder (i.e., the precomputed time-frequency data). All this info is contained in a study structure (subject, condition and group are used).

I have structured the data identical to the the data structure of the tutorial dataset (each subject in a folder, all conditions of that subject in the aforementioned folder). However, in the derivates folder, only one folder is created: the folder of the first subject. This folder seems to be used by every analysis following the first one, and the matlab files created (betas.mat, yr.mat,...) are just replaced. The pipeline itself runs perfectly.

image

Does anyone know what might be causing this bug? Your help would be greatly appreciated

Sincerely

ChristineLackner commented 3 years ago

I had a similar problem. You need one .set file for each participant with all of the conditions merged together.

CPernet commented 2 years ago

thx @ChristineLackner this is indeed the solution