bids-matlab-tools
bids-matlab-tools copied to clipboard
Add option to set the numbers of 0s when exporting runs sprintf('%2.2d'); % 01 sprintf('%3.3d'); % 001
changes in pop_importbids https://github.com/sccn/EEG-BIDS/blob/allows-subject-and-run-names-rather-than-integers/pop_importbids.m takes {'sub-XXX','sub-XXX'} or {'XXX','XXX'} as input rather than integers -- but integers still work (changes here https://github.com/sccn/EEG-BIDS/blob/allows-subject-and-run-names-rather-than-integers/pop_importbids.m#L243) takes {'XXX','XXX'} for run (because of '1' vs '01')...
@arnodelorme will check it works for him.
_where:_ there are a series of if statements starting @ https://github.com/sccn/EEG-BIDS/blame/master/bids_export.m#L507 _expected behaviour:_ any label is valid for sessions since it is a string in the [spec](https://bids-specification.readthedocs.io/en/stable/modality-agnostic-files.html#sessions-file) _identified issue:_ these...
Looking at HBN-EEG data (both the older ds004186 and the newer ds005505), they both have `electrodes.tsv` and `coordsystem.json` there. I think we discussed that the two files should not be...
Hey, there seems to be a check missing in the `writeeventfile` function. Early on, the function checks if an 'onset' field is already present in the data to be used...
Trying to load a BIDS dataset that is not fully BIDS-compliant (eg. missing participants.tsv file) with "Import BIDS folder to study" leads to error message "no dataset found" that could...