aces / EEG2BIDS

EEG2BIDS Wizard: a tool for converting raw EEG and iEEG data into the BIDS standard data structure, prepared for LORIS (Longitudinal Online Research and Imaging System).
MIT License
7 stars 10 forks source link

[Bug] Output `events.tsv` file is empty #79

Open christinerogers opened 2 years ago

christinerogers commented 2 years ago

When packaging the BIDS structure, I noticed that the outputted events.tsv file is empty even though the input file I passed in has data in it.

Input events.tsv

Screen Shot 2021-12-08 at 3 46 40 PM

Output events.tsv after packaging BIDS

Screen Shot 2021-12-08 at 3 46 53 PM
christinerogers commented 2 years ago

What happens if you input a RB events.tsv file? does it work as expected for fewer columns ?

christinerogers commented 2 years ago

see edge cases not handled properly, as described by alizee in #80

christinerogers commented 2 years ago

Note Alizee's PR #80 is a temporary fix just to cover another specific usecase. Jess/Alizee agree this should be generalized and solved better soon.