Back to the main page.
Bug 1963 - ft_analysispipeline broken since revision 7367
Status | CLOSED FIXED |
Reported | 2013-01-30 14:53:00 +0100 |
Modified | 2013-04-23 12:06:29 +0200 |
Product: | FieldTrip |
Component: | documentation |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Eelke Spaak - 2013-01-30 14:53:12 +0100
Try the example pipeline you gave me: data1 = ft_freqsimulation([]) cfg = [] cfg.resamplefs = 1200 cfg.detrend = 'no' data2 = ft_resampledata(cfg, data1) timelock1 = ft_timelockanalysis([], data1) timelock2 = ft_timelockanalysis([], data2) timelock = ft_appendtimelock([], timelock1, timelock2) ft_analysispipeline([], timelock) it now fails with a "CAT arguments dimensions are not consistent." (line 201)
Eelke Spaak - 2013-01-30 14:53:39 +0100
meant to assign this directly to Robert, sorry.
Robert Oostenveld - 2013-01-30 17:50:55 +0100
cat should be along 2nd dimension, not 1st mac001> svn commit ft_analysispipeline.m Sending ft_analysispipeline.m Transmitting file data . Committed revision 7426.
Robert Oostenveld - 2013-04-23 12:05:53 +0200
closed various bugs