Back to the main page.

Bug 1551 - 'spline' method fails in ft_channelrepair

Status CLOSED FIXED
Reported 2012-06-24 14:14:00 +0200
Modified 2012-08-23 14:02:03 +0200
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P3 normal
Assigned to: Jörn M. Horschig
URL:
Tags:
Depends on:
Blocks:
See also:

Jan-Mathijs Schoffelen - 2012-06-24 14:14:56 +0200

due to missing function 'repop' (at least in my FT-version). this function is called from private/sphericalSplineInterpolate at line 25. Jorn, could you add this one?


Jörn M. Horschig - 2012-06-25 10:42:30 +0200

hm thought that one is already in the private directory. it's a mex file, I guess the c-file should go to the src directory and then the mexed files to private?


Jörn M. Horschig - 2012-06-25 10:46:11 +0200

ah I see, it's in the dmlt toolbox... should the files be autosynced (when thinkin about it, I wouldn't do so, because it's an external toolbox)


Jan-Mathijs Schoffelen - 2012-06-25 11:40:46 +0200

can't the functionality be replicated with other code?


Jörn M. Horschig - 2012-06-25 11:46:25 +0200

sure, then it's just slower and less memory efficient. repmat would do the job pretty well. I'm gonna edit the code such that repop is not needed, alright?


Jan-Mathijs Schoffelen - 2012-06-25 11:47:30 +0200

sounds good!


Jörn M. Horschig - 2012-06-25 11:58:06 +0200

~/FieldTrip/trunk/private 661 $ svn ci sphericalSplineInterpolate.m -m "bugfix - removed dependency on repop" Sending sphericalSplineInterpolate.m Transmitting file data . Committed revision 6125.


Jörn M. Horschig - 2012-08-23 14:02:03 +0200

bug closing time (http://www.youtube.com/watch?v=xGytDsqkQY8)