Skip to content

Python package to read from and write EEG data to European Data Format files.

License

Notifications You must be signed in to change notification settings

bids-standard/pyedf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

pyedf

Python package to read from and write EEG data to European Data Format files.

An experimental Python 3 compatible version is available from the py3k branch.

The EDF standard was introduced in 1992. The extension of EDF with annotations was first described in 1998 and more formalized with the EDF+ standard that was published in 2003. The EDF website describes both standards and discusses implementation details.

Since EDF is such a widely used format, there exist multiple implementations for reading and writing EDF files. Most Python implementations consist of wrappers around the C-code implementation, which makes installation more cumbersome and reduces portability. This implementation is in pure Python with limited dependencies on external packages.

See also

About

Python package to read from and write EEG data to European Data Format files.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages