From b8cf8e3d549c34b961989d1c4e40de4129cfd91a Mon Sep 17 00:00:00 2001 From: Jan-Mathijs Schoffelen <1517611+schoffelen@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:54:46 +0100 Subject: [PATCH] Update headmodel_eeg_fem.md pnt->pos --- tutorial/headmodel_eeg_fem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/headmodel_eeg_fem.md b/tutorial/headmodel_eeg_fem.md index 5b7f8c028..af1868bc6 100644 --- a/tutorial/headmodel_eeg_fem.md +++ b/tutorial/headmodel_eeg_fem.md @@ -182,7 +182,7 @@ To improve how the mesh approximates the head shape, a node-shift can be applied The mesh contains the following field - **pos** : The position of the vertices. -- **hex** : Each row defines 8 corners of a hexahedron (row numbers of the **pnt** field). +- **hex** : Each row defines 8 corners of a hexahedron (row numbers of the **pos** field). - **unit**: Units in which the vertices are expressed. - **tissue**: Each hexahedron (in **hex**) is indexed with a value from 1...N. These values represent the tissue-types and are assigned to each type according to the order in **tissuelabel**. - **tissuelabel**: Names of tissue-types.