wfdb-python icon indicating copy to clipboard operation
wfdb-python copied to clipboard

Native Python WFDB package

Results 110 wfdb-python issues
Sort by recently updated
recently updated
newest added

As discussed in https://github.com/wfdb/wfdb-spec/issues/21 and https://github.com/MIT-LCP/wfdb-python/issues/540 we would like to allow WFDB Records to be saved to a single file `.wfdb`. This pull request introduces support for reading and writing...

I have some data that crashes `wrsamp` because `calc_adc_params` produces values that don't fit the data (off by one): ``` chmin = -2147483648 chmax = 2147483648 IndexError: Channel 0 contain...

As discussed in https://github.com/wfdb/wfdb-spec/issues/21, I think there is some support for creating an approach to allow WFDB records to be stored within a single file (e.g. `100.wfdb`). I'd like to...

Currently the WFDB API uses 2 arguments to specify the location of files: `pn_dir` and `file_name`. This is confusing for users and confusing for developers (e.g. see: https://github.com/MIT-LCP/wfdb-python/pull/523/files). I think...

![Image](https://github.com/user-attachments/assets/1ad1af6d-65d2-48bf-80d6-03433efe2869) Whenever I want to run my gdf(large ECG data) it return this error

Why should the value of A be restricted to between 1 and 49? The values greater than 58 are pre-defined as (skip-59, num-60, sub-61, chan-62, aux-63),Can I define the values...

When writing an EDF file the summary of recording length is printed to console. If the number of bytes per block is not an integer this fails with `ValueError: Unknown...

We're encountering an issue when trying to write data to WFDB files using the wrsamp function. Specifically, we’re seeing an error that prevents us from writing the files correctly. When...

Another area of incompatibility with numpy 2.2 I fear... If I try ```python wfdb.rdann('physionet.org/files/ludb/1.0.0/1', extension='atr_ii') ``` or (for version 1.0.1) ```python wfdb.rdann('physionet.org/files/ludb/1.0.1/1', extension='ii') ``` I get: ``` --------------------------------------------------------------------------- OverflowError Traceback...