Back to the main page.

Bug 2703 - function pos2transform takes only one input argument but in ft_checkdata is called with 2

Status ASSIGNED
Reported 2014-09-24 17:54:00 +0200
Modified 2014-09-24 18:00:23 +0200
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Linux
Importance: P5 major
Assigned to: Diego Lozano Soldevilla
URL:
Tags:
Depends on:
Blocks:
See also:

Giorgos Michalareas - 2014-09-24 17:54:57 +0200

in ft_checkdata there is the following code around line 1719: if isfield(data, 'dim') && length(data.dim)>=3, data.transform = pos2transform(data.pos, data.dim); end but function pos2transform taken only one input argument.


Diego Lozano Soldevilla - 2014-09-24 18:00:23 +0200

Hi George, Solved by Robert very recently see http://code.google.com/p/fieldtrip/source/detail?r=9818 If you download last FT version, everything should be fine