Back to the main page.
Bug 1643 - ft_redefinetrial produces error message when cutting data into snippets
Status | UNCONFIRMED |
Reported | 2012-08-09 12:53:00 +0200 |
Modified | 2013-08-14 09:36:27 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | All |
Operating System: | All |
Importance: | P3 normal |
Assigned to: | Stan van Pelt |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Stan van Pelt - 2012-08-09 12:53:46 +0200
I have a dataset that is an appending of 4 other dataset (output from ft_preprocessing), which I want to cut into non-overlapping snippets of 0.5s. If I do this, the latest version of ft_redefinetrial gives an error in some cases (some subjects, not all), on line 236: "some of the new trials need to be constructed from more than one input trial. This is not supported." However, I don't think this operation should produce an error in such cases.
Robert Oostenveld - 2012-08-09 16:51:58 +0200
can you provide a small piece of data and a test script to reproduce the problem?
Stan van Pelt - 2013-08-14 09:32:03 +0200
can't replicate the error any more