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

Uploaded Source

File details

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

File metadata

  • Download URL: eeg_auto_tools-0.0.9.tar.gz
  • Upload date:
  • Size: 35.1 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.9.tar.gz
Algorithm Hash digest
SHA256 fbe65441866fb81a536827d8c6cdad4c25d82b1b05eba064add3687a7ee2dce5
MD5 b3ebb6cfd87769aed48e42e4d5cf86e3
BLAKE2b-256 051e1125ee54eb90872776aa8f078d2250ce85da4759a582e80e6d5f43e3db19

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