Skip to content

Commit

Permalink
Merge pull request #133 from fahrenfort/bugfixes
Browse files Browse the repository at this point in the history
Bug in electrode selection during time-frequency decoding
  • Loading branch information
fahrenfort authored Feb 16, 2021
2 parents 632a502 + 56304d4 commit 4f13599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eeg_mvpa/classify_TFR_from_eeglab_data.m
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function classify_TFR_from_eeglab_data(filepath,filenames,outpath,nFolds,channel
% load data
for cFile = 1:numel(filenames)
msettings = [];
msettings.channelset = bundlename_or_bundlelabels;
msettings.channelpool = bundlename_or_bundlelabels;
msettings.erp_baseline = erp_baseline; % NOTE: different in RAW.
msettings.resample_eeg = false; % NOTE: this line is different in RAW. No resampling done here (yet)...
msettings.do_csd = do_csd;
Expand Down

0 comments on commit 4f13599

Please sign in to comment.