Skip to content

Commit bf33a0c

Browse files
committed
change exported name
1 parent f6d5ef2 commit bf33a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bids_export.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
% info.ReferencesAndLinks = { 'Pubmed 122032020' };
100100
% info.Name = 'This is a custom task';
101101
% info.License = 'Creative commons';
102-
% info.GeneratedBy.Name = {'bids-matlab-tools'};
102+
% info.GeneratedBy.Name = {'EEG-BIDS'};
103103
% info.SourceDatasets.DOI = 'xxx';
104104
%
105105
% 'tInfo' - [struct] task information fields. See BIDS specifications.
@@ -413,7 +413,7 @@ function bids_export(files, varargin)
413413
'HowToAcknowledge' 'optional' 'char' '';
414414
'SourceDatasets' 'optional' 'struct' struct([]);
415415
'Funding' 'optional' 'cell' { 'n/a' };
416-
'GeneratedBy' 'required' 'struct' struct('Name', 'bids-matlab-tools', 'Version', bids_matlab_tools_ver);
416+
'GeneratedBy' 'required' 'struct' struct('Name', 'EEG-BIDS', 'Version', bids_matlab_tools_ver);
417417
'DatasetDOI' 'optional' 'char' { 'n/a' }};
418418

419419
if ~isfield(opt.gInfo, 'Name'), opt.gInfo(1).Name = opt.Name; end

0 commit comments

Comments
 (0)