-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update function following spikeinterface upgrade #4
Conversation
src/aind_ephys_rig_qc/qc_figures.py
Outdated
@@ -190,6 +190,7 @@ def plot_drift(directory, stream_name, block_index=0): | |||
"vmax": 0, | |||
"cmap": "Greys_r", | |||
"figsize": [10, 10], | |||
"phase_shift": {"margin_ms": 100.0}, |
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.
maybe you can make phase_shift
optional:
- if
"phase_shift"
isNone
, don't run it - else, run it with params
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.
Fixed in the new version by adding an editable .json file.
src/aind_ephys_rig_qc/test.ipynb
Outdated
@@ -0,0 +1,83 @@ | |||
{ | |||
"cells": [ |
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.
was this file added on purpose?
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.
I removed this test file. It was added by accident.
This looks good, merging into |
'openephys' changed to 'openephysbinary' in get_neo_streams
spikeinterface version changed to 0.101.2 in pyproject