Skip to content

Commit

Permalink
fixed formatting of last code section
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld authored Nov 11, 2024
1 parent 8965f76 commit 291358a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/fittemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ Another option for MEG is to create a single-shell model on the basis of the bra

Lastly, for MEG we can create a single-sphere model on the basis of the brain compartment.

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

cfg = [];
cfg.method = 'singlesphere';
headmodel_singlesphere_surface = ft_prepare_headmodel(cfg, template_fit_surface.bnd(3));
cfg = [];
cfg.method = 'singlesphere';
headmodel_singlesphere_sphere = ft_prepare_headmodel(cfg, template_fit_sphere.bnd(3));
cfg = [];
cfg.method = 'singlesphere';
headmodel_singlesphere_surface = ft_prepare_headmodel(cfg, template_fit_surface.bnd(3));

0 comments on commit 291358a

Please sign in to comment.