-
Notifications
You must be signed in to change notification settings - Fork 266
Start again openephys binary rawio. #945
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
Merged
JuliaSprenger
merged 23 commits into
NeuralEnsemble:master
from
samuelgarcia:openephys_binary
Mar 26, 2021
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
af060a4
Start again openephys binary rawio.
samuelgarcia 5f484fb
Fisrt implemention by Julia and Sam.
samuelgarcia a8b0acc
fix local channel selection
samuelgarcia 326c351
Add testing files on gin.
samuelgarcia 7ee93e7
update path for file testing
samuelgarcia 26c845d
refactoring the loop with stream_name
samuelgarcia cbaaced
refactor stream dict structure
samuelgarcia 29301a3
make TODO list when PR #949 will be merge in master branch.
samuelgarcia 8bb8df2
Merge branch 'master' of https://github.com/NeuralEnsemble/python-neo…
samuelgarcia 7de0d7c
rebase to new rawio API.
samuelgarcia 3517328
Add array annoations.
samuelgarcia 8b11d36
first pep8 clean
samuelgarcia 7fbe985
more clean
samuelgarcia de8ecb3
more pep8
samuelgarcia 2e17b47
Some fix
samuelgarcia dad968d
temporary fix for array_annotation checks
eae2370
automatic array_annotation value conversion to numpy arrays
400a12c
Fix typo
JuliaSprenger a05c3c3
[openephysio] Fix array_annotations
1e55da4
[openephysio] Simplify code
3881484
fix event slice
samuelgarcia f347e71
Merge branch 'openephys_binary' of github.com:samuelgarcia/python-neo…
samuelgarcia f61a76e
Apply suggestions from code review
samuelgarcia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| from neo.io.basefromrawio import BaseFromRaw | ||
| from neo.rawio.openephysbinaryrawio import OpenEphysBinaryRawIO | ||
|
|
||
|
|
||
| class OpenEphysBinaryIO(OpenEphysBinaryRawIO, BaseFromRaw): | ||
| _prefered_signal_group_mode = 'group-by-same-units' | ||
| mode = 'dir' | ||
|
|
||
| def __init__(self, dirname): | ||
| OpenEphysBinaryRawIO.__init__(self, dirname=dirname) | ||
| BaseFromRaw.__init__(self, dirname) |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.