Back to the main page.

Bug 2426 - minor but blocking error in ft_eloreta

Status CLOSED FIXED
Reported 2013-12-20 17:45:00 +0100
Modified 2014-01-15 14:46:26 +0100
Product: FieldTrip
Component: inverse
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P5 blocker
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

- 2013-12-20 17:45:12 +0100

line 29 in ft_eloreta, there is an error, should be 0.05 not 0.5 line 209 in ft_eloreta should read: dipout.ori(dipout.inside)={[]}


Jan-Mathijs Schoffelen - 2013-12-20 19:37:35 +0100

the normalizeparam (default = 0.5) refers to the depth weighting and not to the regularization parameter (lambda) that is correctly defaulting to 0.05. I added the value of the default to the documentation section. fixed line 209