bemoody

Results 68 issues of bemoody

wfdb2mat adds info strings along the lines of ``` #Creator: wfdb2mat #Source: record 12063/ Start: [11:04:21.104] ``` The "start time", however, is deceptive: it's actually just the base time of...

"00:00:00.000" is a perfectly valid base time; it means that the record begins at midnight on an unspecified date. We use base times without base dates in the MIMIC II...

The usual idiom is to call isigopen(record, NULL, 0) to determine how many signals are in a record, then to call isigopen a second time after allocating the signal information...

enhancement

Update to the latest ecgpuwave, wfdb, and curl packages. (wfdb-10.6.2b is identical to 10.6.2 apart from fixing the "exe" issue when cross compiling on Debian 10.)

If there are multiple CKEditor input fields on a single page, each field is auto-saved separately (which is good!) However, if I make changes in several fields, then close the...

enhancement

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/rest/actions/workflow-runs#get-a-workflow-run ### What part(s)...

content
actions
waiting for review
rest
needs SME
pull requests

The `Response.iter_lines` method is seriously broken (it inserts fake blank lines in unpredictable places.) The earliest report of this I've found is pull #2431 (January 2015). The behavior was apparently...

The `wfdb.Record.to_dataframe` function generates a DataFrame from a Record object. The `index` of the resulting DataFrame is the elapsed or absolute time of each sample. This code, however, will have...

In general, it's useful to be able to read record metadata without reading the signals. For *multi-segment* records, however, `rdheader` just reads the MS header by default (`rd_segments=False`), which means...

MultiRecord has a `sig_name` attribute (which is copied from the first segment.) Should it also have `units` and `samps_per_frame` attributes, for convenience? (An application calls `rdheader` in order to obtain...