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: plugins/NFT/index.md
+89Lines changed: 89 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,77 @@ nav_order: 3
8
8
---
9
9
To view the plugin source code, please visit the plugin's [GitHub repository](https://github.com/sccn/NFT).
10
10
11
+
# Matlab Toolbox and EEGLAB plugin for Neuroelectromagnetic Forward Head Modeling
12
+
13
+

14
+
15
+
# What is NFT?
16
+
17
+
Neuroelectromagnetic Forward Modeling Toolbox (NFT) is a MATLAB toolbox
18
+
for generating realistic head models from available data (MRI and/or
19
+
electrode locations) and for computing numerical solutions for solving
20
+
the forward problem of electromagnetic source imaging (Zeynep Akalin
21
+
Acar & S. Makeig, 2010). NFT includes tools for segmenting scalp, skull,
22
+
cerebrospinal fluid (CSF) and brain tissues from T1-weighted magnetic
23
+
resonance (MR) images. The Boundary Element Method (BEM) is used for the
24
+
numerical solution of the forward problem. After extracting the
25
+
segmented tissue volumes, surface BEM meshes may be generated. When a
26
+
subject MR image is not available, a template head model may be warped
27
+
to 3-D measured electrode locations to obtain an individualized BEM head
28
+
model. Toolbox functions can be called from either a graphic user
29
+
interface (gui) compatible with EEGLAB (sccn.ucsd.edu/eeglab), or from
30
+
the MATLAB command line. Function help messages and a user tutorial are
31
+
included. The toolbox is freely available for noncommercial use and open
32
+
source development under the GNU Public License.
33
+
34
+
# Why NFT?
35
+
36
+
The NFT is released under an open source license, allowing researchers
37
+
to contribute and improve on the work for the benefit of the
38
+
neuroscience community. By bringing together advanced head modeling and
39
+
forward problem solution methods and implementations within an easy to
40
+
use toolbox, the NFT complements EEGLAB, an open source toolkit under
41
+
active development. Combined, NFT and EEGLAB form a freely available EEG
42
+
(and in future, MEG) source imaging solution.
43
+
44
+
The toolbox implements the major aspects of realistic head modeling and
45
+
forward problem solution from available subject information:
46
+
47
+
1. Segmentation of T1-weighted MR images: The preferred method of
48
+
generating a realistic head model is to use a 3-D whole-head
49
+
structural MR image of the subject's head. The toolbox can generate
50
+
a segmentation of scalp, skull, CSF and brain tissues from a
51
+
T1-weighted image.
52
+
53
+
2. High-quality BEM meshes: The accuracy of the BEM solution depends on
54
+
the quality of the underlying mesh that models tissue
55
+
conductance-change boundaries. To avoid numerical instabilities, the
56
+
mesh must be topologically correct with no self-intersections. It
57
+
should represent the surface using high-quality elements while
58
+
keeping the number of elements as small as possible. The NFT can
59
+
create high-quality linear surface BEM meshes from the head
60
+
segmentation.
61
+
62
+
3. Warping a template head model: When a whole-head structural MR image
63
+
of the subject is not available, a semi-realistic head model can be
64
+
generated by warping a standard template BEM mesh to the digitized
65
+
electrode coordinates (instead of vice versa).
66
+
67
+
4. Registration of electrode positions with the BEM mesh: The digitized
68
+
electrode locations and the BEM mesh must be aligned to compute
69
+
accurate forward problem solutions and lead field matrices.
70
+
71
+
5. Accurate high-performance forward problem solution: The NFT uses a
72
+
high-performance BEM implementation from the open source METU-FP
73
+
Toolkit for bioelectromagnetic field computations.
74
+
75
+
# Required Resources
76
+
77
+
Matlab 7.0 or later running under any operating system (Linux, Windows).
78
+
A large amount of RAM is useful - at least 2 GB (4-8 GB recommended for
79
+
forward problem solution of realistic head models). The Matlab Image
80
+
Processing toolbox is also recommended.
81
+
11
82
Pre-compiled binaries for the following 3rd party programs are distributed
12
83
within the NFT toolbox for convinience of the users. The binaries are compiled
13
84
for 32 and 64 bit Linux distributions.
@@ -31,3 +102,21 @@ MATITK: Matlab and ITK
31
102
homepage: http://www.sfu.ca/~vwchu/matitk.html
32
103
33
104
Note: The MATITK shared libraries are installed in the 'mfiles' directory.
105
+
106
+
# Download
107
+
108
+
To download the NFT, go to the [NFT download
109
+
page](http://sccn.ucsd.edu/nft/).
110
+
111
+
# NFT User's Manual
112
+
See the tutorial section for more information. [Click here to download the NFT User Manual as a PDF book](https://github.com/user-attachments/files/16383465/NFT_Tutorial.pdf)
The Event Related PACTools (PACTools) is an EEGLAB plug-in to compute phase-amplitude coupling in single subject data.
18
13
In addition to traditional methods to compute PAC, the plugin include the Instantaneuous and Event-Related implementation of the Mutual Information Phase-Amplitude Coupling Method (MIPAC) (see Martinez-Cancino et al 2019).
0 commit comments