Back to the main page.
Bug 323 - read_plexon_nex incorrect for strobed channel with triggers
| Status | CLOSED FIXED |
| Reported | 2010-12-17 14:05:00 +0100 |
| Modified | 2012-08-23 10:33:54 +0200 |
| Product: | FieldTrip |
| Component: | fileio |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P1 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Robert Oostenveld - 2010-12-17 14:05:31 +0100
case 6 % Markers ts = fread(fid, [1 vh.Count], 'int32=>int32'); for j=1:vh.NMarkers buf.MarkerNames{j,1} = fread(fid, [1 64], 'uint8=>char'); for k=1:vh.Count buf.MarkerValues{j,k} = fread(fid, [1 vh.MarkerLength], 'uint8=>char'); end end it should read both the timestamps and the values
Robert Oostenveld - 2012-06-13 19:47:27 +0200
This has been fixed by Martin