-
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
Start again openephys binary rawio. #945
Conversation
|
Hello @samuelgarcia! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-03-23 07:48:31 UTC |
Only deal with analogsignals.
add generic event handling
…into openephys_binary # Conflicts: # neo/io/__init__.py # neo/rawio/__init__.py
|
Hi Julia.
|
|
@JuliaSprenger |
I had a look and implemented an unwrapping of the |
|
No I think this is only for events. |
| # sync_timestamps = np.load(str(sync_timestamp_file), mmap_mode='r') | ||
| # t_start = sync_timestamps[0] | ||
|
|
||
| # TODO for later : gap checking |
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.
Do we leave this until we encounter a test file that contains a gap?
|
|
||
| all_streams[block_index][seg_index]['events'][stream_name] = event_stream | ||
|
|
||
| # TODO for later: check stream / channel consistency across segment |
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.
This would be nice to have.
… into openephys_binary
JuliaSprenger
left a comment
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.
Only a few typo corrections.
| return sigs | ||
|
|
||
| def _spike_count(self, block_index, seg_index, unit_index): | ||
| pass |
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.
Wouldn't it be safer to raise a NotImplementedError here in case someone starts extending the IO for handling spikes also?
|
@samuelgarcia Do you agree with my suggestions? I think we could merge this in any case soon, just accept / reject my suggestions. |
Co-authored-by: Julia Sprenger <[email protected]>
|
I merge all your last modification. If test pass then we can merge no ? |
|
Hi Julia, |
|
merci!! |
new implementation of this : #908
@JuliaSprenger : this is an empty implementation we can start on.