Skip to content

Commit 59ccc90

Browse files
authored
Revise implementation descriptions in forward.md
Updated descriptions of various implementations and their source code availability in the forward module documentation.
1 parent bb41f3d commit 59ccc90

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

development/module/forward.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,32 +143,44 @@ FieldTrip relies on externally contributed software for some of the low-level co
143143
The OpenMEEG software is developed within the Athena project-team at INRIA Sophia-Antipolis and was initiated in 2006 by the [Odyssee Project Team](http://www.inria.fr/en/teams/odyssee) (INRIA/ENPC/ENS Ulm). OpenMEEG solves forward problems related to Magneto- and Electro-encephalography (MEG and EEG) using the symmetric Boundary Element Method, providing excellent accuracy.
144144

145145
The MATLAB interface to the [OpenMEEG](https://openmeeg.github.io) implementation is kindly provided by Maureen Clerc, Alexandre Gramfort, and co-workers.
146+
- based on a system call to a compiled executable, needs to be obtained from elsewhere, and possibly built from the source code
147+
- source code is not provided
148+
- file based interaction with data.
146149

147150
### fieldtrip/external/bemcp
148151

149152
The bemcp implementation is kindly provided by [Christophe Phillips]([http://www2.ulg.ac.be/crc/en/cphillips.html](https://christophephillips.github.io), hence the "CP" in the name.
150153
- based on mex-files
151154
- source code is provided (in FieldTrip)
152-
-
155+
- direct interaction with data from within MATLAB.
153156

154157
### fieldtrip/external/dipoli
155158

156159
The dipoli implementation is kindly provided by [Thom Oostendorp](http://www.mbfys.ru.nl/~thom/).
160+
- based on mex-files
161+
- source code is not provided
162+
- file based interaction with data.
157163

158164
### fieldtrip/external/hbf
159165

160-
The dipole implementation is kindly provided by [Matti Stenroos](https://github.com/MattiStenroos), and [George O'Neill](https://georgeoneill.github.io) wrote the code to directly access this method.
166+
The Helsinki BEM Framework implementation is kindly provided by [Matti Stenroos](https://github.com/MattiStenroos), and [George O'Neill](https://georgeoneill.github.io) wrote the code to directly access this method.
167+
- based on matlab m-code
161168

162169
## Finite element method (FEM) implementations
163170

164171
### fieldtrip/external/simbio
165172

166173
The simbio implementation is kindly provided by [Carsten Wolters](http://www.uni-muenster.de/OCCMuenster/members/carsten-wolters.html) and colleagues. More information can be found [here](https://www.mrt.uni-jena.de/simbio/index.php/Main_Page).
174+
- based on mex-files
175+
- source code is not provided
176+
- direct interaction with data from within MATLAB.
167177

168178
### fieldtrip/external/duneuro
169179

170180
The original MATLAB interface to [DUNEuro](https://www.medizin.uni-muenster.de/duneuro/startseite.html) is kindly provided by the
171-
181+
- based on mex-files
182+
- source code is not provided
183+
- direct interaction with data from within MATLAB.
172184

173185
## Standard International Units
174186

0 commit comments

Comments
 (0)