Skip to main content

python library for Event-Related Potentials (ERPs) analysis

Project description

scab-python

python library for Event-Related Potentials (ERPs) analysis

Instruction

eeg_files = list()
eeg_files.append(["NAME_OF_FILE_WITHOUT_EXTENTION", "TASK_NAME"])
marker = list()
marker.append([101, "nontarget", "word1"])
marker.append([102, "nontarget", "word2"])
marker.append([103, "nontarget", "word3"])
marker.append([104, "nontarget", "word4"])
marker.append([105, "nontarget", "word5"])
marker.append([106, "nontarget", "word6"])
marker.append([111, "target", "word1"])
marker.append([112, "target", "word2"])
marker.append([113, "target", "word3"])
marker.append([114, "target", "word4"])
marker.append([115, "target", "word5"])
marker.append([116, "target", "word6"])
marker.append([210, "new-trial"])

Requirments

mne version should be greater than 1.2

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

pyerp-0.0.4.tar.gz (17.9 kB view hashes)

Uploaded Source

Built Distribution

pyerp-0.0.4-py3-none-any.whl (21.0 kB view hashes)

Uploaded Python 3

Supported by

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