sccn / EEG-BIDS

21 stars 17 forks source link

handling participant_id #141

Closed dungscout96 closed 3 months ago

dungscout96 commented 2 years ago

participant_id value is required to be of the form sub-<label> (https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#participants-file). It seems that currently we assume it's just <label>, hence we append sub- be default (https://github.com/sccn/bids-matlab-tools/blob/d92f9acf7a2c2d0fb08c3b3738b602343872fe7f/bids_export.m#L451). I can change but want to discuss with you first @arnodelorme to make sure I understand the current code correctly.

arnodelorme commented 2 years ago

Yes, let's discuss.

dungscout96 commented 3 months ago

Such assumption is reasonable I now think. Closing this issue