chorus-ai / chorus_waveform

CHoRUS waveform documentation and various waveform conversion scripts
MIT License
3 stars 3 forks source link

Add MIMIC-IV waveform file #24

Closed briangow closed 7 months ago

briangow commented 7 months ago

This PR adds a record from the MIMIC-IV Waveform Database ( https://physionet.org/content/mimic4wdb/0.1.0/ ) . The waveform being added contains 4 ECG signals, a plethysmography (PLETH) signal, and a respiration (RESP) signal. The sampling rates are:

ECG = 249.89 Hz PLETH = 124.945 Hz RESP = 62.475 Hz

The record is around 59 hours long.

tompollard commented 7 months ago

Thanks, looks good to me.

I created ./tests/data/ for the purpose of holding example data, but either location is fine. We should also:

  1. update the ./tests/data/ path in BENCHMARK.md to point to the correct location.
  2. delete ./tests/data if it isn't being used.
briangow commented 7 months ago

Thanks @tompollard , I'll keep the folder structure as I have it here since it seems more general. I'll open another PR to update the benchmarking README and remove the template folder structure that you had.