py_neuromodulation icon indicating copy to clipboard operation
py_neuromodulation copied to clipboard

Real-time analysis of intracranial neurophysiology recordings.

Results 14 py_neuromodulation issues
Sort by recently updated
recently updated
newest added

Hi @timonmerk, I made some changes on top of the recent LSL merge. Summary: - Remove settings parameter from LSLOfflinePlayer since it's not used, as the sampling frequency is passed...

Hey @timonmerk et al, firstly thanks SO MUCH for using CEBRA in your awesome paper, https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10543023/pdf/nihpp-rs3212709v1.pdf. I am currently working on teaching material, and I was wondering if you have...

Many thanks for your first contribution @SamedVossberg! Currently branch #323 was merged into main. Due to many changes in that branch, some points should be still adressed for the lsl...

So Polars is a replacement for Pandas written in Rust (https://pola.rs/) which can be 10-100x faster than Pandas depending on the operations. However, it's still not fully compatible with certain...

Currently offline data analysis accepts NumPy arrays and Pandas dataframes as input. We can leverage the MNE package to accept a variety of data formats. See https://mne.tools/dev/generated/mne.io.read_raw.html

There are many lines of code dedicated to retrieving and fiddling with data that is inherent to the input stream/file itself (e.g channel names, sampling frequency) and not with data...

Currently the "Settings" object is a dictionary loaded from a JSON file. This has sometimes created problems for users when specifying pipeline settings (see #289). To provide a more robust...

https://github.com/mne-tools/mne-lsl

This is a common error when specifying the pipeline. Typos are by now to checked Solution: nm_settings.yaml? Or write individualized getters and setters.

Patterns of rhythmicity can be overlayed with pathological patterns. Those two could be disentangled for optimal prediction of neural states. It would therefore be great to include "Time of the...

enhancement