Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zekearneodo committed Nov 7, 2018
2 parents 85494cb + fd06f25 commit 5717df4
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 47 deletions.
24 changes: 0 additions & 24 deletions .idea/swissknife.iml

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# swissknife
Multiple tools to:

- post-process neural data recorded in singing/anesthetized with the Intan RHD2000 system using both Intan and OpenEphys software.
- convert it to the Klusta-team's Kwik format.
- sort spikes using klusta/kilosort/mountainsort, or simply detect supra-threshold events.
- align the neural data with the stimuli played/bouts detected
- fit parameters and create synthetic vocalizations by integrating the Mindlin model for the vocal organ of the zebra finch.
- Use a FFNN/LSTM/Linear decoder to produce synthetic vocalizations driven by neural activity.

(Documentation and splitting into more reasonably sized, stand-alone packages is in progress).
Empty file removed nohup.out
Empty file.
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,15 @@
author_email='[email protected]',
license='MIT',
packages=['swissknife'],
requires=['numpy', 'scipy', 'matplotlib'],
install_requires=['numpy',
'pandas>=0.23',
'more_itertools',
'peakutils>=1.3',
'scipy',
'matplotlib',
'librosa',
'tqdm',
'joblib',
'h5py',
'yml'],
zip_safe=False)
13 changes: 0 additions & 13 deletions swissknife.egg-info/PKG-INFO

This file was deleted.

6 changes: 0 additions & 6 deletions swissknife.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion swissknife.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion swissknife.egg-info/not-zip-safe

This file was deleted.

1 change: 0 additions & 1 deletion swissknife.egg-info/top_level.txt

This file was deleted.

0 comments on commit 5717df4

Please sign in to comment.