-
Notifications
You must be signed in to change notification settings - Fork 10
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
Initial implementation of MiV HDF5-based data format #90
Conversation
…duce complexity; addition of per-group metadata
@iraikov Thank you. I'll go over the code. |
I'll merge it in the next version update |
…nto feature/miv_file
Codecov ReportBase: 82.13% // Head: 76.48% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## update-0.2.1 #90 +/- ##
================================================
- Coverage 82.13% 76.48% -5.65%
================================================
Files 40 46 +6
Lines 1097 1646 +549
Branches 117 253 +136
================================================
+ Hits 901 1259 +358
- Misses 174 314 +140
- Partials 22 73 +51
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This pull request contains an initial implementation of an HDF5-based data format for experimental data.
It makes the following additions:
miv.io.file
which contains the principal read and write routinesscripts/convert_open_ephys.py
which can convert data in OpenEphys format to MiV h5examples/io/file_analysis.py
which illustrates how to read data in the HDF5 format and analyze ittests/io/test_file_{read|write}.py
which contain basic tests of the read/write functionality