Back to the main page.

Bug 1495 - ft_appendtimelock along channel dimension

Status CLOSED FIXED
Reported 2012-05-30 12:16:00 +0200
Modified 2015-01-27 17:14:02 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P3 normal
Assigned to: Johanna
URL:
Tags:
Depends on:
Blocks:
See also:

Martin Vinck - 2012-05-30 12:16:55 +0200

The function claims to 'if the input data % structures contain different channels, it will be concatenated along the % channel direction.'. However, the code block starting on line 58 will set nchans to zero if they are zero, and not concatenate along the channel dimension. Related to that: it should be possible to concatenate .avg and .var for channels. This is currently not implemented as it makes separate trials from the .avg.


Johanna - 2013-06-04 17:19:36 +0200

Hi Robert, I'm working on this bug now too, in relation to bug 2186.


Johanna - 2013-06-06 15:07:24 +0200

Fixed in svn r8215 and 8216. Updated ft_appendtimelock to explicitly concat over chans and cfg option for this.