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

Powerline Frequency cannot be left blank #93

Closed jeffersoncasimir closed 1 year ago

jeffersoncasimir commented 1 year ago

If the Powerline Frequency is left to the default value of 'n/a', a TypeError is raised and not handled. I think instead of handling this error at runtime, it should be a requirement before allowing conversion.

laemtl commented 1 year ago

n/a is a valid value:

Screenshot 2023-07-18 at 4 25 34 PM
laemtl commented 1 year ago

Fixed.