I'm having difficulty viewing (and editing) the quality of the r-peak detection of my ECG data. Although I can change the amplitude of the ECG trace in the pspm_display GUI, I haven't been able to change it dynamically in the ecg_editor GUI.
I've found a manual fix; when I change the min and max values of the ylim variable on line 597 of pspm_ecg_editor.m to appropriate values, e.g. ylim([-2500, 2500]), it displays correctly, but I was hoping for a better solution. Any suggestions?
Kind regards,
Ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Dominik and Tobias,
I'm having difficulty viewing (and editing) the quality of the r-peak detection of my ECG data. Although I can change the amplitude of the ECG trace in the pspm_display GUI, I haven't been able to change it dynamically in the ecg_editor GUI.
I've found a manual fix; when I change the min and max values of the ylim variable on line 597 of pspm_ecg_editor.m to appropriate values, e.g. ylim([-2500, 2500]), it displays correctly, but I was hoping for a better solution. Any suggestions?
Kind regards,
Ben
Hi Ben
thanks for flagging this up. We're in the process of fixing it - I'll keep you posted here.
Best
Dominik
Hi Dominik,
Great thanks for that.
Kind regards,
Ben
Hi Ben
thanks again for highlighting this issue. A fix is now available on the code repository and will be included in the next release.
Best
Dominik