The set of tools for working with EEG data
Project description
Example Code
file = "your_file_path"
raw = mne.io.read_raw(file, preload=True)
pipeline = Sequence(
ch_selector = ChannelSelector(exclude=['ECG', 'EOG']),
ffilter = FilterBandpass(l_freq=0.1, h_freq=40, notch_freq=50),
montager = SetMontage('waveguard64'),
detector = BadChannelsDetector(method="auto"),
rerefer = Rereference(exclude='bads'),
ica = AutoICA(),
interp = Interpolate(),
r2e = Raw2Epoch(tmin=-0.15, tmax=0.6),
bed = BadEpochsDetector(apply=True),
baseliner = BaselineEpochs(baseline=(-0.1, 0)),
detrender = DetrendEpochs(detrend_type="linear"),
)
epochs = pipeline(raw, cash=False)
Other Info
This is an eeg-processing package. You can visit GitHub-flavored Markdown to read other content.
License
This project is licensed under the Apache License 2.0
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
eeg_auto_tools-0.0.13.tar.gz
(35.2 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
File details
Details for the file eeg_auto_tools-0.0.13.tar.gz.
File metadata
- Download URL: eeg_auto_tools-0.0.13.tar.gz
- Upload date:
- Size: 35.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88b9434686bda82588124a1c12fca332c1b4bd6fa11ba8944a1b875d2c42fba7
|
|
| MD5 |
1835de0aa66d59013a0f91dc229b1472
|
|
| BLAKE2b-256 |
e15d3d73d098e2695c22778cb55ee37a2bc7913b9446016a77445289fd8f8141
|
File details
Details for the file eeg_auto_tools-0.0.13-py3-none-any.whl.
File metadata
- Download URL: eeg_auto_tools-0.0.13-py3-none-any.whl
- Upload date:
- Size: 38.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1629b281a998f1fd81560706b1897bbb3b95ff538405d0d191de336c9bbf9c81
|
|
| MD5 |
161b47771f11baf1606094df40b8252e
|
|
| BLAKE2b-256 |
cf1c01c101efa3f3bb5298c136988c06fb0c3d3265922746d77475aff1652c81
|