Skip to content

Commit

Permalink
FIX - spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Nov 28, 2024
1 parent c5a2a4c commit 68fd265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq/dipoli_filelocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redirect_from:

The Boundary Element Method (BEM) allows for source reconstruction of EEG data with realistic head geometries. FieldTrip implements the BEM method for EEG in a general fashion in the forward **[ft_compute_leadfield](/reference/forward/ft_compute_leadfield)** function. However, this requires that a previously prepared BEM model is passed to the **[ft_sourceanalysis](/reference/ft_sourceanalysis)** function or to the **[ft_dipolefitting](/reference/ft_dipolefitting)** function. To construct such an EEG BEM model, you can use the **[ft_prepare_headmodel](/reference/ft_prepare_headmodel)** function, where in cfg.method you should specify `dipoli`, `bemcp` or `openmeeg`.

Dipoli is a command line application that was developed by [Thom Oostendorp](http://www.mbfys.ru.nl/~thom). A compiled version for Linux, macOS and Windows is included in `fieldtrip/external/dipoli`. As of september 2024, it is also possible to call the Windows executable directly from the FieldTrip code (previously it was not).
Dipoli is a command line application that was developed by [Thom Oostendorp](http://www.mbfys.ru.nl/~thom). A compiled version for Linux, macOS and Windows is included in `fieldtrip/external/dipoli`. As of September 2024, it is also possible to call the Windows executable directly from the FieldTrip code (previously it was not).

## Linux

Expand Down

0 comments on commit 68fd265

Please sign in to comment.