Back to the main page.

Bug 2761 - ft_connectivityanalysis method=corr has time in output

Status CLOSED FIXED
Reported 2014-11-12 16:22:00 +0100
Modified 2015-02-11 10:40:53 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P5 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2014-11-12 16:22:26 +0100

cfg = []; cfg.covariance = 'yes'; avgFC = ft_timelockanalysis(cfg, avgFC); cfg = []; cfg.method = 'corr'; corrFC = ft_connectivityanalysis(cfg, avgFC); corrFC = label: {149x1 cell} dimord: 'chan_chan' corr: [149x149 double] % SHOULD NOT BE HERE time: [1x900 double] grad: [1x1 struct] cfg: [1x1 struct]


Robert Oostenveld - 2014-11-12 16:22:59 +0100

sorry, I misplaced the comment corrFC = label: {149x1 cell} dimord: 'chan_chan' corr: [149x149 double] % SHOULD BE HERE time: [1x900 double] % SHOULD NOT BE HERE grad: [1x1 struct] cfg: [1x1 struct]


Robert Oostenveld - 2014-11-13 17:56:20 +0100

mac011> svn commit test/test_bug2761.m ft_connectivityanalysis.m connectivity/ft_connectivity_corr.m Sending connectivity/ft_connectivity_corr.m Sending ft_connectivityanalysis.m Adding test/test_bug2761.m Transmitting file data ... Committed revision 9965.


Robert Oostenveld - 2015-02-11 10:40:53 +0100

Closed several bugs that were recently resolved. Please reopen if you are not happy with the resolution.