Closed arnodelorme closed 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.
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.
Done in bdca4c1
@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.