Easy EEG analysis for neuroscience. Load, process, and analyze EEG data with simple Python functions.
Project description
Breesy
Easy EEG analysis for neuroscience.
Installation
pip install breesy
Quick Start
import breesy
# Load EEG data
recording = breesy.load.load_dataset("your_data.mat")
# Basic preprocessing
clean = breesy.processing.mean_centering(recording)
filtered = breesy.processing.remove_powerline_noise(clean)
# Visualize
breesy.plots.plot_recording(filtered)
Features
- Load various EEG file formats
- Simple preprocessing and filtering
- Clear error messages with suggestions
Dependencies
- Numpy
- Matplotlib
- Scipy
- Scikit-learn
- tqdm
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
breesy-0.3.5.tar.gz
(42.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
breesy-0.3.5-py3-none-any.whl
(44.6 kB
view details)
File details
Details for the file breesy-0.3.5.tar.gz.
File metadata
- Download URL: breesy-0.3.5.tar.gz
- Upload date:
- Size: 42.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ba08b3c31c21eb23158c6646f2ebaaae13be03909e6e6898febb610fe156d3a
|
|
| MD5 |
97386ac02209411c3bc93fdcf5201cff
|
|
| BLAKE2b-256 |
8bb2125f7b959e796552aa847c505869be849871ba597f1be326c1fffcfbdebd
|
File details
Details for the file breesy-0.3.5-py3-none-any.whl.
File metadata
- Download URL: breesy-0.3.5-py3-none-any.whl
- Upload date:
- Size: 44.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1f92ea1837fae8ed928c2a04ea3b5afb9cb80ff7572514ad6753fc13f7c36ef
|
|
| MD5 |
a6a11bbb23d0819039426cfb1f0723b3
|
|
| BLAKE2b-256 |
fbfbfaa708a6aea47813d533377d6df26992d0d572675391a9e298fe12753422
|