-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e45f35
commit 799c418
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
projects/ensure_compatibility_with_sinaps_probes/README.md
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Project title: Ensure compatibility with SiNAPS probes | ||
|
||
### Key Investigators | ||
* Matteo Vincenzi | ||
* Nina Kudryashova | ||
|
||
## Project Description | ||
Ensure that SiNAPS recordings are correctly read and parsed in SpikeInterface. | ||
|
||
### Background | ||
SiNAPS probes are high-density/high-channel-count probes (up to 1024 electrodes) designed with different layouts (single-shaft, multi-shaft, NHP, etc.). https://sinapsprobes.eu/ These probes allow simultaneous recording from all electrodes in a band ranging from 1Hz (and below) to 5KHz. | ||
Recordings acquired with the Plexon and Neuronexus platforms are already supported, while those acquired with the research platform realised at the Italian Institute of Technology (IIT) still need to be supported. | ||
|
||
### Objectives | ||
Ensure that SiNAPS recordings are read correctly from both .bin and .h5 formats. | ||
|
||
### Approach and Plan | ||
|
||
### Progress | ||
A custom branch has been created already by Alessio for this purpose, with an extractor/reader for .bin format: https://github.com/alejoe91/spikeinterface/tree/sinaps | ||
|
||
## References | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Add your code here |