Back to the main page.
Bug 383 - selecting a subset of trials from source data (pcc mom) does not work
Status | CLOSED WONTFIX |
Reported | 2011-01-11 21:56:00 +0100 |
Modified | 2011-07-13 14:46:57 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-01-11 21:56:51 +0100
K>> tmp = ft_selectdata(source_com, 'rpt', 1) selection mom along dimension 3 ??? Error using ==> reshape To RESHAPE the number of elements must not change. Error in ==> seloverdim at 98 tmp{j} = reshape(tmp{j}, reduceddim{i}); Error in ==> ft_selectdata at 558 if selectrpt, data = seloverdim(data, 'rpt', selrpt, fb); end K>> source_com source_com = freq: 30 cumtapcnt: [144x1 double] pos: [6732x3 double] inside: [1x3415 double] outside: [1x3317 double] method: 'average' cfg: [1x1 struct] csd: {6732x1 cell} csddimord: '{pos}_ori_ori' mom: {6732x1 cell} momdimord: '{pos}_ori_rpttap' csdlabel: {'scandip' 'scandip' 'scandip'}
Jan-Mathijs Schoffelen - 2011-06-21 08:26:01 +0200
I will wait until we settled on the new definition of source structures before fixing any source related bug