-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
horribly hacky fix for broken amplitudes
- Loading branch information
Showing
2 changed files
with
68 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -6,13 +6,18 @@ Spike sorting for Kontroller | |
|
||
`spikesort` can read data generated by [Kontroller](https://github.com/sg-s/kontroller) and help you sort spikes from multiple neurons in a single extracellular voltage recording. This was developed for sorting the action potentials of Drosophila Olfactory Receptor Neurons, but would probably work in other contexts. | ||
|
||
## Features | ||
|
||
### Fast Filter and Find Spikes in trace | ||
|
||
### | ||
|
||
## Installation | ||
|
||
If you have git installed: | ||
If you have `git` installed: | ||
|
||
```` | ||
git clone [email protected]:sg-s/spikesort.git | ||
```` | ||
|
||
or use [this link](https://github.com/sg-s/spikesort/archive/master.zip). | ||
|
@@ -55,7 +60,6 @@ Both types of plugins are functions that can have any inputs whatsoever -- provi | |
|
||
````matlab | ||
function R = ssdm_my_awesome_plugin(V,foo,bar) | ||
```` | ||
|
||
and `spikesort` will intelligently give your function the correct variables in the correct order (spikesort reads your function and figures this out). | ||
|
This file contains 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