-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update to the new PhysioNet site #175
base: master
Are you sure you want to change the base?
Conversation
Would you please redo this without re-indenting the entire Java source?
Your re-indentation of those four files makes it impossible to see at a
glance what you've changed, and makes them inconsistent with the
indentation of the other Java files.
I realize we do need to add support on PhysioNet for reading new project
files via http; this is something that should have been done a long
time ago and dropped off the radar...
|
Yeah no problem, it must have automatically been done by my IDE... it has spaces as default since tabs cause problems with display. Thanks! On it! |
Thanks, Lucas for the update. How can I use it? Do I need to delete the whole toolbox and download the updated one? Where is the download link? |
Hey @xaishu! You should be able to download the original from the instructions here then overwrite the files in your The final step is to run EDIT: I suppose the alternate is to run Matlab out of the |
In this change, I update the toolbox to work with the new PhysioNet site which, in the process, allows users to use even the most recent submissions rather than only those available on Physiobank (nearly 3x more datasets now plus the old content is still available on the new PhysioNet site). Updates to the relevant documentation is also done to fix broken links, fix typos, and update docstrings to refer to the most recent changes.
Some major changes include:
wfdb_extensions={'.dat','.atr','.edf','.rec','.hea','.hea-','.trigger','.mat'};
(this helps with some situations where one of the following extensions may not be present such as various new annotation types)Fixes to current issues include (possibly): #158, #149, #130, #112