[FieldTrip] data browser looking for missing cfg.headerformat

Steph Bickel bick35 at gmail.com
Fri Sep 25 06:20:29 CEST 2015


Hello fieldtrip experts, 

I tried plotting an edf file. At line 325 the function ft_read_header seems to expect a field in the config structure that does not exist.
Do you know if I am doing something wrong or if this is a bug?

I am using the current field trip version downloaded from github.

Thank you!

Stephan


cfg=[];
cfg.viewmode = 'vertical';
cfg.continuous ='yes';
cfg.datafile = ‘/data/test.edf';
ft_databrowser(cfg)


Reference to non-existent field 'headerformat'.
Error in ft_databrowser (line 325)
  hdr = ft_read_header(cfg.headerfile, 'headerformat', cfg.headerformat);
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20150924/3b7ae021/attachment.html>


More information about the fieldtrip mailing list