-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to generate payload. #16
Comments
Hi fdls2011 ! Thanks for reporting that. Here is my experiment, with the "example_recording.mat" included with the ecg-kit
Description of the process:
########################################################### Could not identify QRS detections in the input payload.########################################################### Processing ECG delineator wavedet ############## Work done!############## Results saved in
Keep me updated about this, and if you can, upload sample.mat in order to reproduce your problem. |
Sorry, if I can not reproduce the problem I can not help to solve it, see
if you can solve the privacy issue. Ask in the forum of ecg-kit if someone
has a similar problem.
Best,
M.
El mié., 28 de nov. de 2018 a la(s) 23:11, fdls2011 (
[email protected]) escribió:
… Hi,
I was trying to conduct ECG delineation. It used to work perfectly well,
but today I keep getting "No payload generated" error. Here's my code.
ECG_w = ECGwrapper('recording_name','sample.mat'); ECGt =
ECGtask_ECG_delineation(); ECGt.delineators = 'wavedet';
ECG_w.ECGtaskHandle= ECGt; ECG_w.Run();
And here's the output.
[image: image]
<https://user-images.githubusercontent.com/8274365/49150871-18db7d80-f349-11e8-8643-73c0018d52f8.png>
There was only a tmp file generated, but no final payload. Could you help
solve this issue? Thanks!
Hi fdls2011 ! Thanks for reporting that.
I am not able to reproduce your problem, please tell me more about
"sample.mat"
Here is my experiment, with the "example_recording.mat" included with the
ecg-kit
ECG_w =
ECGwrapper('recording_name','/home/mariano/mariano/misc/ecg-kit/recordings/example_recording.mat');
ECGt = ECGtask_ECG_delineation(); ECGt.delineators = 'wavedet';
ECG_w.ECGtaskHandle= ECGt; ECG_w.Run();
Description of the process:
- Recording:
/home/mariano/mariano/misc/ecg-kit/recordings/example_recording.mat
- Task name: ECG_delineation
###########################################################
Could not identify QRS detections in the input payload.
###########################################################
Processing ECG delineator wavedet
##############
Work done!
##############
Results saved in
-
/home/mariano/mariano/misc/ecg-kit/recordings/example_recording_ECG_delineation.mat
Keep me updated about this, and if you can, upload sample.mat in order to
reproduce your problem.
Hi, thanks for the quick response! Unfortunately, due to patient privacy I
cannot disclose the sample.mat file.
However, I have tested on the example_recording.mat and found that if I
perform delineation in the same directory as the .mat file, I get an error,
yet I can successfully generate the final payload otherwise. The same thing
happened with my sample.mat file. Any idea why this is? Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEMWNFAagSzo27TZEl8DiRCVaD4KkLiSks5uz0JMgaJpZM4Y3eBr>
.
|
That's okay. Thanks for your time! |
Hi,
I was trying to conduct ECG delineation. It used to work perfectly well, but today I keep getting "No payload generated" error. Here's my code.
ECG_w = ECGwrapper('recording_name','sample.mat'); ECGt = ECGtask_ECG_delineation(); ECGt.delineators = 'wavedet'; ECG_w.ECGtaskHandle= ECGt; ECG_w.Run();
And here's the output.
There was only a tmp file generated, but no final payload. Could you help solve this issue? Thanks!
The text was updated successfully, but these errors were encountered: