sccn / EEG-BIDS

21 stars 17 forks source link

possible bug in case 3 % Mult-Session Single-Run #195

Closed ugpavlov closed 2 months ago

ugpavlov commented 6 months ago

line 789 bids_export.m

copy_data_bids_eeg( structOut, subjectStr, ['ses-' files(iSubj).session{iSet}], fileStr, opt);

should probably be

copy_data_bids_eeg( structOut, subjectStr, ['ses-' files(iSubj).session{iSess}], fileStr, opt);

dungscout96 commented 2 months ago

We have updated our export mechanism. This should be handled properly now