Skip to content

Commit c98c9ff

Browse files
authored
Merge pull request MIT-LCP#299 from MIT-LCP/header_info
Adds extra header information
2 parents 701317d + 4e97b0b commit c98c9ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wfdb/io/_header.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
so that the user doesn't need to. But when reading, it should
3434
be clear that the fields are missing.
3535
36+
If all of the fields were filled out in a WFDB header file, they would appear
37+
in this order with these seperators:
38+
39+
RECORD_NAME/NUM_SEG NUM_SIG SAMP_FREQ/COUNT_FREQ(BASE_COUNT_VAL) SAMPS_PER_SIG BASE_TIME BASE_DATE
40+
FILE_NAME FORMATxSAMP_PER_FRAME:SKEW+BYTE_OFFSET ADC_GAIN(BASELINE)/UNITS ADC_RES ADC_ZERO CHECKSUM BLOCK_SIZE DESCRIPTION
41+
3642
"""
3743
int_types = (int, np.int64, np.int32, np.int16, np.int8)
3844
float_types = (float, np.float64, np.float32) + int_types

0 commit comments

Comments
 (0)