Real-time analysis of intracranial neurophysiology recordings
py_neuromodulation The py_neuromodulation toolbox allows for real time capable processing of multimodal electrophysiological data. The primary use is movement prediction for adaptive deep brain stimulation. Find the documentation here https://neuromodulation.github.io/py_neuromodulation/ for example usage and parametrization. Setup For running this toolbox first create a new virtual conda environment: conda env create –file=env.yml –user The main modules include running real time enabled feature preprocessing based on iEEG BIDS data. Different features can be enabled/disabled and parametrized in the `https://github.com/neuromodulation/py_neuromodulation/blob/main/pyneuromodulation/nm_settings.json>`_. The current implementation […]
Read more