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

Saving EDF files #1

Closed
ishiikurisu opened this issue Dec 28, 2016 · 3 comments
Closed

Saving EDF files #1

ishiikurisu opened this issue Dec 28, 2016 · 3 comments

Comments

@ishiikurisu
Copy link
Owner

Let's say I have done some changes on an EDF file and I want to save these changes. How could I do that?

@ishiikurisu ishiikurisu changed the title Saving EDFs files Saving EDF files Dec 28, 2016
@ishiikurisu
Copy link
Owner Author

ishiikurisu commented Jun 28, 2017

I am currently implementing a WriteEdf method for the Edf class so we can do it. Steps to complete:

  • Write header's header
  • Write header's records
  • Write records

@ishiikurisu
Copy link
Owner Author

The function is now saving EDF files but with a small bug: it is adding one second of empty data in the whole recording before and after everything. It is also not saving annotations correctly.

@ishiikurisu
Copy link
Owner Author

The last fixes solved this issue. Check commit 045436a.

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

No branches or pull requests

1 participant