You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: development/module/forward.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,32 +143,44 @@ FieldTrip relies on externally contributed software for some of the low-level co
143
143
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.
144
144
145
145
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.
146
149
147
150
### fieldtrip/external/bemcp
148
151
149
152
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.
150
153
- based on mex-files
151
154
- source code is provided (in FieldTrip)
152
-
-
155
+
-direct interaction with data from within MATLAB.
153
156
154
157
### fieldtrip/external/dipoli
155
158
156
159
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.
157
163
158
164
### fieldtrip/external/hbf
159
165
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
161
168
162
169
## Finite element method (FEM) implementations
163
170
164
171
### fieldtrip/external/simbio
165
172
166
173
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.
167
177
168
178
### fieldtrip/external/duneuro
169
179
170
180
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.
0 commit comments