Toni M. Brotons

Results 15 issues of Toni M. Brotons

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...

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...

Hi, first of all, thank you very much for developing and maintaining this package. I'm one of the contributors of [py_neuromodulation](https://github.com/neuromodulation/py_neuromodulation), a Python tool for feature extraction from neurophysiology recordings....

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...

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...