wfdb / mimic_wfdb_tutorials

Tutorials on using the MIMIC Waveform Database
https://wfdb.io/mimic_wfdb_tutorials/
26 stars 6 forks source link

Update data-exploration.ipynb (Mismatch in printed segment) #87

Closed CharmingChocobo closed 4 months ago

CharmingChocobo commented 4 months ago

segment_metadata accesses 83411188_0002 instead of 83411188_0001 (as stated by the - the segment '{segments[1]}' (This was confusing for my when trying the exercize "Which of these signals is no longer present in segment '83411188_0005'?")

CharmingChocobo commented 4 months ago

Actually, in order for the question "Q: Which of these signals is no longer present in segment '83411188_0005'?" to be applicable, segments[2] needs to be selected. Thus - the segment '{segments[1]}' should be changed to - the segment '{segments[2]}'. (the signals of segments[1] differs from segments[2])