-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrate EEG file storage using EDF/BDF files #57
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
==========================================
- Coverage 84.36% 81.06% -3.30%
==========================================
Files 94 112 +18
Lines 3330 4845 +1515
==========================================
+ Hits 2809 3927 +1118
- Misses 521 918 +397
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Integrate EEG file storage using EDF/BDF files
♻️ Current situation & Problem
This PR adds BDF file-based uploads for eeg recordings and visually updates the current recording screen.
Parts of the app have been adapted to collect additional metadata information useful to embed into EDF files.
⚙️ Release Notes
AsyncStream
resulting in way less coupling between components and overall less code.📚 Documentation
Inline documentation were added.
✅ Testing
UI tests were updated and adjusted to cover new vectors.
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: