cx1111

Results 13 issues of cx1111

In running `multi_to_single`, some information is lost. In particular, empty segments are converted to NaNs in the out object's signals array, but the limits of the known empty segments are...

The current implementation is rather fragile and hard to generalize at times. In particular: - The `segments` attribute is a list of `Record` or `None` objects. Perhaps empty records could...

New record class addressing #376, #371. ```python def read_header(record_name: str) -> RecordInfo: """ Reads a header file, and returns a RecordInfo object containing the metadata fields """ # ...Bunch of...

The current `rdrecord` API is rather confusing when dealing with more complex records/signals. Namely: multi-frequency signals. We should create a better API to allow users to: - Specify/know the exact...

Right now we have the `Record` class with a huge number of attributes in the top level object. These attributes are varied, fall into many categories, and become very hard...

Looking at the current `rdrecord` for example, there are two parameters used to specify the location of the record: 1. `record_name` : str 2. `pn_dir` : str The current package...

This will be the single thread for discussing improvements for qrs detectors. I will probably only be working on the `xqrs` class in the near future. Current thoughts: - The...

enhancement
help wanted

**WFDB Invalid sample limitation** Currently the wfdb library does not account for >16bit formats and hence uses the value -32768 as nan. For this python package for rdsamp physical==0, I...

The first step in separating out the record info from the record object itself.