Deep-Learning-Based-ECG-Annotator icon indicating copy to clipboard operation
Deep-Learning-Based-ECG-Annotator copied to clipboard

wget

Open oneOfThePeople opened this issue 7 years ago • 2 comments

In your code you use ".q1c" ".dat" file but your download line just download ".hea" file....

its mistake or there good reason? thank you

oneOfThePeople avatar Jan 18 '18 13:01 oneOfThePeople

Hi,

You are right, it needs the q1c, hea and dat files. I think I copied the wrong line in my history, I can’t find the one but this should download all the files on the website: wget -r -l1 --no-parent https://physionet.org/physiobank/database/qtdb/ Hope this helps. best, Niek

On Jan 18, 2018, at 2:17 PM, oneOfThePeople [email protected] wrote:

In your code you use ".q1c" ".dat" file but your download line just download ".hea" file....

its mistake or there good reason? thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/niekverw/Deep-Learning-Based-ECG-Annotator/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AK9eRWttypBWv50tekBlj3_n7-PHsw2_ks5tL0RLgaJpZM4Ri56s.

niekverw avatar Jan 18 '18 20:01 niekverw

thank a lot

oneOfThePeople avatar Jan 19 '18 10:01 oneOfThePeople