sccn / EEG-BIDS

21 stars 17 forks source link

Exporting/importing datasets with numerical event codes #134

Closed arnodelorme closed 3 months ago

arnodelorme commented 2 years ago

Numerical event types are exported with decimal places 1.0000 even if they are integer.

Make sure to import numerical columns as numbers.

dungscout96 commented 3 months ago

We're using num2str which should preserve integer https://github.com/sccn/bids-matlab-tools/blob/d74147704afae3acfa82b79db1b423e64ce79b95/bids_writeeventfile.m#L247