edf2csv 0.4.31 → 0.4.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,12 +95,16 @@ before you rely on the output.
|
|
|
95
95
|
|
|
96
96
|
## Accuracy
|
|
97
97
|
|
|
98
|
-
Values are checked against [pyEDFlib](https://github.com/holgern/pyedflib)
|
|
99
|
-
the
|
|
100
|
-
|
|
98
|
+
Values are checked against [pyEDFlib](https://github.com/holgern/pyedflib), the Python
|
|
99
|
+
binding around the C library written by the author of the EDF+ specification. Across the 75
|
|
100
|
+
generated recordings, 16,943 sample values were bit-for-bit identical: not equal to within a
|
|
101
|
+
tolerance, but the same 64 bits.
|
|
102
|
+
|
|
103
|
+
That check needs Python, so it is a separate command from the test suite:
|
|
101
104
|
|
|
102
105
|
```bash
|
|
103
|
-
|
|
106
|
+
pip install pyedflib
|
|
107
|
+
npm run crossvalidate
|
|
104
108
|
```
|
|
105
109
|
|
|
106
110
|
## When to use something else
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.32",
|
|
4
4
|
"description": "Convert EDF, EDF+ and BDF biosignal recordings (European Data Format) to CSV from the command line. Local, streaming, and never resamples or alters units.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"edf",
|