Back to the main page.

Bug 22 - connectivityanalysis channelcmb specification

Status CLOSED FIXED
Reported 2010-01-19 14:45:00 +0100
Modified 2010-12-08 11:11:27 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P5 normal
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

Andre Bastos - 2010-01-19 14:45:43 +0100

Does not currently support cfg.channelcmb = {'all' 'all'}; In this case, there is no catch in the code, it goes to coupling_corr, does not satisfy either if statement (because powindx is undefined), and returns an error saying that siz is undefined.


Jan-Mathijs Schoffelen - 2010-01-20 08:35:05 +0100

(In reply to comment #0) > Does not currently support cfg.channelcmb = {'all' 'all'}; > > In this case, there is no catch in the code, it goes to coupling_corr, does not > satisfy either if statement (because powindx is undefined), and returns an > error saying that siz is undefined. > Fixed. Please update