Back to the main page.

Bug 424 - Problem with event values in ASA data

Status CLOSED FIXED
Reported 2011-01-21 22:55:00 +0100
Modified 2011-02-02 23:43:10 +0100
Product: FieldTrip
Component: fileio
Version: unspecified
Hardware: All
Operating System: All
Importance: P1 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Vladimir Litvak - 2011-01-21 22:55:56 +0100

Numeric event codes are read as strings with some trailing blanks which confuses event selection.Proposed fix: add in read_eep_trg after line 83: tcode = str2num(new.code); if numel(tcode) == 1 new.code = tcode; end This can also be fixed in read_event if you don't want to change eeprobe code. I have an example dataset if you need one.


Robert Oostenveld - 2011-02-01 09:07:18 +0100

done. MacBook> svn commit read_eep_trg.m Sending read_eep_trg.m Transmitting file data . Committed revision 2718.


Robert Oostenveld - 2011-02-01 09:08:18 +0100

please note that I also just added some mex files for 64 bit Linux and OSX, see http://bugzilla.fcdonders.nl/show_bug.cgi?id=410


Robert Oostenveld - 2011-02-02 23:43:10 +0100

closed the bugs that were recently fixed