Back to the main page.
Bug 884 - ft_read_event adds the undefined and nonstandard urevent
Status | CLOSED FIXED |
Reported | 2011-08-18 21:55:00 +0200 |
Modified | 2011-09-14 14:33:46 +0200 |
Product: | FieldTrip |
Component: | fileio |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Cristiano Micheli |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-08-18 21:55:16 +0200
the event structure is standardized and should contain exactly the same fields for all formats. It cannot be that for micromed there would be another strucutre. Please remove the urevent field and stick to the standard. and please move the snippet of code following read_micromed_event from ft_read_event into that special function. There is no reason to have the code split over the two functions.