Skip to content

Commit

Permalink
Update headmodel_eeg_fem.md
Browse files Browse the repository at this point in the history
pnt->pos
  • Loading branch information
schoffelen authored Nov 28, 2024
1 parent 68fd265 commit b8cf8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/headmodel_eeg_fem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b8cf8e3

Please sign in to comment.