Back to the main page.

Bug 924 - ft_denoise_synthetic does not have ft_checkconfig with trackconfig=on

Status CLOSED FIXED
Reported 2011-09-03 16:47:00 +0200
Modified 2011-10-19 15:21:24 +0200
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P1 normal
Assigned to: Eelke Spaak
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2011-09-03 16:47:07 +0200

all regular FT main functions should have this. Please fix this particular function and check all others. If not sure whether a FT main function should have it, please ask me.


Eelke Spaak - 2011-09-27 09:55:06 +0200

Added: % enable configuration tracking cfg = ft_checkconfig(cfg, 'trackconfig', 'on'); to all functions that satisfy the following criteria: - in main FT folder; - name prefixed with ft_; - has a cfg input argument.