sccn / EEG-BIDS

23 stars 17 forks source link

Default values when exporting BIDS #19

Closed arnodelorme closed 4 years ago

arnodelorme commented 4 years ago

@dungscout96 would you mind to check that when calling pop_bidsexport.m, all BIDS fields in datasets are populated with their default value EVEN IF the user never pressed the "Participant" or "Event" button/menu. Thank you.

arnodelorme commented 4 years ago

The best way to do that is to have each function fill up the default values (disable GUI pop up). For example

EEG = pop_participantinfo(EEG, 'default');

or something like that.

dungscout96 commented 4 years ago

Done in bdca4c1