Back to the main page.

Bug 3360 - bug in ft_read_header.m in blackrock_nsx section

Status CLOSED FIXED
Reported 2017-10-06 23:37:00 +0200
Modified 2017-11-20 20:04:39 +0100
Product: FieldTrip
Component: fileio
Version: unspecified
Hardware: Macintosh
Operating System: Mac OS
Importance: P5 normal
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

Alan Bush - 2017-10-06 23:37:00 +0200

Attempting to open ns5 or ns2 files issues the following error Reference to non-existent field 'orig'. Error in ft_read_header (line 454) hdr.chanunit = deblank({hdr.orig.ElectrodesInfo.AnalogUnits})'; I corrected line 454 of ft_read_header.m to hdr.chanunit = deblank({orig.ElectrodesInfo.AnalogUnits})'; and seems to be working fine now.


Jan-Mathijs Schoffelen - 2017-11-09 17:16:42 +0100

Sorry, Alan, but this is something that you addressed by your recent PR in github, right? Can this be closed? If so, feel free to do so.


Jan-Mathijs Schoffelen - 2017-11-13 14:26:00 +0100

This seems resolved