Back to the main page.

Bug 3465 - ft_spiketriggeredspectrum_convol default taper doesn't match documentation

Status CLOSED FIXED
Reported 2018-11-02 15:35:00 +0100
Modified 2018-11-12 10:52:14 +0100
Product: FieldTrip
Component: documentation
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P5 normal
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

- 2018-11-02 15:35:30 +0100

ft_spiketriggeredspectrum_convol documentation states that the default taper is dpss but it's actually hanning. line 36 % cfg.taper = 'dpss', 'hanning' or many others, see WINDOW (default = 'dpss') line 125 cfg.taper = ft_getopt(cfg, 'taper','hanning');


Jan-Mathijs Schoffelen - 2018-11-05 13:01:20 +0100

OK, I fixed it for now. Next time, please make the fix yourself and post it as a Pull Request on github.com/fieldtrip


Jan-Mathijs Schoffelen - 2018-11-12 10:52:14 +0100

closing time.