bids-matlab-tools icon indicating copy to clipboard operation
bids-matlab-tools copied to clipboard

bids_export relies on session number - to fix

Open CPernet opened this issue 11 months ago • 0 comments

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

identified issue: these relies on the length because it assumes number like ses-1 run-2 but one can have ses-baseline and run-1 (runs are ok since defined non negative indices)

possible fix have not figured out

CPernet avatar Nov 13 '24 09:11 CPernet