-
Notifications
You must be signed in to change notification settings - Fork 78
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
what is difference A00001~A08528 microsoft Access Table Shortcut and sel30~selxx #30
Comments
i get this error File "", line 4, in File "D:\anaconda3\lib\site-packages\cardio-0.3.0-py3.7.egg\cardio\core\ecg_batch.py", line 390, in show_ecg File "D:\anaconda3\lib\site-packages\cardio-0.3.0-py3.7.egg\cardio\batchflow\batch.py", line 334, in get_pos File "D:\anaconda3\lib\site-packages\cardio-0.3.0-py3.7.egg\cardio\batchflow\dsindex.py", line 148, in get_pos `import os import cardio.batchflow as bf import tensorflow as tf index = bf.FilesIndex(path="C:/Users/gsm20/Downloads/TestData/A*.hea", no_ext=True, sort=True) print(index.indices) |
Hi, @gsm2055! Those files are not Microsoft Access Table files. In Regarding your second message: it is most likely that there is no element with index |
really thx to your reply.
i don't know exactly how use .dat file. i know .mat file can use in matlab.
but i want to know how can i use .dat file to show using python..
can you tell me how can i use .dat file to look signal??
best regard
Endrew
…-----Original Message-----
From: "Dmitry Podvyaznikov"<notifications@github.com>
To: "analysiscenter/cardio"<cardio@noreply.github.com>;
Cc: "gsm2055"<gsm2055@naver.com>; "Mention"<mention@noreply.github.com>;
Sent: 2019-08-30 (금) 19:01:02 (GMT+09:00)
Subject: Re: [analysiscenter/cardio] what is difference A00001~A08528 microsoft Access Table Shortcut and sel30~selxx (#30)
Hi, @gsm2055!
Those files are not Microsoft Access Table files. In wfdb format data files can have different extensions: mat, dat, etc. So you should read those files as usual with load(fmt='wfdb', ...) method.
Please, refer to WFDB Guide for more information.
Regarding your second message: it is most likely that there is no element with index A00008 in batch. Try printing batch.indices, and use one of those indices in show_ecg.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Also, to display signal with |
there is item in " ..\cardio\cardio\tests\data " A0001~A00013 .hea and Microsoft Access Table Shortcut.
but there isn't in qt-database-1.0.0 Microsoft Access Table Shortcut.
what's the difference. and how can i read in qt-database-1.0.0?
using qt-database-1.0.0 i can train HMM algorithm. but i can't find the midium result..
The text was updated successfully, but these errors were encountered: