sccn / bids-matlab-tools-testcase

And example for bids-matlab-tools project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

special character in p300 README

cll008 opened this issue · comments

p300 testcase results in false for isequaln comparisons because README is different.
Looks like the last '10 10' used in README in bids_export_example_p300 is not exported correctly.
Not sure if we need to update BIDS to accommodate special characters at the end of strings or change the p300 script.

tmp1 = rmfield(ALLEEG1(1).BIDS.gInfo, 'README');
tmp2 = rmfield(ALLEEG2(1).BIDS.gInfo, 'README');
isequaln(tmp1,tmp2)  == 1

Fixed. Tx