Back to the main page.

Bug 353 - ft_sourcegrandaverage should work with source datatypes only

Status CLOSED FIXED
Reported 2011-01-04 11:04:00 +0100
Modified 2011-11-11 11:19:40 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P1 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2011-01-04 11:04:52 +0100

at the moment it does % check if the input data is valid for this function for i=1:length(varargin) varargin{i} = ft_checkdata(varargin{i}, 'datatype', {'source', 'volume'}, 'feedback', 'no'); end which makes the handling more complex. Sufficient is to work with source data, and at the end (if desired) convert it back to volume data. The output dimord should also be fixed, e.g. pos_time, pos_freq_time, or something with 'voxel'


Robert Oostenveld - 2011-01-04 11:05:56 +0100

there is already a switch between a new and old implementation. The new one is the one to be fixed, the old one is only relevant for checking what functionality there should be supported.


Robert Oostenveld - 2011-01-04 11:06:20 +0100

avgA and avgB handling is not desired any more


Robert Oostenveld - 2011-10-17 21:56:13 +0200

@Stephen, ik kwam deze oude bug nog tegen. Vorige week hebben we het hier over gehad. mbp> svn commit ft_sourcegrandaverage.m Sending ft_sourcegrandaverage.m Transmitting file data . Committed revision 4496.


Robert Oostenveld - 2011-11-11 11:19:40 +0100

I closed all bugs that were recently resolved.