[FieldTrip] read_eeglab, header file?
Gregor Volberg
Gregor.Volberg at psychologie.uni-regensburg.de
Wed Dec 14 10:32:17 CET 2011
Dear Fieldtrip developers,
I encountered an error warning when reading in an eeglab *.set - file for preprocessing (version fieldtrip-20111206), where the call to ft_preprocessing says
??? Undefined function or variable "hdr".
Error in ==> read_eeglabdata at 52
if isempty(hdr)
Shouldn't code lines 52 to 54 read
if isempty(header)
header = read_eeglabheader(filename);
end
instead of
if isempty(hdr)
hdr = read_eeglabheader(filename);
end
Not really a problem, just to bring it to your attention...
Best regards,
Gregor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20111214/fcb6c59d/attachment-0002.html>
More information about the fieldtrip
mailing list