Skip to main content

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 - see the LICENSE file for details.

Project details


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.7.tar.gz (34.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eeg_auto_tools-0.0.7-py3-none-any.whl (43.0 kB view details)

Uploaded Python 3

File details

Details for the file eeg_auto_tools-0.0.7.tar.gz.

File metadata

  • Download URL: eeg_auto_tools-0.0.7.tar.gz
  • Upload date:
  • Size: 34.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.8

File hashes

Hashes for eeg_auto_tools-0.0.7.tar.gz
Algorithm Hash digest
SHA256 91116ee52ef565e7485dc1be1759cc3794833ce787b59b3cadb5c70bbcf9ce97
MD5 00761d23aa494ebaa53ab4bb169e5900
BLAKE2b-256 adcbbf272754c4400bcd479bf9eb3620d0d3e37a3df897d6fac3e7f8d9b05226

See more details on using hashes here.

File details

Details for the file eeg_auto_tools-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: eeg_auto_tools-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 43.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.8

File hashes

Hashes for eeg_auto_tools-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7d8e53deb2bc1bb7216ec6fda30fea9ad063f077103bf25e98c527dc8be44374
MD5 2ac26acff12d8df601670e9454462ded
BLAKE2b-256 8f0ef5f1efcb987e6de91cd6cebb05eab4e67daec5d88701f0f47ee076afb655

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page