-
Notifications
You must be signed in to change notification settings - Fork 268
Add read_kilosort4_motion function
#4518
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
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
3dc5729
Test IBL extractors tests failing for PI update
alejoe91 d1a0532
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 33c6769
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 2c94bac
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 a40d073
Merge branch 'main' of github.com:alejoe91/spikeinterface
alejoe91 ef40b73
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 11c5812
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 ada53f8
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 22ff8fd
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 cbc36de
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 6b3e373
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 7eb2251
Merge branch 'main' of github.com:SpikeInterface/spikeinterface
alejoe91 e1006bc
Add read_kilosort4_motion function
alejoe91 6d904db
Fix imports
alejoe91 bb0456a
fix imports 2
alejoe91 b26ab8f
fix logger closing
alejoe91 0ea163f
fix: read function displacement, add test for read_kilosort4_motion f…
alejoe91 6e6c21f
Merge branch 'main' into read_ks_motion
alejoe91 77019af
Merge branch 'main' into read_ks_motion
alejoe91 c1c902c
Merge branch 'main' into read_ks_motion
alejoe91 ba5f23a
Merge branch 'main' into read_ks_motion
alejoe91 4da9433
build: update minimal supported KS version to 4.1.0
alejoe91 e6ab01f
build: update minimal supported KS version to 4.1.1
alejoe91 0cfcf88
fix: read_kilosort_as_analyzer
alejoe91 41ea5f0
fix: extract main_channel_indices in read_kilosort_as_analyzer
alejoe91 09b07dc
Update src/spikeinterface/extractors/phykilosortextractors.py
chrishalcrow 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
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
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
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.
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 agree that us using
stable = True(which is already all over the place) has forced us to pinnumpy >= 2. And that that's ok!