adammj / ecg-sleep-staging

Expert-level ECG-only sleep staging
https://cardiosomnography.com/
GNU Affero General Public License v3.0
15 stars 1 forks source link

Issues about "your_datafile.h5" #1

Closed Programmefy closed 2 weeks ago

Programmefy commented 1 month ago
 Hello, dear authur, I have encountered an issue with my ECG signals data. Originally, it was stored in a .doc format as a matrix where the first column represents Time (seconds) and the second column represents Amplitude (mV). Recently, I converted this data into a .h5 format. However, Python reports that my ecg_data file is broken. What could be causing this issue? Also, could you please clarify what format your data is in?

I would appreciate any insights or advice you could provide.

adammj commented 1 month ago

Sure thing! Since I want to make sure that any questions you have are answered for anyone, you'll have to let me know what the complete error message is. Also, the README has a full section on the Data file description. Please make sure that your .h5 file contains all of the variables I listed.

adammj commented 3 weeks ago

@Programmefy Did you figure out the issue? If not, please provide the complete error message, so that I can help.

adammj commented 2 weeks ago

Closing because there's been no response.