edf2csv 0.7.125 → 0.7.126
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,7 +80,8 @@ npx edf2csv recording.edf --start 30m --duration 5m
|
|
|
80
80
|
|
|
81
81
|
Exit codes: `0` success, `1` the file couldn't be read or written — or `--strict` was given and
|
|
82
82
|
the recording raised a warning, in which case the output was still written — `2` the command
|
|
83
|
-
was wrong. An interrupted run exits 130
|
|
83
|
+
was wrong. An interrupted run exits 130 for Ctrl-C and 143 for SIGTERM, the codes a shell
|
|
84
|
+
reports for the signal that stopped it.
|
|
84
85
|
|
|
85
86
|
## What it doesn't change
|
|
86
87
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.126",
|
|
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",
|