neuromodulation / py_neuromodulation

Real-time analysis of intracranial neurophysiology recordings.
https://neuromodulation.github.io/py_neuromodulation/
MIT License
47 stars 11 forks source link

PSD return value fails within database #378

Closed timonmerk closed 2 weeks ago

timonmerk commented 2 weeks ago

'LFP_RIGHT_0_LFP_RIGHT_2_welch_psd_0.0' is not a valid key name in sqlite database.

Replace str to int conversion in oscillatory.py

timonmerk commented 2 weeks ago

Solved by 8cf5156