You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sig_name units adc_res init_value checksum block_size
0 Chin uV 15.0 0.0 24244.0 0.0
1 Left Leg uV 15.0 0.0 22989.0 0.0
2 Right Leg uV 15.0 0.0 -22154.0 0.0
3 CPAP Pressure mcmH2O 15.0 0.0 -24985.0 0.0
4 /min 15 0 0 -22447 0 CPAP Flow l NaN NaN NaN NaN
5 /min 15 0 0 10563 0 CPAP Leak l NaN NaN NaN NaN
6 Light_BU m 15.0 0.0 17314.0 0.0
7 /s 15 0 0 -12675 0 XFlow_DR mV NaN NaN NaN NaN
The text was updated successfully, but these errors were encountered:
maksteel
pushed a commit
to maksteel/wfdb-python
that referenced
this issue
Jun 9, 2020
If the
units
contains a slash '/' they are not parsed correctly.Bug in the regex:
wfdb-python/wfdb/io/_header.py
Line 110 in c616cb6
Example:
Traces.hea
filepython
code that failsoutput contains
NaN
The text was updated successfully, but these errors were encountered: