Add OpenEphysBinaryConverter for multi-stream OpenEphys binary data#1686
Open
h-mayorquin wants to merge 10 commits intomainfrom
Open
Add OpenEphysBinaryConverter for multi-stream OpenEphys binary data#1686h-mayorquin wants to merge 10 commits intomainfrom
OpenEphysBinaryConverter for multi-stream OpenEphys binary data#1686h-mayorquin wants to merge 10 commits intomainfrom
Conversation
…ry_converter' into add_open_ephys_binary_converter
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1686 +/- ##
==========================================
+ Coverage 80.86% 80.96% +0.09%
==========================================
Files 160 161 +1
Lines 12585 12659 +74
==========================================
+ Hits 10177 10249 +72
- Misses 2408 2410 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
OpenEphysBinaryConverter, a converter subclass that auto-discovers all streams in an OpenEphys binary folder and routes neural streams toOpenEphysBinaryRecordingInterfaceand analog (ADC/NI-DAQ) streams toOpenEphysBinaryAnalogInterface. Follows the same pattern asSpikeGLXConverterPipe.Closes #1504.
The conversion gallery entry is here:
https://neuroconv--1686.org.readthedocs.build/en/1686/conversion_examples_gallery/recording/openephys.html