Skip to content

Commit

Permalink
Update fittemplate.md
Browse files Browse the repository at this point in the history
Fixed typo: from cfg.method = 'singlesphere' to cfg.method = 'singleshell'.
  • Loading branch information
contsili authored Sep 15, 2024
1 parent c983f1f commit 5693ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/fittemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ We create the volume conduction models using Openmeeg. This model can be later u
Another option for MEG is to create a single-shell model on the basis of the brain compartment.

cfg = [];
cfg.method = 'singlesphere';
cfg.method = 'singleshell';
headmodel_singleshell_sphere = ft_prepare_headmodel(cfg, template_fit_sphere.bnd(3));

cfg = [];
cfg.method = 'singlesphere';
cfg.method = 'singleshell';
headmodel_singleshell_sphere = ft_prepare_headmodel(cfg, template_fit_surface.bnd(3));

0 comments on commit 5693ce3

Please sign in to comment.