py_neuromodulation icon indicating copy to clipboard operation
py_neuromodulation copied to clipboard

Real-time analysis of intracranial neurophysiology recordings.

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

An option could be added in the nm_settings.json s.t. `raw_normalization_settings` / `feature_normalization_settings` have an argument `use_percentile`, `lower_percentile`, `upper_percentile` which limits the mean/median/z-score data distribution and addresses the effect of outliers....

enhancement

Add feature-individual artifact rejection

enhancement

- Refactor the lsl stream and player - Changes in imports - new test for lsl data stream - integrate fixtures in lsl testing

## Overall Goal: - Creating a Graphical User Interface (GUI) for the [[py_neuromodulation]] toolbox ([GitHub - neuromodulation/py\_neuromodulation: Real-time analysis of intracranial neurophysiology recordings.](https://github.com/neuromodulation/py_neuromodulation)) - There are many ways to do...

We currently have quite a lot of files in the project already. With the adding of the GUI, we will be adding a bunch more, and I was thinking we...

We should remove all assertions from the codebase and replace them with `raise RuntimeError` or similar. Rationale: Assertions are meant for testing purposes and with optimizations enabled (`python -O`) they...

Hey @SamedVossberg, I am closing #330 and instead open the database work-package here: - write `nm_db.py` module which creates sqlite table in outpath if it doesn't exists - add sqlite...

As changes have accumulated, many of the docstrings that the automated documentation is built off are either missing or outdated. In order to ensure a correct and complete documentation, docstrings...

We need to have a basic outline of the GUI to show and discuss at the lab meeting of the 25th. It does not necessarily need to be functional (e.g...