Skip to content

Commit 349d825

Browse files
committed
Merge branch 'master' of github.com:bids-standard/pyedf
2 parents 9546b6e + 9361d60 commit 349d825

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# pyedf
2+
3+
Python package to read from and write EEG data to European Data Format files.
4+
5+
The EDF standard was introduced in [1992](https://doi.org/10.1016/0013-4694(92)90009-7). The extension of EDF with annotations was first described in [1998](https://doi.org/10.1016/S0013-4694(98)00029-7) and more formalized with the EDF+ standard that was published in [2003](https://doi.org/10.1016/S1388-2457(03)00123-8). The [EDF](http://www.edfplus.info) website describes both standards and discusses implementation details.
6+
7+
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.
8+
9+
## See also
10+
- http://www.edfplus.info
11+
- https://github.com/holgern/pyedflib
12+
- https://github.com/MNE-tools/MNE-python

0 commit comments

Comments
 (0)