Back to the main page.
Bug 509 - databrowser does not plot artifacts (and events) when drawing components
Status | CLOSED FIXED |
Reported | 2011-02-25 16:49:00 +0100 |
Modified | 2011-07-13 14:47:00 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 normal |
Assigned to: | Jörn M. Horschig |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jörn M. Horschig - 2011-02-25 16:49:19 +0100
Jörn M. Horschig - 2011-03-23 12:02:42 +0100
just for keeping track of the status (for myself) step 1 done: plotting events for normal data properly (i.e. *not* in case of resampled data) todo: step 2: plotting events for component data step 3: plotting artifacts for component data main issue: determining offset for drawing (i.e. zero-point of axis != zero-point of signal vector)
Jörn M. Horschig - 2011-05-04 10:52:32 +0200
fixed + tested with own data. will send the new version to robert. posted new bug 630, which is not a severe one, but can help to improve the speed of the function. also another note: the code is really messy, because the function is quite extensive and handles many different situation. I think the code could still be optimized by breaking it down into more subfunctions. This will dramatically decrease time needed to work on this function. any thoughts on this?
Robert Oostenveld - 2011-05-04 13:46:22 +0200
see also bug 405
Jörn M. Horschig - 2011-07-06 15:10:25 +0200
this works in the _new implementation