Skip to content

Commit 2f1b2a8

Browse files
updating it to only manually delete data
1 parent 567c339 commit 2f1b2a8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/C_manual_check.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,5 @@
3131
EEG = pop_saveset( EEG, 'filename',[subject_list{s} '_exchn.set'],'filepath', data_path);
3232
end
3333
close all
34-
old_length=length(EEG.times);
35-
EEG = pop_rejcont(EEG, 'elecrange',1:EEG.nbchan ,'freqlimit',[20 40] ,'threshold',10,'epochlength',0.5,'contiguous',4,'addlength',0.25,'taper','hamming');
36-
EEG.deleted_data = 100-length(EEG.times)/old_length*100;
37-
EEG = pop_saveset( EEG, 'filename',[subject_list{s} '_cln.set'],'filepath', data_path);
34+
3835
end

0 commit comments

Comments
 (0)