Back to the main page.
Bug 2345 - allow trigger values to be represented either as individual bits or as words
Status | CLOSED FIXED |
Reported | 2013-10-30 10:40:00 +0100 |
Modified | 2014-02-24 10:56:35 +0100 |
Product: | FieldTrip |
Component: | fileio |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P3 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2013-10-30 10:40:04 +0100
at the natmeg I found out that the triggers were sent as separate bits, but (coinciding in time) were represented after ft_read_event as a single value (i.e. bit 1 plus bit 2 represents value 3). It should be possible to choose between a combined value and separate bits, at least for neuromag fif files, but perhaps also for others.
Robert Oostenveld - 2014-02-24 08:48:15 +0100
I have implemented this some time ago, it is supported with detectflank=bit in ft_read_event