Skip to content

Commit 7c56a89

Browse files
authored
Update automated_pipeline.md
1 parent e897db1 commit 7c56a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/11_Scripting/automated_pipeline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ALLEEG = pop_icflag( ALLEEG,[NaN NaN;0.9 1;0.9 1;NaN NaN;NaN NaN;NaN NaN;NaN NaN
7878
% after average reference). See tutorial section 5.b.
7979
if 0
8080
ALLEEG = pop_subcomp(ALLEEG, []);
81-
ALLEEG = pop_reref( ALLEEG,[],'huber', 25, 'interpchan',[]);
81+
ALLEEG = pop_reref( ALLEEG, [], 'huber', 25, 'interpchan',[], 'refica', 'remove');
8282
end
8383
8484
% extract data epochs
@@ -155,7 +155,7 @@ ALLEEG = pop_icflag( ALLEEG,[NaN NaN;0.9 1;0.9 1;NaN NaN;NaN NaN;NaN NaN;NaN NaN
155155
% after average reference). See tutorial section 5.b.
156156
if 0
157157
ALLEEG = pop_subcomp(ALLEEG, []);
158-
ALLEEG = pop_reref( ALLEEG,[],'huber', 25, 'interpchan',[]);
158+
ALLEEG = pop_reref( ALLEEG, [], 'huber', 25, 'interpchan',[], 'refica', 'remove');
159159
end
160160
161161
% extract data epochs

0 commit comments

Comments
 (0)