Skip to content
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

download_mit_normal.py - error in data and rpeaks extraction #958

Open
HotDog702 opened this issue Jan 29, 2024 · 0 comments
Open

download_mit_normal.py - error in data and rpeaks extraction #958

HotDog702 opened this issue Jan 29, 2024 · 0 comments

Comments

@HotDog702
Copy link

line 46-47:

    # Select only 1h of recording (otherwise it's too big)
    data = data[460800:460800*3].reset_index(drop=True)
    anno = anno[(anno["Rpeaks"] > 460800) & (anno["Rpeaks"] <= 460800*2)].reset_index(drop=True)

data - extracted 2 hours
anno - only one hour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant