Skip to main content

edfrd is a Python 3 software library to read EDF files.

Project description

edfrd

edfrd is a Python 3 software library to read EDF files.

Installation

pip3 install --user edfrd

Usage

from edfrd import read_edf, read_data_records

file_path = 'PATH/TO/FILE.edf'

edf = read_edf(file_path)  # namedtuple

data_records = [
    data_record for data_record in
    read_data_records(file_path, edf)  # generator
]

assert len(data_records[0]) == edf.number_of_signals

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

edfrd-0.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

edfrd-0.3-py3-none-any.whl (12.4 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