Back to the main page.

Bug 529 - ft_preprocessing should support padding for continuous data in-memory

Status CLOSED WONTFIX
Reported 2011-03-14 15:54:00 +0100
Modified 2011-06-01 13:40:19 +0200
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P1 enhancement
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

Eelke Spaak - 2011-03-14 15:54:47 +0100

If in-memory data has a continuous structure (i.e., the begin sample of trial N exactly follows the end sample of trial N-1), filter padding should in principle be possible for preprocessing of in-memory data. (Some notes: - If padding is specified, and the in-memory data is largely continuous, but misses some segments (trials), ft_preprocessing could (a) throw an error, or (b) only filter the trials for which padding is possible. Preferably, this should be made a configurable option.)


Robert Oostenveld - 2011-05-13 21:57:13 +0200

changed status from multiple bugs from NEW into ASSIGNED


Robert Oostenveld - 2011-05-13 21:58:08 +0200

changed status from multiple bugs from NEW to ASSIGNED


Jan-Mathijs Schoffelen - 2011-05-27 22:08:02 +0200

This is hardly possible to realize: - if individual trials have been demeaned or otherwise processed, then even if 'continuous' in time, there is a discontinuity at the boundary. This is hard to robustly check. - judging continuity is hard to check from the sampleinfo field, because sometimes this one is constructed on the fly, suggesting continuity, which may not be true.