Back to the main page.
Bug 3394 - imotions timestamps are not accurate enough
Status | CLOSED FIXED |
Reported | 2018-01-03 10:03:00 +0100 |
Modified | 2019-08-10 12:37:25 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | 3385 |
See also: |
Robert Oostenveld - 2018-01-03 10:03:44 +0100
Ingrid reported: De timestamp is niet correct. De sessie zou 1 uur en 5 minuten of iets in die orde moeten duren (TV programma met ads duurt ~1 uur, en dan nog die baseline dingen). De meeste ads zijn ~15, ~30 of sommige ~60 seconden). Fsample is denk ik 60 herz ofzo misschien 50? De timestamp lijkt wel niet genoeg precision te hebben. Als je hem plot voor verwijderen van duplicates is het een step function (trap). We verliezen time-resolutie bij removen duplicates, interpoleren zou beter zijn, na wat tests om zeker te weten dat sample rate zich gedraagt zoals verwacht (deze is niet altijd constant een vaste rate)
Robert Oostenveld - 2018-01-06 10:41:30 +0100
I changed the time handling, time is now expressed in seconds relative to the start of the recording. I.e. the first sample is at t=0s. mac011> git commit private/read_imotions_txt.m imotions2fieldtrip.m [bug3385-eda 1e35eca] fixed convertsion of timestamps to seconds, see http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3394. Renamed the table field in the data structure. 2 files changed, 16 insertions(+), 8 deletions(-) I will merge this soon.