Skip to content

Commit 840a698

Browse files
authored
Update forward.md
1 parent 59ccc90 commit 840a698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/module/forward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Detailed information for each of the functions that creates a head model can be
116116
- **[ft_headmodel_singleshell](/reference/forward/ft_headmodel_singleshell)**
117117
- **[ft_headmodel_singlesphere](/reference/forward/ft_headmodel_singlesphere)**
118118

119-
An important prerequisite for correct forward computations, is that the geometrical information in the relevant data objects is comparable, i.e. that they are coregistered with respect to one another, and that the metric units, and the coordinate systems in which the spatial coordinates are expressed are the same. If needed, the units and coordinate system of data objects containing geometrical information can be explored using **[ft_determine_units](/reference/forward/ft_determine_units)** and **[ft_determine_coordsys](/reference/forward/ft_determine_coordsys)**. These functions require visualization functions from the [plotting](/development/module/module). If desired, the spatial coordinates of the geometries in the data objects can be manipulated with **[ft_transform_geometry](/reference/utilities/ft_transform_geometry)**, **[ft_convert_units](/reference/forward/ft_convert_units)** and **[ft_convert_coordsys](/reference/utilities/ft_convert_coordsys)**
119+
An important prerequisite for correct forward computations, is that the geometrical information in the relevant data objects is comparable, i.e. that they are coregistered with respect to one another, and that the metric units, and the coordinate systems in which the spatial coordinates are expressed are the same. If needed, the units and coordinate system of data objects containing geometrical information can be explored using **[ft_determine_units](/reference/forward/ft_determine_units)** and **[ft_determine_coordsys](/reference/forward/ft_determine_coordsys)**. These functions require visualization functions from the [plotting](/development/module/plotting) module. If desired, the spatial coordinates of the geometries in the data objects can be manipulated with **[ft_transform_geometry](/reference/utilities/ft_transform_geometry)**, **[ft_convert_units](/reference/forward/ft_convert_units)** and **[ft_convert_coordsys](/reference/utilities/ft_convert_coordsys)**
120120

121121
Up to here the head model only depends on the geometrical description of the volume conductor and is independent of the data, with exception of the MEG localspheres model. The consequence is that the head model can be used for multiple experimental sessions, multiple electrode or gradiometer placements, or different selections of channels for a single session. The head model, i.e. the `headmodel` structure, can be saved to disk and re-used in an analysis on the next day.
122122

0 commit comments

Comments
 (0)