Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_headmodel_dipoli”.
FT_HEADMODEL_DIPOLI creates a volume conduction model of the head using the boundary element method (BEM) for EEG. This function takes as input the triangulated surfaces that describe the boundaries and returns as output a volume conduction model which can be used to compute leadfields. This implements Oostendorp TF, van Oosterom A. "Source parameter estimation in inhomogeneous volume conductors of arbitrary shape." IEEE Trans Biomed Eng. 1989 Mar;36(3):382-91. The implementation of this function uses an external command-line executable with the name "dipoli" which is provided by Thom Oostendorp. Use as vol = ft_headmodel_dipoli(geom, ...) Optional input arguments should be specified in key-value pairs and can include isolatedsource = string, 'yes' or 'no' hdmfile = string, filename with BEM headmodel conductivity = vector, conductivity of each compartment See also FT_PREPARE_VOL_SENS, FT_COMPUTE_LEADFIELD
Share this page: