Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_write_headshape”.
FT_WRITE_HEADSHAPE writes a head surface, cortical sheet or geometrical descrition of the volume conduction model or source model to a file for further processing in external software. Use as ft_write_headshape(filename, bnd, ...) or ft_write_headshape(filename, pos, ...) where the bnd is a structure containing the vertices and triangles (bnd.pnt and bnd.tri), or where pnt describes the surface or source points. Required input arguments should be specified as key-value pairs and should include format = string, see below Optional input arguments should be specified as key-value pairs and can include data = data matrix, size(1) should be number of vertices dimord = string describing the dimensions of the data, e.g. 'pos_time' Supported output formats are 'mne_tri' MNE surface desciption in ascii format 'mne_pos' MNE source grid in ascii format, described as 3D points 'off' 'vista' 'tetgen' 'gifti' See also FT_READ_HEADSHAPE
Share this page: