Back to the main page.

Bug 928 - ft_spiketriggeredinterpolation assigns cfg.callinfo at the end, but the variables are not set at the beginning

Status CLOSED FIXED
Reported 2011-09-03 17:02: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 17:02:16 +0200

at the end (line 197) it does % add information about the function call to the configuration cfg.callinfo.proctime = toc(ftFuncTimer); cfg.callinfo.calltime = ftFuncClock; cfg.callinfo.user = getusername(); but the ftFuncXxx variables are not set at the top