klusta | Automatic spike sorting up to 64 channels
kandi X-RAY | klusta Summary
kandi X-RAY | klusta Summary
klusta implements the following features:.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Run spike detection on the given PRM file
- Add spike data
- Add spikes after detection
- Format the log record
- Return the partial shape
- Return item as a tuple
- Return the current git version
- Returns the mapping of cluster groups
- Delete the given path
- Add default handler
- List of cluster ids
- Cluster clustering
- Concatenate NumPy arrays
- Return the path to the relative path for a chunk
- Return a list of all subdirectories of the given package root
- Describes the file
- Return list of hdf5 groups
- Set the channel group
klusta Key Features
klusta Examples and Code Snippets
Community Discussions
Trending Discussions on klusta
QUESTION
I'm trying to figure out the error that occurred using Python. I'm trying to use the module detektspikes.py freely distributed by klustakwik team.
I'm having trouble with errors that occurred when run.
Error log:
...ANSWER
Answered 2017-Aug-14 at 01:16The problem is that that code is for a very old version of Python and trying to access a no longer existing method of tables
. See here: http://www.pytables.org/MIGRATING_TO_3.x.html
If you want to run the script you'd have to run it in an old version of Python like 2.3, or update the lines that use openFile
to use open_file
instead. Though there may be other incompatibilities that I'm not aware of.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install klusta
Make sure that you have miniconda installed. You can choose the Python 3.5 64-bit version for your operating system (Linux, Windows, or OS X).
Download the environment file.
Open a terminal (on Windows, cmd, not Powershell) in the directory where you saved the file and type: conda env create -n klusta -f environment.yml
Done! Now, to use klusta and the phy KwikGUI, enter the directory that contains your files and type: source activate klusta # omit the `source` on Windows klusta yourfile.prm # spikesort your data with a PRM file phy kwik-gui yourfile.kwik # open the GUI See the documentation for more details.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page