Skip to content

Commit

Permalink
DOC - some fields must be cell-array of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld authored and schoffelen committed Jun 28, 2024
1 parent 5c30b5b commit 9c729c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions data2bids.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,17 @@
% cfg.SoftwareVersions = string
%
% If you specify cfg.bidsroot, this function will also write the dataset_description.json
% file. You can specify the following fields
% cfg.dataset_description.writesidecar = string
% file. Among others you can specify the following fields
% cfg.dataset_description.writesidecar = 'yes' or 'no' (default = 'yes')
% cfg.dataset_description.Name = string
% cfg.dataset_description.BIDSVersion = string
% cfg.dataset_description.License = string
% cfg.dataset_description.Authors = string or cell-array of strings
% cfg.dataset_description.Authors = cell-array of strings
% cfg.dataset_description.ReferencesAndLinks = cell-array of strings
% cfg.dataset_description.EthicsApprovals = cell-array of strings
% cfg.dataset_description.Funding = cell-array of strings
% cfg.dataset_description.Acknowledgements = string
% cfg.dataset_description.HowToAcknowledge = string
% cfg.dataset_description.Funding = string or cell-array of strings
% cfg.dataset_description.ReferencesAndLinks = string or cell-array of strings
% cfg.dataset_description.DatasetDOI = string
%
% General BIDS options that apply to all functional data types are
Expand Down

0 comments on commit 9c729c2

Please sign in to comment.