Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_realtime_headlocalizer”.
FT_REALTIME_HEADLOCALIZER is a realtime application for online visualization of the head localization coils in a CTF275 system. Use as ft_realtime_headlocalizer(cfg) with the following configuration options cfg.template = string, name of the original data set to be used as template (default = []) cfg.blocksize = number, size of the blocks/chuncks that are processed (default = 1 second) cfg.bufferdata = whether to start on the 'first or 'last' data that is available (default = 'last') cfg.accuracy_green = distance from fiducial coordinate; green when within limits (default = 0.15 cm) cfg.accuracy_orange = orange when within limits, red when out (default = 0.3 cm) The source of the data is configured as cfg.dataset = string or alternatively to obtain more low-level control as cfg.datafile = string cfg.headerfile = string cfg.eventfile = string cfg.dataformat = string, default is determined automatic cfg.headerformat = string, default is determined automatic cfg.eventformat = string, default is determined automatic To stop the realtime function, you have to press Ctrl-C
Share this page: