Skip to content
Snippets Groups Projects
Commit e51a992b authored by lillipu's avatar lillipu
Browse files

bugfix trial handles

parent fcf14bf9
Branches develop
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ end
PLF=(abs(mean(hilberT,2)));
% statistical significance
tendbaseline=726; % end of baseline, in sample
tendbaseline=200; % end of baseline, in sample
alpha=0.01; %alpha value
xaxe=0:0.001:1;
meanbase=mean(PLF(1:tendbaseline));
......
......@@ -276,7 +276,9 @@ if nargout > 0
end
% just add the hidden channels and trials to the data
EEG.marked_trials = handles.trials;
if EEG.trials > 1
EEG.marked_trials = handles.trials;
end
% TODO: won't work with different montages just yet
EEG.hidden_channels = handles.hidden_chans;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment