Skip to content

Commit

Permalink
Moving KS in a new PR
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Oct 11, 2024
1 parent bdbead2 commit 3c396b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 175 deletions.
173 changes: 0 additions & 173 deletions src/spikeinterface/sortingcomponents/matching/kilosort.py

This file was deleted.

3 changes: 1 addition & 2 deletions src/spikeinterface/sortingcomponents/matching/method_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
from .tdc import TridesclousPeeler
from .circus import CircusPeeler, CircusOMPSVDPeeler
from .wobble import WobbleMatch
from .kilosort import KiloSortPeeler

matching_methods = {
"naive": NaiveMatching,
"tdc-peeler": TridesclousPeeler,
"circus": CircusPeeler,
"circus-omp-svd": CircusOMPSVDPeeler,
"wobble": WobbleMatch,
"kilosort": KiloSortPeeler,

}

0 comments on commit 3c396b9

Please sign in to comment.