-
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 04370bb
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
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,24 @@ | ||
# 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 still need to be supported. | ||
|
||
### Objectives | ||
Ensure that SiNAPS recordings are read correctly from both .bin and .h5 formats. | ||
|
||
### Approach and Plan | ||
|
||
### Progress | ||
|
||
### Next Steps (optional) | ||
|
||
## 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 |