Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_defaults”.
FT_DEFAULTS contains some general settings and takes care of the required path settings. This function is called at the begin of all FieldTrip functions. The configuration defaults are stored in the global "ft_default" structure. The ft_checkconfig function that is called by many FieldTrip functions will merge this global ft_default structure with the cfg ctructure that you pass to the FieldTrip function that you are calling. The global options and their default values are ft_default.trackconfig string, can be cleanup, report, off (default = 'off') ft_default.checkconfig string, can be pedantic, loose, silent (default = 'loose') ft_default.checksize number in bytes, can be inf (default = 1e5) ft_default.showcallinfo string, can be yes or no (default = 'yes') See also FT_HASTOOLBOX, FT_CHECKCONFIG
Share this page: