Skip to content

Commit 9361d60

Browse files
Update README.md
added links to reference documents
1 parent a7bcb28 commit 9361d60

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# pyEDF
2-
Python package to read from and write EEG data to European Data Format files. It is implemented in pure Python with very limited dependencies on external packages.
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.
38

49
## See also
10+
- http://www.edfplus.info
511
- https://github.com/holgern/pyedflib
612
- https://github.com/MNE-tools/MNE-python
7-

0 commit comments

Comments
 (0)