marianux / ecg-kit

A Matlab toolbox for cardiovascular signal processing
GNU General Public License v2.0
260 stars 85 forks source link

Fails to generate payload. #16

Open fdls2011 opened 5 years ago

fdls2011 commented 5 years ago

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

There was only a tmp file generated, but no final payload. Could you help solve this issue? Thanks!

marianux commented 5 years ago

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

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:

###########################################################

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.

fdls2011 commented 5 years ago

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 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 performed delineation in the same directory as the .mat file, I got an error, yet I could successfully generate the final payload otherwise. The same thing happened with my sample.mat file. Any idea why this is? Thanks!

marianux commented 5 years ago

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 ( notifications@github.com) 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 https://github.com/marianux/ecg-kit/issues/16#issuecomment-442679622, or mute the thread https://github.com/notifications/unsubscribe-auth/AEMWNFAagSzo27TZEl8DiRCVaD4KkLiSks5uz0JMgaJpZM4Y3eBr .

fdls2011 commented 5 years ago

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 ( notifications@github.com) 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!