Skip to content

Commit

Permalink
fix forward model
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard2laire committed Jul 15, 2024
1 parent 5a1fd32 commit fcce1d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolbox/script/tutorial_epilepsy.m
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ function tutorial_epilepsy(tutorial_dir, reports_dir)
% Process: Generate BEM surfaces
bst_process('CallProcess', 'process_generate_bem', [], [], ...
'subjectname', SubjectName, ...
'nscalp', 642, ...
'nouter', 482, ...
'ninner', 482, ...
'nscalp', 1922, ...
'nouter', 1922, ...
'ninner', 1922, ...
'thickness', 4, ...
'method', 'brainstorm');
% Process: Compute head model
Expand Down

0 comments on commit fcce1d7

Please sign in to comment.